Skip to content

Commit 18b202a

Browse files
committed
Fix internal and cross-docs links
1 parent 70e1fb3 commit 18b202a

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

docs/reference/ea-integration-tutorial.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ When you include the `elastic_integration` filter in your configuration, {{ls}}
99
and uses them to apply the transformations from Elastic integrations.
1010
This allows you to further process events in the Logstash pipeline before sending them to their configured destinations.
1111

12-
This tutorial walks you through adding the [Crowdstrike integration]({integrations-docs}/docs/reference/crowdstrike-intro.md) sending the data to {{ech}} or self-managed {{es}}.
12+
This tutorial walks you through adding the [Crowdstrike integration]({integration-docs}/docs/reference/crowdstrike-intro.md) sending the data to {{ech}} or self-managed {{es}}.
1313

1414

1515
## Prerequisites [ea-integrations-prereqs]
@@ -19,13 +19,29 @@ You need:
1919
* A working {{es}} cluster
2020
* A {{ls}} instance
2121
* {{fleet-server}}
22-
* An [{{agent}} installed]({fleet-guide}/elastic-agent-installation.html) on the hosts you want to collect data from, and configured to [send output to {{ls}}]({fleet-guide}/logstash-output.html)
22+
* An [{{agent}} installed](docs-content://reference/fleet/install-elastic-agents.md) on the hosts you want to collect data from, and configured to [send output to {{ls}}](docs-content://reference/fleet/logstash-output.md)
23+
24+
25+
26+
27+
28+
docs-content://reference/fleet/install-elastic-agents.md
29+
docs-content://reference/fleet/logstash-output.md
30+
31+
32+
33+
34+
35+
36+
37+
38+
2339
* An active Elastic [subscription](https://www.elastic.co/subscriptions).
2440
* A user configured with the [minimum required privileges](logstash-docs-md://lsr/plugins-filters-elastic_integration.md#minimum_required_privileges).
2541

2642
:::{note}
2743
Even though the focus of this tutorial is {{fleet}}-managed agents, you can use the `elastic_integration` filter and this
28-
general approach with [self-managed agents]({fleet-guide}/elastic-agent-configuration.html).
44+
general approach with [self-managed agents](docs-content://reference/fleet/install-standalone-elastic-agent.md).
2945
:::
3046

3147
## Process overview [ea-integrations-process-overview]
@@ -63,12 +79,12 @@ is selected and the Agent policy selected is the {{ls}} policy that we created f
6379
This policy should be selected by default.
6480
8. Click **Save and continue**.
6581

66-
You have the option to add the {{agent}} to your hosts. If you haven't already, {fleet-guide}/elastic-agent-installation.html[install the {{agent}}] on the host where you want to collect data.
82+
You have the option to add the {{agent}} to your hosts. If you haven't already, [install the {{agent}}](docs-content://reference/fleet/install-elastic-agents.md) on the host where you want to collect data.
6783

6884

6985
## Configure {{ls}} to use the `elastic_integration` filter plugin [ea-integrations-pipeline]
7086

71-
1. Create a new [{{ls}} pipeline]({logstash-ref}/configuration.html).
87+
1. Create a new [{{ls}} pipeline](/reference/creating-logstash-pipeline.md).
7288
2. Be sure to include these plugins:
7389

7490
* [`elastic_agent` input](logstash-docs-md://lsr/plugins-inputs-elastic_agent.md)
@@ -118,7 +134,7 @@ This sample illustrates using the `elastic_agent` input and the `elastic_integra
118134

119135
Check out the [`elastic_integration` filter](logstash-docs-md://lsr/plugins-filters-elastic_integration.md) for the full list of configuration options.
120136

121-
Check out [minimum required privileges](logstash-docs-md://lsr/plugins-filters-elastic_integration.md#minimum_required_privileges) for more info.
137+
Check out [minimum required privileges](logstash-docs-md://lsr/plugins-filters-elastic_integration.md#plugins-filters-elastic_integration-minimum_required_privileges) for more info.
122138

123139
```txt
124140
input {
@@ -155,4 +171,4 @@ The user credentials that you specify in the `elastic_integration` filter must h
155171

156172
If your {{agent}} and {{ls}} pipelines are configured correctly, events go to {{ls}} for processing before {{ls}} forwards them on to {{es}}.
157173

158-
If you encounter problems, check out the [Troubleshooting](logstash-docs-md://docs/lsr/plugins-filters-elastic_integration.md#troubleshooting) section in the `elastic_integration` filter docs.
174+
If you encounter problems, check out the [Troubleshooting](logstash-docs-md://docs/lsr/plugins-filters-elastic_integration#plugins-filters-elastic_integration-troubleshooting) section in the `elastic_integration` filter docs.

0 commit comments

Comments
 (0)