Skip to content

[9.1] [Streams] Remove managed index template properties from PUT request (#231394)#232054

Merged
kibanamachine merged 1 commit intoelastic:9.1from
kibanamachine:backport/9.1/pr-231394
Aug 18, 2025
Merged

[9.1] [Streams] Remove managed index template properties from PUT request (#231394)#232054
kibanamachine merged 1 commit intoelastic:9.1from
kibanamachine:backport/9.1/pr-231394

Conversation

@kibanamachine
Copy link
Contributor

Backport

This will backport the following commits from main to 9.1:

Questions ?

Please refer to the Backport tool documentation

…lastic#231394)

Recent changes to Elasticsearch now makes the GET index_template
response include two properties (created_date, modification_date). When
updating Ingest Pipelines for Classic Streams, we read this index
template using GET and spread the response into our request where we
modify the pipeline. This means we pass these new properties as part of
the PUT index_template request which Elasticsearch rejects.
This PR just removes those two properties from the PUT request.

(cherry picked from commit 49b06b2)
@kibanamachine kibanamachine merged commit deeb821 into elastic:9.1 Aug 18, 2025
16 checks passed
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Unknown metric groups

ESLint disabled line counts

id before after diff
streams 4 5 +1

Total ESLint disabled count

id before after diff
streams 8 9 +1

cc @miltonhultgren

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants