-
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
[Monitoring] Support shipping directly to the monitoring cluster #57022
[Monitoring] Support shipping directly to the monitoring cluster #57022
Conversation
💔 Build FailedTo update your PR or re-run it, just comment with: |
Pinging @elastic/stack-monitoring (Team:Monitoring) |
@elasticmachine merge upstream |
e2e09fe
to
403d34f
Compare
x-pack/legacy/plugins/monitoring/server/kibana_monitoring/__tests__/bulk_uploader.js
Outdated
Show resolved
Hide resolved
x-pack/legacy/plugins/monitoring/server/kibana_monitoring/lib/send_bulk_payload.js
Outdated
Show resolved
Hide resolved
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.
Just some minor nitpicking, but other than that Great job 👍
…o_monitoring_cluster
…o_monitoring_cluster
…o_monitoring_cluster
…o_monitoring_cluster
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
…stic#57022) * Support shipping directly to the monitoring cluster * Add timestamp * PR feedback * Use utc
) (#57734) * Support shipping directly to the monitoring cluster * Add timestamp * PR feedback * Use utc
Backport: 7.x: 63aa613 |
Relates to #52639
This PR introduces a new set of monitoring configuration that enable shipping internally collected monitoring data directly to the monitoring cluster.
The settings are:
Before this PR, the only way internally collected monitoring data landed in the monitoring cluster was by going through the production cluster (
elasticsearch.*
configs).This PR will ensure Kibana is aligned with the rest of the stack products in preparation for the Metricbeat migration.
TODO