-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Hello.
I have Filebeat with 4 logstash servers configured with load balancing on
logstash:
# The Logstash hosts
hosts: ["logstash1", "logstash2", "logstash3", "logstash4"]
# Optional load balance the events between the Logstash hosts
loadbalance: true
And I have logstash-filter-elapsed configured on my logstash servers.
The problem is when "start" event comes to one logstash instance, and "end" event comes to another logstash server I'm getting elapsed_end_without_start with no elapsed_time calculated (obviously).
I didn't find any notes about dealing with this filter in loadbalanced logstash env.
Are there any recommendations how this can be configured?
Or this plug in shouldn't be used in loadbalanced env? Then it makes sense to add this info into documentation.
Thanks.
Metadata
Metadata
Assignees
Labels
No labels