Skip to content

Commit

Permalink
remove unnecessary references to rollovers (#12112)
Browse files Browse the repository at this point in the history
  • Loading branch information
colleenmcginnis authored Nov 30, 2023
1 parent 50815d1 commit 0b2e4e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
12 changes: 0 additions & 12 deletions docs/apm-data-security.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -483,18 +483,6 @@ TIP: If you prefer using a GUI, you can instead open {kib} and navigate to
**Stack Management** -> **Ingest Pipelines** -> **Create pipeline**.
Use the same naming convention explained previously to ensure your new pipeline matches the correct APM data stream.

**Roll over the data stream (optional)**

Pipeline changes are not applied retroactively to existing indices.
For changes to take effect immediately, you must create a new write index for the data stream.
This can be done with the {es} {ref}/indices-rollover-index.html[Rollover API].
For example, to roll over the default application traces data stream, with a `namespace` of "default", run:

[source,console]
----
POST /traces-apm-default/_rollover/
----

That's it! Passwords will now be redacted from your APM HTTP body data.

To learn more about ingest pipelines, see <<custom-index-template>>.
Expand Down
1 change: 0 additions & 1 deletion docs/ingest-pipelines.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ The process for creating a custom ingest pipeline is as follows:

* Create a pipeline with processors specific to your use case
* Add the newly created pipeline to an `@custom` pipeline that matches an APM data stream
* Roll over your data stream

If you prefer more guidance, see one of these tutorials:

Expand Down

0 comments on commit 0b2e4e2

Please sign in to comment.