Compare commits
No commits in common. "47aa29e097fd3a503418cd59f567deef548a78a1" and "5ad8b391e32ce49d00cfcaadff820ec5138fc6f8" have entirely different histories.
47aa29e097
...
5ad8b391e3
|
@ -1,21 +1,2 @@
|
||||||
---
|
---
|
||||||
# vars file for filebeat
|
# defaults file for filebeat
|
||||||
filebeat_download_url: "https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.10.1-linux-x86_64.tar.gz"
|
|
||||||
work_path: "/data/opt/filebeat/{{ instance_name }}"
|
|
||||||
gwlogs:
|
|
||||||
- "api"
|
|
||||||
- "cl*"
|
|
||||||
- "doc"
|
|
||||||
- "download"
|
|
||||||
- "gw*"
|
|
||||||
- "cp*"
|
|
||||||
- "pay"
|
|
||||||
- "static"
|
|
||||||
- "81"
|
|
||||||
mgrlogs:
|
|
||||||
- "/data/game/htdocs/center/manager/storage/cp/logs/*.log"
|
|
||||||
quicklog:
|
|
||||||
- "/data/game/sync/quick/filebeat/*.txt"
|
|
||||||
config_files:
|
|
||||||
- "gateway-nginx"
|
|
||||||
- "manager"
|
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
---
|
||||||
|
# vars file for filebeat
|
||||||
|
filebeat_download_url: "https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.10.1-linux-x86_64.tar.gz"
|
||||||
|
work_path: "/data/opt/filebeat/{{ instance_name }}"
|
||||||
|
gwlogs:
|
||||||
|
- "api"
|
||||||
|
- "cl*"
|
||||||
|
- "doc"
|
||||||
|
- "download"
|
||||||
|
- "gw*"
|
||||||
|
- "cp*"
|
||||||
|
- "pay"
|
||||||
|
- "static"
|
||||||
|
- "81"
|
||||||
|
mgrlogs:
|
||||||
|
- "/data/game/htdocs/center/manager/storage/cp/logs/*.log"
|
||||||
|
quicklog:
|
||||||
|
- "/data/game/sync/quick/filebeat/*.txt"
|
||||||
|
config_files:
|
||||||
|
- "gateway-nginx"
|
||||||
|
- "manager"
|
|
@ -1,9 +1,2 @@
|
||||||
---
|
---
|
||||||
# vars file for supervisor
|
# defaults file for supervisor
|
||||||
pip_bin_path: "/data/opt/python3/bin/pip"
|
|
||||||
python_bin_dir: "/data/opt/python3/bin"
|
|
||||||
work_path: "/data/opt/filebeat/{{ instance_name }}"
|
|
||||||
filebeat_configs:
|
|
||||||
- "gateway-nginx"
|
|
||||||
- "manager"
|
|
||||||
- "quick"
|
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
# vars file for supervisor
|
||||||
|
pip_bin_path: "/data/opt/python3/bin/pip"
|
||||||
|
python_bin_dir: "/data/opt/python3/bin"
|
||||||
|
work_path: "/data/opt/filebeat/{{ instance_name }}"
|
||||||
|
filebeat_configs:
|
||||||
|
- "gateway-nginx"
|
||||||
|
- "manager"
|
||||||
|
- "quick"
|
Loading…
Reference in New Issue