blob: 54aa68537e3fc6c12a29b60fbfc84c5d03c718c7 [file] [log] [blame]
[{{ output_name }}_output]
type = "ElasticSearchOutput"
message_matcher = "{{ output.message_matcher }}"
encoder = "{{ output.encoder }}"
server = "http://{{ output.host }}:{{ output.port }}"
flush_interval = {{ output.flush_interval }}
flush_count = {{ output.flush_count }}
use_buffering = true
[{{ output_name }}_output.buffering]
max_buffer_size = 1073741824
max_file_size = 134217728
full_action = "block"