-
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 metricbeat standalone compatibility #122177
Stack monitoring - logstash 8.0 metricbeat standalone compatibility #122177
Conversation
@elasticmachine merge upstream |
Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI) |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @klacabane |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks solid to me code wise. Some nice cleanups.
Also testing per the instructions you provided on my observability-dev PR looked good.
💔 Backport failed
To backport manually run: |
…lastic#122177) * use node_stats metricset filter * fix pipeline dropdown redirection * add get_pipeline metricbeat aggregation * add get_pipeline_vertex metricbeat aggregation * update logstash metricbeat archived data * merge_pipeline_versions * type parameter * use datastream for mb functional tests * fix metricbeat apis tests * lint * lint * lint * fix multicluster api test * lint * fix singlecluster_green_gold_mb tests * lint * add test case Co-authored-by: Kibana Machine <[email protected]> # Conflicts: # x-pack/plugins/monitoring/server/lib/logstash/get_logstash_for_clusters.ts
…lity (#122177) (#122345) * Stack monitoring - logstash 8.0 metricbeat standalone compatibility (#122177) * use node_stats metricset filter * fix pipeline dropdown redirection * add get_pipeline metricbeat aggregation * add get_pipeline_vertex metricbeat aggregation * update logstash metricbeat archived data * merge_pipeline_versions * type parameter * use datastream for mb functional tests * fix metricbeat apis tests * lint * lint * lint * fix multicluster api test * lint * fix singlecluster_green_gold_mb tests * lint * add test case Co-authored-by: Kibana Machine <[email protected]> # Conflicts: # x-pack/plugins/monitoring/server/lib/logstash/get_logstash_for_clusters.ts * remove bluebird import
Summary
This change introduces the updates required to make the SM logstash section compatible with metricbeat 8.x.
node_stats
instead ofstats
, see sample event).monitoring-{product}-8-*
datastreams. updated the es-archives with this scriptTesting
You can find relevant informations to build each service in this draft doc
.monitoring-{product}-8-*