Open Ultimation opened 6 years ago
can you check if adding 127.0.0.1 myhostname
to /etc/hosts
makes that faster?
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.
When restarting logstash, I'm seeing a loop until the timeout hard kills Logstash. This happens when I add metrics.
Version: 4.0.3
Operating System: Centos 7
Config File:
Log output:
Steps to Reproduce: Add a metrics counter to the pipeline.
Additional notes: This command runs fine in normal irb.