Restore default timeout in logstash confg

main
Nikita Manovich 7 years ago committed by GitHub
parent 3bffea8aae
commit c4dd686ac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,7 @@ filter {
map['aggregated_stack'] ||= '';
map['aggregated_stack'] += event.get('stack') + '\n\n\n';"
timeout => 3
timeout => 3600
timeout_tags => ['aggregated_exception']
push_map_as_event_on_timeout => true
}

Loading…
Cancel
Save