You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/ea-integration-tutorial.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ When you include the `elastic_integration` filter in your configuration, {{ls}}
9
9
and uses them to apply the transformations from Elastic integrations.
10
10
This allows you to further process events in the Logstash pipeline before sending them to their configured destinations.
11
11
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}}.
13
13
14
14
15
15
## Prerequisites [ea-integrations-prereqs]
@@ -19,13 +19,13 @@ You need:
19
19
* A working {{es}} cluster
20
20
* A {{ls}} instance
21
21
* {{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
23
* 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).
25
25
26
26
:::{note}
27
27
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).
29
29
:::
30
30
31
31
## 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
63
63
This policy should be selected by default.
64
64
8. Click **Save and continue**.
65
65
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.
67
67
68
68
69
69
## Configure {{ls}} to use the `elastic_integration` filter plugin [ea-integrations-pipeline]
70
70
71
-
1. Create a new [{{ls}} pipeline]({logstash-ref}/configuration.html).
71
+
1. Create a new [{{ls}} pipeline](/reference/creating-logstash-pipeline.md).
@@ -118,7 +118,7 @@ This sample illustrates using the `elastic_agent` input and the `elastic_integra
118
118
119
119
Check out the [`elastic_integration` filter](logstash-docs-md://lsr/plugins-filters-elastic_integration.md) for the full list of configuration options.
120
120
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.
122
122
123
123
```txt
124
124
input {
@@ -155,4 +155,4 @@ The user credentials that you specify in the `elastic_integration` filter must h
155
155
156
156
If your {{agent}} and {{ls}} pipelines are configured correctly, events go to {{ls}} for processing before {{ls}} forwards them on to {{es}}.
157
157
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