Compare commits
No commits in common. "9ca41764bf8a7fc8ac6b656a6dfbd86694c4a526" and "3aa63c57685ef8ee78a67c40c1666ca23ef576de" have entirely different histories.
9ca41764bf
...
3aa63c5768
|
@ -9,7 +9,7 @@ filebeat.config.inputs:
|
|||
filebeat.inputs:
|
||||
- type: log
|
||||
paths: {{ logs[log_type]['paths'] }}
|
||||
{% if "exclude_files" in logs[log_type] -%}
|
||||
{% if logs[log_type]['exclude_files'] -%}
|
||||
exclude_files: {{ logs[log_type]['exclude_files'] }}
|
||||
{% endif -%}
|
||||
harvester_buffer_size: 40960
|
||||
|
|
Loading…
Reference in New Issue