Hacker News new | ask | show | jobs
by IpV8 2660 days ago
Elastic rocks! I've been using it for a new project and am really digging it.

You guys should build in some better profiling tools for logstash. I'd love to be able to see how much time each filter rule took to know where to spend my time optimizing. Since its all in a java virtual machine its tough to see things like how many threads are working hard vs idle and how much memory each is using etc.

1 comments

We do pull out a lot of metrics as well as how well your Logstash pipelines are performing.

Feel free to drop me an email (in my bio) I’d love to help if I can!

Just stumbled upon this: https://www.elastic.co/blog/monitoring-logstash-filters. It may be exactly what I was looking for.