Skip to content

Commit

Permalink
Actually add terminate docs page (elastic#114440) (elastic#114478)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
PeteGillinElastic authored Oct 10, 2024
1 parent 6665b31 commit d3535d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/reference/ingest/processors.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ Executes another pipeline.
<<reroute-processor, `reroute` processor>>::
Reroutes documents to another target index or data stream.

<<terminate-processor, `terminate` processor>>::
Terminates the current ingest pipeline, causing no further processors to be run.

[discrete]
[[ingest-process-category-array-json-handling]]
=== Array/JSON handling processors
Expand Down Expand Up @@ -258,6 +261,7 @@ include::processors/set.asciidoc[]
include::processors/set-security-user.asciidoc[]
include::processors/sort.asciidoc[]
include::processors/split.asciidoc[]
include::processors/terminate.asciidoc[]
include::processors/trim.asciidoc[]
include::processors/uppercase.asciidoc[]
include::processors/url-decode.asciidoc[]
Expand Down

0 comments on commit d3535d5

Please sign in to comment.