From fcc4bddf749b0ac3073be493f0316c06676dcad1 Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Wed, 1 Jul 2020 20:26:22 -0700 Subject: [PATCH 1/2] Change links to refactored Beats getting started docs --- docs/en/ingest-management/troubleshooting.asciidoc | 2 +- docs/en/logs/logs-installation.asciidoc | 4 ++-- docs/en/metrics/metrics-installation.asciidoc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/ingest-management/troubleshooting.asciidoc b/docs/en/ingest-management/troubleshooting.asciidoc index 580a106fad..1e7809a681 100644 --- a/docs/en/ingest-management/troubleshooting.asciidoc +++ b/docs/en/ingest-management/troubleshooting.asciidoc @@ -244,7 +244,7 @@ from sending the data. Although it's redundant to install stand-alone {metricbeat}, you might want to try installing it to see if it's able to send data successfully to {es}. For more information, see -{metricbeat-ref}/metricbeat-getting-started.html[Get started with {metricbeat}]. +{metricbeat-ref}/metricbeat-installation-configuration.html[{metricbeat} quick start]. If {metricbeat} is able to send data to {es}, there is possibly a bug or problem with {agent}, and you should report it. diff --git a/docs/en/logs/logs-installation.asciidoc b/docs/en/logs/logs-installation.asciidoc index d01aa5db43..1f5bf7bbe5 100644 --- a/docs/en/logs/logs-installation.asciidoc +++ b/docs/en/logs/logs-installation.asciidoc @@ -69,8 +69,8 @@ image::images/add-data.png[Add log data] [float] ==== Install {filebeat} yourself -If your data source doesn't have a {filebeat} module, or if you want to install one the old fashioned way, follow the instructions in {filebeat-ref}/filebeat-modules-quickstart.html[{filebeat} modules quick start] and enable modules for the logs you want to collect. -If there is no module for the logs you want to collect, see the {filebeat-ref}/filebeat-getting-started.html[{filebeat} getting started] to learn how to configure inputs. +If you want to install {filebeat} the old fashioned way, follow the instructions in {filebeat-ref}/filebeat-installation-configuration.html[{filebeat} quick start] and enable modules for the logs you want to collect. +If there is no module for the logs you want to collect, see {filebeat-ref}/configuration-filebeat-options.html[Conifgure inputs]. [float] === Enable {filebeat} modules diff --git a/docs/en/metrics/metrics-installation.asciidoc b/docs/en/metrics/metrics-installation.asciidoc index 5d5a8a86c6..d35c569e82 100644 --- a/docs/en/metrics/metrics-installation.asciidoc +++ b/docs/en/metrics/metrics-installation.asciidoc @@ -62,7 +62,7 @@ image::images/add-data.png[Add metrics data] [float] ==== Install {metricbeat} yourself -If your data source doesn't have a {metricbeat} module, or if you want to install one the old fashioned way, follow the instructions in {metricbeat-ref}/metricbeat-getting-started.html[{metricbeat} getting started] and enable modules for the metrics you want to collect. +If your data source doesn't have a {metricbeat} module, or if you want to install one the old fashioned way, follow the instructions in {metricbeat-ref}/metricbeat-installation-configuration.html[{metricbeat} quick start] and enable modules for the metrics you want to collect. [float] === Enable {metricbeat} modules From 7cce79b4ff38a1532ca0bf2ce9e59cac742fefe0 Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Thu, 2 Jul 2020 16:36:17 -0700 Subject: [PATCH 2/2] Fix typo --- docs/en/logs/logs-installation.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/logs/logs-installation.asciidoc b/docs/en/logs/logs-installation.asciidoc index 1f5bf7bbe5..529a0e62ab 100644 --- a/docs/en/logs/logs-installation.asciidoc +++ b/docs/en/logs/logs-installation.asciidoc @@ -70,7 +70,7 @@ image::images/add-data.png[Add log data] ==== Install {filebeat} yourself If you want to install {filebeat} the old fashioned way, follow the instructions in {filebeat-ref}/filebeat-installation-configuration.html[{filebeat} quick start] and enable modules for the logs you want to collect. -If there is no module for the logs you want to collect, see {filebeat-ref}/configuration-filebeat-options.html[Conifgure inputs]. +If there is no module for the logs you want to collect, see {filebeat-ref}/configuration-filebeat-options.html[Configure inputs]. [float] === Enable {filebeat} modules