Compare commits

..

No commits in common. "47aa29e097fd3a503418cd59f567deef548a78a1" and "5ad8b391e32ce49d00cfcaadff820ec5138fc6f8" have entirely different histories.

4 changed files with 32 additions and 28 deletions

View File

@ -1,21 +1,2 @@
---
# 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"
# defaults file for filebeat

View File

@ -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"

View File

@ -1,9 +1,2 @@
---
# 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"
# defaults file for supervisor

View File

@ -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"