[DOCS] Rename monitoring collection from internal to legacy (#56395)

This commit is contained in:
Lisa Cawley 2020-06-11 10:16:53 -07:00 committed by lcawl
parent 4c6bfe32a7
commit 7442808869
7 changed files with 35 additions and 34 deletions

View File

@ -1,16 +1,19 @@
[role="xpack"] [role="xpack"]
[testenv="gold"] [testenv="gold"]
[[collecting-monitoring-data]] [[collecting-monitoring-data]]
== Collecting monitoring data == Collecting monitoring data using legacy collectors
++++
<titleabbrev>Legacy collection methods</titleabbrev>
++++
[IMPORTANT] [IMPORTANT]
========================= =========================
{metricbeat} is the recommended method for collecting and shipping monitoring {metricbeat} is the recommended method for collecting and shipping monitoring
data to a monitoring cluster. data to a monitoring cluster.
If you have previously configured internal collection, you should migrate to If you have previously configured legacy collection methods, you should migrate
using {metricbeat} collection. Use either {metricbeat} collection or to using {metricbeat} collection methods. Use either {metricbeat} collection or
internal collection; do not use both. legacy collection methods; do not use both.
Learn more about <<configuring-metricbeat>>. Learn more about <<configuring-metricbeat>>.
========================= =========================

View File

@ -8,9 +8,9 @@
{metricbeat} is the recommended method for collecting and shipping monitoring {metricbeat} is the recommended method for collecting and shipping monitoring
data to a monitoring cluster. data to a monitoring cluster.
If you have previously configured internal collection, you should migrate to If you have previously configured legacy collection methods, you should migrate
using {metricbeat} collection. Use either {metricbeat} collection or to using {metricbeat} collection methods. Use either {metricbeat} collection or
internal collection; do not use both. legacy collection methods; do not use both.
Learn more about <<configuring-metricbeat>>. Learn more about <<configuring-metricbeat>>.
========================= =========================

View File

@ -8,9 +8,9 @@
{metricbeat} is the recommended method for collecting and shipping monitoring {metricbeat} is the recommended method for collecting and shipping monitoring
data to a monitoring cluster. data to a monitoring cluster.
If you have previously configured internal collection, you should migrate to If you have previously configured legacy collection methods, you should migrate
using {metricbeat} collection. Use either {metricbeat} collection or to using {metricbeat} collection methods. Use either {metricbeat} collection or
internal collection; do not use both. legacy collection methods; do not use both.
Learn more about <<configuring-metricbeat>>. Learn more about <<configuring-metricbeat>>.
========================= =========================

View File

@ -8,9 +8,9 @@
{metricbeat} is the recommended method for collecting and shipping monitoring {metricbeat} is the recommended method for collecting and shipping monitoring
data to a monitoring cluster. data to a monitoring cluster.
If you have previously configured internal collection, you should migrate to If you have previously configured legacy collection methods, you should migrate
using {metricbeat} collection. Use either {metricbeat} collection or to using {metricbeat} collection methods. Use either {metricbeat} collection or
internal collection; do not use both. legacy collection methods; do not use both.
Learn more about <<configuring-metricbeat>>. Learn more about <<configuring-metricbeat>>.
========================= =========================

View File

@ -13,10 +13,8 @@ performance of your {es} cluster.
* <<monitoring-production>> * <<monitoring-production>>
* <<configuring-metricbeat>> * <<configuring-metricbeat>>
* <<configuring-filebeat>> * <<configuring-filebeat>>
* <<collecting-monitoring-data>>
* <<config-monitoring-indices>> * <<config-monitoring-indices>>
* <<es-monitoring-collectors>> * <<collecting-monitoring-data>>
* <<es-monitoring-exporters>>
* <<monitoring-troubleshooting>> * <<monitoring-troubleshooting>>
-- --
@ -27,19 +25,19 @@ include::how-monitoring-works.asciidoc[]
include::production.asciidoc[] include::production.asciidoc[]
include::collecting-monitoring-data.asciidoc[]
include::pause-export.asciidoc[]
include::configuring-metricbeat.asciidoc[] include::configuring-metricbeat.asciidoc[]
include::configuring-filebeat.asciidoc[] include::configuring-filebeat.asciidoc[]
include::indices.asciidoc[] include::indices.asciidoc[]
include::collecting-monitoring-data.asciidoc[]
:leveloffset: +1
include::collectors.asciidoc[] include::collectors.asciidoc[]
include::exporters.asciidoc[] include::exporters.asciidoc[]
:leveloffset: -1
include::local-export.asciidoc[] include::local-export.asciidoc[]
include::http-export.asciidoc[] include::http-export.asciidoc[]
include::pause-export.asciidoc[]
include::troubleshooting.asciidoc[] include::troubleshooting.asciidoc[]

View File

@ -8,9 +8,9 @@
{metricbeat} is the recommended method for collecting and shipping monitoring {metricbeat} is the recommended method for collecting and shipping monitoring
data to a monitoring cluster. data to a monitoring cluster.
If you have previously configured internal collection, you should migrate to If you have previously configured legacy collection methods, you should migrate
using {metricbeat} collection. Use either {metricbeat} collection or to using {metricbeat} collection methods. Use either {metricbeat} collection or
internal collection; do not use both. legacy collection methods; do not use both.
Learn more about <<configuring-metricbeat>>. Learn more about <<configuring-metricbeat>>.
========================= =========================

View File

@ -6,22 +6,22 @@ In production, you should send monitoring data to a separate _monitoring cluster
so that historical data is available even when the nodes you are monitoring are so that historical data is available even when the nodes you are monitoring are
not. For example, you can use {metricbeat} to ship monitoring data about {kib}, not. For example, you can use {metricbeat} to ship monitoring data about {kib},
{es}, {ls}, and Beats to the monitoring cluster. {es}, {ls}, and Beats to the monitoring cluster.
//If you are sending your data to the {esms-init}, see <<esms>>. If you are sending your data to the {esms-init}, see <<esms>>.
[IMPORTANT] [IMPORTANT]
========================= =========================
{metricbeat} is the recommended method for collecting and shipping monitoring {metricbeat} is the recommended method for collecting and shipping monitoring
data to a monitoring cluster. data to a monitoring cluster.
If you have previously configured internal collection, you should migrate to If you have previously configured legacy collection methods, you should migrate
using {metricbeat} collection. Use either {metricbeat} collection or to using {metricbeat} collection. Use either {metricbeat} collection or
internal collection; do not use both. legacy collection methods; do not use both.
Learn more about <<configuring-metricbeat>>. Learn more about <<configuring-metricbeat>>.
========================= =========================
If you have at least a gold license, using a dedicated monitoring cluster also If you have at least a Gold Subscription, using a dedicated monitoring cluster
enables you to monitor multiple clusters from a central location. also enables you to monitor multiple clusters from a central location.
To store monitoring data in a separate cluster: To store monitoring data in a separate cluster:
@ -99,11 +99,11 @@ Alternatively, use the `remote_monitoring_user` <<built-in-users,built-in user>>
-- --
. Configure your production cluster to collect data and send it to the . Configure your production cluster to collect data and send it to the
monitoring cluster. monitoring cluster:
** <<configuring-metricbeat,Use {metricbeat}>>. ** <<configuring-metricbeat,{metricbeat} collection methods>>
** <<collecting-monitoring-data,Use HTTP exporters>>. ** <<collecting-monitoring-data,Legacy collection methods>>
. (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].
@ -119,9 +119,9 @@ cluster.
. (Optional) Configure {kib} to collect data and send it to the monitoring cluster: . (Optional) Configure {kib} to collect data and send it to the monitoring cluster:
** {kibana-ref}/monitoring-metricbeat.html[Use {metricbeat}]. ** {kibana-ref}/monitoring-metricbeat.html[{metricbeat} collection methods]
** {kibana-ref}/monitoring-kibana.html[Use HTTP exporters]. ** {kibana-ref}/monitoring-kibana.html[Legacy collection methods]
. (Optional) Create a dedicated {kib} instance for monitoring, rather than using . (Optional) Create a dedicated {kib} instance for monitoring, rather than using
a single {kib} instance to access both your production cluster and monitoring a single {kib} instance to access both your production cluster and monitoring