logstash-plugins / logstash-filter-metrics

Apache License 2.0
15 stars 29 forks source link

Adding metrics to pipeline causing delay until timeout when shutting logstash down #55

Open Ultimation opened 6 years ago

Ultimation commented 6 years ago

When restarting logstash, I'm seeing a loop until the timeout hard kills Logstash. This happens when I add metrics.

jsvd commented 6 years ago

can you check if adding 127.0.0.1 myhostname to /etc/hosts makes that faster?

Ultimation commented 6 years ago

Yeah that has sped it up!

In my /etc/hosts I had: 127.0.0.1 myhostname But hostname returned myhostname.domain Adding 127.0.0.1 myhostname.domain into /etc/hosts fixed it.