Merge pull request #2854 from Security-Onion-Solutions/revert-2830-filebeatlimits

Revert "Make filebeat retry forever"
This commit is contained in:
Mike Reeves
2021-02-03 22:26:03 -05:00
committed by GitHub

View File

@@ -440,7 +440,7 @@ setup.template.enabled: false
# The number of times a particular Elasticsearch index operation is attempted. If
# the indexing operation doesn't succeed after this many retries, the events are
# dropped. The default is 3.
max_retries: -1
#max_retries: 3
# The maximum number of events to bulk in a single Elasticsearch bulk API index request.
# The default is 50.