Skip to content
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

[Logstash] Add Health Report API output #772

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lucabelluccini
Copy link
Contributor

Following elastic/logstash#16520 and consequent https://www.elastic.co/guide/en/logstash/current/health-report-pipeline-flow-worker-utilization.html, I'm adding this API.

FYI @robbavey / @jsvd - I'm adding this API to the Support Diagnostic tool.
Is there any other way to leverage it's output? Should we add something to the Flow visualizer or our Logstash Visualizer?

Checklist

  • I have verified that the APIs in this pull request do not return sensitive data

@@ -38,3 +38,7 @@ logstash_nodes_hot_threads_human:
logstash_plugins:
versions:
"> 0.0.0": "/_node/plugins"

logstash_health_report:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we sort this so it's in a predictable spot?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I sort the entire list of APIs?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, no. I hadn't realized Logstash had not been sorted properly. I'll merge this, then do it all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants