Restore original example config for output_batch_size (#20491)

This commit is contained in:
Othello Maurer
2024-09-23 07:15:36 +02:00
committed by GitHub
parent 251fb8861b
commit 1901f8bb17

View File

@@ -453,7 +453,9 @@ field_value_suggestion_mode = on
# everything that is available will be flushed at once.
# Each output buffer processor has to keep an entire batch of messages in memory until it has been sent to
# Elasticsearch, so increasing this value will also increase the memory requirements of the Graylog server.
output_batch_size = 10mb
# Batch sizes can be specified in data units (e.g. bytes, kilobytes, megabytes) or as an absolute number of messages.
# Example: output_batch_size = 10mb
output_batch_size = 500
# Flush interval (in seconds) for the Elasticsearch output. This is the maximum amount of time between two
# batches of messages written to Elasticsearch. It is only effective at all if your minimum number of messages