OpenSearch/plugin
Zachary Tong eed0e41a29 [ML] Share job result indices by default (elastic/x-pack-elasticsearch#638)
This moves the index structure to using a single, shared index
(.ml-anomalies-shared).  Custom indices can still be used by manually
setting `results_index`.

An alias is always created which points from `.ml-anomalies-<jobid>`
to `.ml-anomalies-shared`.

User defined indices are prepended with "custom-"

Index helper functions have been renamed to make this clear.  Furthermore,
accessing an index should always be done either by fetching the
currently configured index/alias from the state, or using the preconfigured
alias.  Because the user can specify a custom physical index, it is
impossible to determine the physical index "by convention" now.
The helpers have been configured to reflect that.

Original commit: elastic/x-pack-elasticsearch@a5368eb230
2017-03-01 13:28:12 -05:00
..
bin/x-pack Rename core plugin and transport dirs 2017-02-10 11:02:42 -08: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 Watcher: Add license files (elastic/x-pack-elasticsearch#619) 2017-02-23 10:24:16 +01:00
src [ML] Share job result indices by default (elastic/x-pack-elasticsearch#638) 2017-03-01 13:28:12 -05:00
NOTICE.txt Rename core plugin and transport dirs 2017-02-10 11:02:42 -08:00
build.gradle Build: Convert integ test dsl to new split cluster/runner dsl 2017-02-22 00:56:52 -08:00