diff --git a/docs/about/key-features.mdx b/docs/about/key-features.mdx index 74ac9029..ec047abd 100644 --- a/docs/about/key-features.mdx +++ b/docs/about/key-features.mdx @@ -135,7 +135,7 @@ The pipeline architecture is designed with flexibility and ease of use in mind, -Offering **169+** processors, **DataStream** has the most comprehensive support in the industry for _low-code_/_no-code_ management, enabling tasks like parsing, filtering, enrichment, schema transformation, normalization, routing, and more. Engineers with **Elastic** experience can leverage this robust and flexible pipeline engine while benefiting from extended multi-platform capabilities. +Offering **174+** processors, **DataStream** has the most comprehensive support in the industry for _low-code_/_no-code_ management, enabling tasks like parsing, filtering, enrichment, schema transformation, normalization, routing, and more. Engineers with **Elastic** experience can leverage this robust and flexible pipeline engine while benefiting from extended multi-platform capabilities. Key capabilities include: diff --git a/docs/configuration/pipelines/processors/break.mdx b/docs/configuration/pipelines/processors/break.mdx new file mode 100644 index 00000000..f7777334 --- /dev/null +++ b/docs/configuration/pipelines/processors/break.mdx @@ -0,0 +1,168 @@ +--- +description: Halts execution of remaining processors in the current pipeline chain and forwards the log entry to its target +sidebar_custom_props: + customCategory: Flow Control + customIcon: ⛔ +--- + +# Break + +Flow Control + +## Synopsis + +Halts the remaining processors in the current pipeline chain and forwards the log entry to its target without further processing, similar to a `break` statement in programming languages. + +## Schema + +```yaml +- break: + description: + if: