[DOCS] Fixes monitoring links (#52790)
This commit is contained in:
parent
85e5e56510
commit
05f1cd74a6
|
@ -103,7 +103,7 @@ monitoring cluster.
|
||||||
|
|
||||||
** <<configuring-metricbeat,Use {metricbeat}>>.
|
** <<configuring-metricbeat,Use {metricbeat}>>.
|
||||||
|
|
||||||
** <<configuring-monitoring,Use HTTP exporters>>.
|
** <<collecting-monitoring-data,Use HTTP exporters>>.
|
||||||
|
|
||||||
. (Optional)
|
. (Optional)
|
||||||
{logstash-ref}/configuring-logstash.html[Configure {ls} to collect data and send it to the monitoring cluster].
|
{logstash-ref}/configuring-logstash.html[Configure {ls} to collect data and send it to the monitoring cluster].
|
||||||
|
|
|
@ -17,7 +17,7 @@ with the monitoring cluster.
|
||||||
|
|
||||||
For more information, see:
|
For more information, see:
|
||||||
|
|
||||||
* {ref}/configuring-monitoring.html[Configuring monitoring in {es}]
|
* <<monitoring-production>>
|
||||||
* {kibana-ref}/monitoring-xpack-kibana.html[Configuring monitoring in {kib}]
|
* {kibana-ref}/monitoring-xpack-kibana.html[Configuring monitoring in {kib}]
|
||||||
* {logstash-ref}/configuring-logstash.html[Configuring monitoring for Logstash nodes]
|
* {logstash-ref}/configuring-logstash.html[Configuring monitoring for Logstash nodes]
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"monitoring.bulk":{
|
"monitoring.bulk":{
|
||||||
"documentation":{
|
"documentation":{
|
||||||
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/es-monitoring.html"
|
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/monitor-elasticsearch-cluster.html"
|
||||||
},
|
},
|
||||||
"stability":"experimental",
|
"stability":"experimental",
|
||||||
"url":{
|
"url":{
|
||||||
|
|
Loading…
Reference in New Issue