diff --git a/spec/changelog.yml b/spec/changelog.yml index 1260f1fea..26eb8e790 100644 --- a/spec/changelog.yml +++ b/spec/changelog.yml @@ -10,6 +10,9 @@ - description: Add support for semantic_text field definition. type: enhancement link: https://github.com/elastic/package-spec/pull/807 + - description: Add `terminate` processor to list pipeline spec. + type: enhancement + link: https://github.com/elastic/package-spec/pull/847 - version: 3.3.1 changes: - description: Add validation rule to ensure security capability is added if there is any security rule asset. diff --git a/spec/integration/elasticsearch/pipeline.spec.yml b/spec/integration/elasticsearch/pipeline.spec.yml index a5afefc41..4873927b8 100644 --- a/spec/integration/elasticsearch/pipeline.spec.yml +++ b/spec/integration/elasticsearch/pipeline.spec.yml @@ -48,6 +48,7 @@ spec: # set_security_user: false # Applicable to packages? sort: { type: object } split: { type: object } + terminate: { type: object } trim: { type: object } uppercase: { type: object } urldecode: { type: object } @@ -115,3 +116,7 @@ versions: path: /definitions/processors/if # remove rename processor validation - op: remove path: /definitions/processors/then # remove rename processor validation + - before: 3.3.0 + patch: + - op: remove + path: /definitions/processors/terminate # remove terminate processor validation