[DOCS] Add introductory monitoring information (elastic/x-pack-elasticsearch#3775)
Original commit: elastic/x-pack-elasticsearch@fbd164351c
This commit is contained in:
parent
cf0fe1bbff
commit
67b6009944
|
@ -5,16 +5,24 @@
|
||||||
[partintro]
|
[partintro]
|
||||||
--
|
--
|
||||||
{monitoring} enables you to easily monitor the health of your {es} cluster. The
|
{monitoring} enables you to easily monitor the health of your {es} cluster. The
|
||||||
monitoring metrics are collected from each node and stored in {es} indices. You
|
monitoring metrics are collected from each node and stored in {es} indices.
|
||||||
can then view the data from {kib} where it’s easy to spot issues at a glance or
|
|
||||||
delve into the system behavior over time to diagnose operational issues. In
|
Each {es} node is considered unique based on its persistent UUID, which is
|
||||||
addition to the built-in status warnings, you can also set up custom alerts
|
written on first start to its <<path-settings,`path.data`>> directory, which
|
||||||
based on the data in the monitoring indices.
|
defaults to `./data`.
|
||||||
|
|
||||||
|
You can view the monitoring data from {kib} where it’s easy to spot issues at a
|
||||||
|
glance or delve into the system behavior over time to diagnose operational
|
||||||
|
issues. In addition to the built-in status warnings, you can also set up custom
|
||||||
|
alerts based on the data in the monitoring indices.
|
||||||
|
|
||||||
This section focuses on the {es} monitoring infrastructure and setup. For an
|
This section focuses on the {es} monitoring infrastructure and setup. For an
|
||||||
introduction to monitoring your Elastic stack, including Logstash and {kib}, see
|
introduction to monitoring your Elastic stack, including Logstash and {kib}, see
|
||||||
{xpack-ref}/xpack-monitoring.html[Monitoring the Elastic Stack].
|
{xpack-ref}/xpack-monitoring.html[Monitoring the Elastic Stack].
|
||||||
//For information about using the Monitoring UI, see Monitoring in the Kibana guide.
|
|
||||||
|
* <<configuring-monitoring>>
|
||||||
|
* <<stats-export>>
|
||||||
|
* <<http-exporter>>
|
||||||
|
|
||||||
--
|
--
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue