mirror of
https://github.com/Graylog2/graylog2-server.git
synced 2026-03-13 09:32:21 +08:00
Restore original example config for output_batch_size (#20491)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user