-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter randomly drops events #31
Comments
Hello, Did you find ans solution ? Because I have the exact same problem . Thanks |
seems no solution for elapsed plugin... adding it takes much CPU resource I didn't use it anymore... i can calculate this duration by scripted fields in kibana |
@michaeleino Could you please give me an example how are you doing this ? Which Kibana version are you using ? |
from Kibana... go to managment > Index Patterns > Scripted fields
replace the "End_Time/Start_Time" with your field names. equation will output in milliseconds, I use /1000 to let the output in seconds But this will lack the feature of directly calculate & aggregate on this field outside kibana, you will need to calculate it in each search. |
Hi, I have only one field called timestamp and I want to know the processing time of each request which means time difference between 2 documents which contains a unique identifier. |
It seems, that tag "elapsed_end_without_start" occurs with multiple pipeline workers. Try to isolate the elapse-computation into it's own pipeline and use pipeline.workers=1 for this pipeline. |
I have this issue also, after changing the pipeline.workers=1, it helped reduce a lot of the elapsed_end_without_start, but we still get a small # of the errors. Is there any more work being done on this? |
Are there any plans to fix the elapsed_end_without_start errors? I've also reduced pipeline.workers to 1, but these errors still occur. |
still actual, same issue for me |
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
The text was updated successfully, but these errors were encountered: