Compare commits
2 Commits
3aa63c5768
...
9ca41764bf
Author | SHA1 | Date |
---|---|---|
pengln | 9ca41764bf | |
pengln | d7db5cc45c |
|
@ -9,7 +9,7 @@ filebeat.config.inputs:
|
|||
filebeat.inputs:
|
||||
- type: log
|
||||
paths: {{ logs[log_type]['paths'] }}
|
||||
{% if logs[log_type]['exclude_files'] -%}
|
||||
{% if "exclude_files" in logs[log_type] -%}
|
||||
exclude_files: {{ logs[log_type]['exclude_files'] }}
|
||||
{% endif -%}
|
||||
harvester_buffer_size: 40960
|
||||
|
|
Loading…
Reference in New Issue