Closed xrl closed 7 years ago
The config you quoted should be a working config.
Is there any other indication about what is going wrong in the log files? (look in: /var/log/logstash/)
P.S. Logstash can get blocked if the output doesn't work. You should check that too.
I have been dockerizing my logstash config and using the docker-library's 1.5.4 image. My pipeline stopped completely at the first message, requiring a hard reset, and I had to track down the issue by commenting out config until the pipeline worked again.
I found the culprit and it's the metrics filter:
what can I do to get my pipeline working again with the metrics filter?