Skip to content

Commit 24b5f01

Browse files
Actually add terminate docs page (elastic#114440)
A docs page for the `terminate` processor was added in elastic#114157, but the change to include it in the outer processor reference page was omitted. This change corrects that oversight.
1 parent 6665b31 commit 24b5f01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/reference/ingest/processors.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ Executes another pipeline.
185185
<<reroute-processor, `reroute` processor>>::
186186
Reroutes documents to another target index or data stream.
187187

188+
<<terminate-processor, `terminate` processor>>::
189+
Terminates the current ingest pipeline, causing no further processors to be run.
190+
188191
[discrete]
189192
[[ingest-process-category-array-json-handling]]
190193
=== Array/JSON handling processors
@@ -258,6 +261,7 @@ include::processors/set.asciidoc[]
258261
include::processors/set-security-user.asciidoc[]
259262
include::processors/sort.asciidoc[]
260263
include::processors/split.asciidoc[]
264+
include::processors/terminate.asciidoc[]
261265
include::processors/trim.asciidoc[]
262266
include::processors/uppercase.asciidoc[]
263267
include::processors/url-decode.asciidoc[]

0 commit comments

Comments
 (0)