OpenSearch/plugin
Alexander Reelsen 27f39c615b Watcher: Create two index ugprade checks for watcher upgrade (elastic/x-pack-elasticsearch#2298)
As there are two indices to upgrade for watcher, it makes a lot of sense
to also have two upgrade checks.

There is one upgrader for the watches index, which deletes
old templates, adds the new one before and then does the reindexing.
Same for the triggered watches index.

This also means, that there will be two entries popping up in the kibana
UI.

Note: Each upgrade check checks if the other index (for the .watches
upgrade check the triggered watches index and vice versa) is already
upgraded and only if that is true, watcher is restarted.

relates elastic/x-pack-elasticsearch#2238

Original commit: elastic/x-pack-elasticsearch@2c92040ed6
2017-08-21 17:36:16 +02:00
..
bin/x-pack Enable command extensions 2017-08-17 22:50:52 -04:00
bwc Allow to change bwc refspec in xpack (elastic/x-pack-elasticsearch#2311) 2017-08-21 09:59:45 +02:00
config/x-pack Rename core plugin and transport dirs 2017-02-10 11:02:42 -08:00
keys Rename core plugin and transport dirs 2017-02-10 11:02:42 -08:00
licenses Use shaded rest client dependencies 2017-07-24 12:56:17 -05:00
ml-cpp-snapshot [ML] Do not download the ml-cpp zip when building it locally (elastic/x-pack-elasticsearch#2262) 2017-08-15 16:31:23 +01:00
src Watcher: Create two index ugprade checks for watcher upgrade (elastic/x-pack-elasticsearch#2298) 2017-08-21 17:36:16 +02:00
.gitignore Remove QueryParseContext (elastic/x-pack-elasticsearch#1895) 2017-07-03 17:31:18 +02:00
build.gradle Create security bootstrap checks early to access secure settings safely (elastic/x-pack-elasticsearch#2282) 2017-08-16 13:01:52 +02:00