-
Notifications
You must be signed in to change notification settings - Fork 253
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
[DOCS] Adds configuration information for ESMS #318
Conversation
here is a quick preview of the docs generated by this change. The preview process isn't ready for prime time yet but it did pick this one up. |
And also Beats (just as a heads up to you 😄). |
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.
LGTM. Thanks @lcawl!
This PR adds information similar to https://www.elastic.co/guide/en/elastic-stack-overview/master/monitoring-production.html, but instead of sending the monitoring data to a monitoring cluster, it is sent to the Elasticsearch Stack Monitoring Service.
Initially this page contains instructions for using Metricbeat to monitor Kibana and Elasticsearch. It will be expanded to describe using collectors and exporters and monitoring Logstash.
This PR depends on tagged regions that are implemented in elastic/kibana#37123, elastic/elasticsearch#42547, elastic/elasticsearch#42601, and elastic/kibana#37198 to permit content-reuse. It also uses attributes implemented in elastic/docs#902