[{{ output_name }}_output] | |
type = "ElasticSearchOutput" | |
message_matcher = "{{ output.message_matcher }}" | |
encoder = "{{ output.encoder }}" | |
server = "{{ output.server }}" | |
flush_interval = 5000 | |
flush_count = 100 | |
use_buffering = true | |
[{{ output_name }}_output.buffering] | |
max_buffer_size = 1073741824 | |
max_file_size = 134217728 | |
full_action = "{{ output.full_action|default("block") }}" |