Skip to content

Commit d8d446f

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/reference/ea-integration-tutorial.md

Lines changed: 8 additions & 8 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://reference/crowdstrike-intro.md) sending the data to {{ech}} or self-managed {{es}}.
1313

1414

1515
## Prerequisites [ea-integrations-prereqs]
@@ -19,13 +19,13 @@ 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)
2323
* An active Elastic [subscription](https://www.elastic.co/subscriptions).
24-
* A user configured with the [minimum required privileges](logstash-docs-md://lsr/plugins-filters-elastic_integration.md#minimum_required_privileges).
24+
* A user configured with the [minimum required privileges](logstash-docs-md://lsr/plugins-filters-elastic_integration.md#plugins-filters-elastic_integration-minimum_required_privileges).
2525

2626
:::{note}
2727
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).
28+
general approach with [self-managed agents](docs-content://reference/fleet/install-standalone-elastic-agent.md).
2929
:::
3030

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

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.
66+
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.
6767

6868

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

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

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

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

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

123123
```txt
124124
input {
@@ -155,4 +155,4 @@ The user credentials that you specify in the `elastic_integration` filter must h
155155

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

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

0 commit comments

Comments
 (0)