-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
using this filter is really great,
but i have noticed that it drops some events, & this is randomly I see the end tasks with the tag "elapsed_end_without_start".
I have tried to set the pipeline workers to 1, but it didn't help... just degrade the performance to the ground.
my system config:
Ubuntu 16.04
logstash 5.3.2
logstash-filter-elapsed (4.0.1)
Elasticsearch 5.3.1
elapsed {
periodic_flush => true
start_tag => "startevent"
end_tag => "endevent"
unique_id_field => "ID"
timeout => 600
new_event_on_match => false
add_tag => [ "autoelapsed" ]
}
Metadata
Metadata
Assignees
Labels
No labels