Skip to content
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

Change links to refactored Beats getting started docs #15

Merged
merged 2 commits into from
Jul 2, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/ingest-management/troubleshooting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/en/logs/logs-installation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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].
dedemorton marked this conversation as resolved.
Show resolved Hide resolved

[float]
=== Enable {filebeat} modules
Expand Down
2 changes: 1 addition & 1 deletion docs/en/metrics/metrics-installation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down