-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Stack monitoring.logstash - 8.0 compatibility #121346
Comments
Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI) |
For the SM Logstash section, we're looking for |
With a couple of aliases and queries update to search the appropriate metricsets the UI eventually loads. There is however a failure in the Pipeline viewer - it relies on a @matschaffer Would you have an idea on how to handle aliasing on this nested property, or if there is another way to query that data through the legacy path ? |
I get a 404 on https://github.com/klacabane/metrics-mappings-to-monitoring/blob/main/templates/logstash-template.json#L276-L278 so I might be missing some context. Have you checked if the view works with 7.x metricbeat monitoring? I wonder if it might already be broken.
What did you try exactly? In general nested type support can be a real pain to work with. If we can't alias into it we might need to loop in ES folks to see if we're just using it wrong or if the alias isn't actually supported. |
Updated the link :) I naively replaced Here's a query that won't return any results because it targets the logstash_stats query
|
And setting |
Update on the nested path - it turns out we can't alias nested properties. It seems that the way to write queries that fetch both legacy The current issue is that the implementation of these aggregation is incomplete for metricbeat and missing in critical paths. I got a local revision that fixes all this, I'll push the changes as I clean it up here #122177 |
This ticket tracks the changes required to make the SM logstash section compatible with metricbeat 8.x.
logstash.node.stats
path in every logstash queries Stack monitoring - logstash 8.0 metricbeat standalone compatibility #122177The text was updated successfully, but these errors were encountered: