Compare commits
No commits in common. "90cc4a57220bc333f30eea966142d558ddcb6b4a" and "8c9da16cca9a3d5d895806c63a4d8826631bce24" have entirely different histories.
90cc4a5722
...
8c9da16cca
|
@ -1,7 +1,7 @@
|
|||
filebeat.registry.path: {{ work_path }}/data/registry/gw-nginx-{{ instance_name }}
|
||||
|
||||
filebeat.inputs:
|
||||
{% for log in gwlogs %}
|
||||
{% for log in logs %}
|
||||
- type: log
|
||||
paths:
|
||||
- "/data/log/nginx/access_{{ log }}.log"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
filebeat.registry.path: {{ work_path }}/data/registry/mgr-cp-{{ instance_name }}
|
||||
|
||||
filebeat.inputs:
|
||||
{% for log in mgrlogs %}
|
||||
{% for log in logs %}
|
||||
- type: log
|
||||
paths:
|
||||
- {{ log }}
|
||||
|
|
|
@ -2,17 +2,7 @@
|
|||
# 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:
|
||||
logs:
|
||||
- "/data/game/htdocs/center/manager/storage/cp/logs/*.log"
|
||||
config_files:
|
||||
- "gateway-nginx"
|
||||
|
|
Loading…
Reference in New Issue