Skip to content

Commit

Permalink
Update data-streams.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 authored Apr 10, 2024
1 parent 42e32dc commit 56648dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/observability/apm/data-streams.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Logs are stored in the following data streams:
=== APM data stream rerouting

APM supports rerouting APM data to user-defined APM data stream names other than the defaults.
This can be achieved by using a `reroute` processor in ingest pipelines to set the data stream dataset or namespace.
This can be achieved by using a {ref}/reroute-processor.html[`reroute` processor] in ingest pipelines to set the data stream dataset or namespace.
The benefit of separating APM data streams is that custom retention and security policies can be used.

For example, consider traces that would originally be indexed to `traces-apm-default`. To set the data stream namespace from the trace's `service.environment` and fallback to a static string `"default"`, create an ingest pipeline named `traces-apm@custom` which will be used automatically:
Expand All @@ -109,9 +109,9 @@ For example, consider traces that would originally be indexed to `traces-apm-def
]
----

For more about the reroute processor, see {ref}/reroute-processor.html[Reroute processor reference].
For more about other ingest pipelines called by default, e.g. `traces-apm@custom`, see {fleet-guide}/data-streams.html#data-streams-pipelines[integration data streams ingest pipelines].

For more information about custom ingest pipelines, see <<apm-ingest-pipelines,parse data using ingest pipelines>>.
For more custom APM ingest pipeline guides, see <<apm-ingest-pipelines,parse data using ingest pipelines>>.

[discrete]
[[apm-data-streams-next]]
Expand Down

0 comments on commit 56648dd

Please sign in to comment.