Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the index type from internal watcher indexes #39761

Merged
merged 3 commits into from
Mar 8, 2019

Commits on Mar 6, 2019

  1. Remove the index type from internal watcher indexes

    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 committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    70a9949 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2204d9c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Configuration menu
    Copy the full SHA
    55bc454 View commit details
    Browse the repository at this point in the history