# filebeat-monitor **Repository Path**: wait-fish/filebeat-monitor ## Basic Information - **Project Name**: filebeat-monitor - **Description**: filbeat监控 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-19 - **Last Updated**: 2024-08-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: JavaScript, Vue, Go语言 ## README # filebeat-detect ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ## Nginx configuration location /api-forward { proxy_pass http://127.0.0.1:7777; } location / { alias /path/to/filebeat-detect; try_files $uri $uri/ /index.html; }