-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additions to the Monitoring API #7621
Comments
I would really like to see something like 1, 5 and 15 log rate per second. Currently I have to query multiple times and store the number of processed logs to calculate the rate over time. Unless I'm missing something entirely. |
@pemontto have you checked out the Logstash Monitoring UI? It's an X-Pack feature, but under the Basic license so therefore free to all users alike. https://www.elastic.co/guide/en/x-pack/current/monitoring-logstash.html |
I'm adding here an entry to desirable metrics for the http output: logstash-plugins/logstash-output-http#82 |
beats input already provides a count for concurrent and peak connection counts, the only thing missing is the count per beat type, which required extra metadata in the lumberjack protocol, so closing this, want we can reopen an issue on the beats input repo for a specific requirement. |
Next round of per plugin stats for the monitoring API:
Elasticsearch output metrics example payload:
The text was updated successfully, but these errors were encountered: