Skip to content

bump watch history template version to account for serverless fix#141030

Merged
mosche merged 1 commit intoelastic:mainfrom
mosche:statelessOnPrem/fixWatcherTemplate
Jan 21, 2026
Merged

bump watch history template version to account for serverless fix#141030
mosche merged 1 commit intoelastic:mainfrom
mosche:statelessOnPrem/fixWatcherTemplate

Conversation

@mosche
Copy link
Contributor

@mosche mosche commented Jan 21, 2026

Bump watch history template version to account for serverless fix.

Relates to ES-13889, #117701

@elasticsearchmachine elasticsearchmachine added needs:triage Requires assignment of a team area label v9.4.0 labels Jan 21, 2026
@elasticsearchmachine elasticsearchmachine added Team:Data Management (obsolete) DO NOT USE. This team no longer exists. and removed needs:triage Requires assignment of a team area label labels Jan 21, 2026
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-data-management (Team:Data Management)

@elasticsearchmachine elasticsearchmachine added the serverless-linked Added by automation, don't add manually label Jan 21, 2026
// version 18: exclude input chain from indexing (serverless)
// Note: if you change this, also inform the kibana team around the watcher-ui
public static final int INDEX_TEMPLATE_VERSION = 17;
public static final int INDEX_TEMPLATE_VERSION = 18;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lukewhiting does this impact kibana in this case?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't remember any impact on Kibana when we made the original change as Kibana never used those fields... Feel free to check with the Kibana team though if you want to be sure.

Copy link
Contributor

@lukewhiting lukewhiting left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍🏻

@mosche mosche merged commit 8cea477 into elastic:main Jan 21, 2026
36 checks passed
spinscale pushed a commit to spinscale/elasticsearch that referenced this pull request Jan 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Distributed/Watcher >non-issue serverless-linked Added by automation, don't add manually Team:Data Management (obsolete) DO NOT USE. This team no longer exists. v9.4.0

4 participants