Skip to content

Remove the index type from internal watcher indexes (#39761)#39854

Merged
jakelandis merged 1 commit intoelastic:7.0from
jakelandis:7_0_watcher_internal_type_removal
Mar 8, 2019
Merged

Remove the index type from internal watcher indexes (#39761)#39854
jakelandis merged 1 commit intoelastic:7.0from
jakelandis:7_0_watcher_internal_type_removal

Conversation

@jakelandis
Copy link
Copy Markdown
Contributor

This commit removes the "doc" type from watcher internal indexes.
The template still carries the "_doc" type since that is needed for
the internal representation.

This impacts the .watches, .triggered-watches, and .watch-history indexes.

External consumers do not need any changes since all external calls
go through the _watcher API, and should not interact with the the .index directly.

Relates #38637

This commit removes the "doc" type from watcher internal indexes.
The template still carries the "_doc" type since that is needed for
the internal representation.

This impacts the .watches, .triggered-watches, and .watch-history indexes.

External consumers do not need any changes since all external calls
go through the _watcher API, and should not interact with the the .index directly.

Relates elastic#38637
@jakelandis jakelandis merged commit c39f78d into elastic:7.0 Mar 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant