Compare commits
No commits in common. "8de9b81bee72a61735a86dbc59f012ea4f30876b" and "8361cc74504056fc9de38925f79a872cb79804ec" have entirely different histories.
8de9b81bee
...
8361cc7450
|
@ -1,5 +1,5 @@
|
|||
project: {{ instance_name }}
|
||||
sublog: {{ 'quick' if log_type == 'quick' else '' }}
|
||||
sublog: {{ log_type }}
|
||||
filebeat_config_path: {{ filebeat_logs[log_type]['filebeat_config_path'] | default('filebeat.yml') }}
|
||||
metric_host: {{ filebeat_monitor_sock | default('./filebeat_monitor.sock') }}
|
||||
push_gateway_url: {{ filebeat_monitor_push_gateway | default('') }}
|
||||
|
|
Loading…
Reference in New Issue