Compare commits

..

No commits in common. "9ca41764bf8a7fc8ac6b656a6dfbd86694c4a526" and "3aa63c57685ef8ee78a67c40c1666ca23ef576de" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ filebeat.config.inputs:
filebeat.inputs: filebeat.inputs:
- type: log - type: log
paths: {{ logs[log_type]['paths'] }} 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'] }} exclude_files: {{ logs[log_type]['exclude_files'] }}
{% endif -%} {% endif -%}
harvester_buffer_size: 40960 harvester_buffer_size: 40960