Hi,
I did:
aggregate {
task_id => "%{calledNumber}"
code => "map['logNum'] ||= 0; map['logNum'] += 1;"
push_map_as_event_on_timeout => true
timeout_task_id_field => "calledNumber"
timeout => 60
timeout_tags => ['_aggregatetimeout']
}
After waiting for 1 minute in Kibana I can't see any log, also when I give ES a query to search the last 15 minutes (after 5 minutes of a transaction I can't find any log that resembles this.
How can this be? This is the same as in:
https://www.elastic.co/guide/en/logstash/current/plugins-filters-aggregate.html
When changing Logstash logs to debug mode I get;