-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Index kibana_settings
docs for Kibana X-Pack Monitoring
#7621
Comments
@ruflin I would like to make this metricset xpack-only (i.e. it only fetches and ships if In the mid/long term Cluster Alerts will be driven entirely from within Kibana and will not rely on Thoughts? |
To not have to create a metricset which is X-Pack only I wonder if we could merge it into the x-pack stats metricset. Meaning we by default it sends 2 events. |
I think we could do that but the I'm not entirely sure how to make this happen, given how we create a http helper from a metricset object by calling |
I would opt for the two request. We do this trick also for Elasticsearch where we need to fetch additional info for the event. It's a bit hacky but it works. |
kibana_settings
docs for Kibana X-Pack Monitoring
Resolves #7621. Depends on elastic/kibana#21100. X-Pack Monitoring of Kibana requires two types of documents in the `.monitoring-kibana-*` indices: `kibana_stats` and `kibana_settings`. We made Metricbeat's `kibana/stats` metricset index `kibana_stats` documents into `.monitoring-kibana-*` in #7525. This PR makes the same metricset index `kibana_settings` documents into `.monitoring-kibana-*`.
Resolves #7621. Depends on elastic/kibana#21100. X-Pack Monitoring of Kibana requires two types of documents in the `.monitoring-kibana-*` indices: `kibana_stats` and `kibana_settings`. We made Metricbeat's `kibana/stats` metricset index `kibana_stats` documents into `.monitoring-kibana-*` in #7525. This PR makes the same metricset index `kibana_settings` documents into `.monitoring-kibana-*`. (cherry picked from commit 2af5ab9)
As a follow up to elastic/kibana#20577 and as a part of making progress on #7035, we need a
settings
metricset in thekibana
metricbeat module. This metricset would poll the Kibana settings API and ship its results into.kibana-monitoring-6-*
indices providedxpack.enabled: true
is set in the module's configuration.The text was updated successfully, but these errors were encountered: