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 #3939

Merged
merged 2 commits into from
Jul 6, 2020
Merged
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
6 changes: 3 additions & 3 deletions docs/guide/obs-integrations.asciidoc
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@ See the relevant https://www.elastic.co/guide/en/apm/agent/index.html[Agent docu

Once your logs contain the appropriate identifiers (fields), you need to ingest them into Elasticsearch.
Luckily, we've got a tool for that -- Filebeat is Elastic's log shipper.
The {filebeat-ref}/filebeat-getting-started.html[Filebeat getting started]
The {filebeat-ref}/filebeat-installation-configuration.html[Filebeat quick start]
guide will walk you through the setup process.

Because logging frameworks and formats vary greatly between different programming languages,
@@ -83,11 +83,11 @@ The following tips should hopefully get you going in the right direction:
**Download Filebeat**

There are many ways to download and get started with Filebeat.
Read the {filebeat-ref}/filebeat-installation.html[Filebeat Installation] guide to determine which is best for you.
Read the {filebeat-ref}/filebeat-installation-configuration.html[Filebeat quick start] guide to determine which is best for you.

**Configure Filebeat**

Modify the {filebeat-ref}/filebeat-configuration.html[`filebeat.yml`] configuration file to your needs.
Modify the {filebeat-ref}/configuring-howto-filebeat.html[`filebeat.yml`] configuration file to your needs.
Here are some recommendations:

* Set `filebeat.inputs` to point to the source of your logs