Skip to content

Commit

Permalink
Restore default timeout in logstash confg
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanovic authored Oct 16, 2018
1 parent 3bffea8 commit c4dd686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytics/logstash/logstash.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit c4dd686

Please sign in to comment.