Merge "Increase beat input inactivity timeout"

This commit is contained in:
Zuul 2018-09-24 20:30:43 +00:00 committed by Gerrit Code Review
commit 0e4dc162b4

View File

@ -8,6 +8,7 @@
input { input {
beats { beats {
id => "inputBeats" id => "inputBeats"
client_inactivity_timeout => 300
port => {{ logstash_beat_input_port }} port => {{ logstash_beat_input_port }}
add_field => { add_field => {
"[@metadata][source_type]" => "beats" "[@metadata][source_type]" => "beats"