mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
Make filebeat retry forever
This commit is contained in:
@@ -440,7 +440,7 @@ setup.template.enabled: false
|
|||||||
# The number of times a particular Elasticsearch index operation is attempted. If
|
# 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
|
# the indexing operation doesn't succeed after this many retries, the events are
|
||||||
# dropped. The default is 3.
|
# dropped. The default is 3.
|
||||||
#max_retries: 3
|
max_retries: -1
|
||||||
|
|
||||||
# The maximum number of events to bulk in a single Elasticsearch bulk API index request.
|
# The maximum number of events to bulk in a single Elasticsearch bulk API index request.
|
||||||
# The default is 50.
|
# The default is 50.
|
||||||
|
|||||||
Reference in New Issue
Block a user