OpenSearch/x-pack/plugin
Albert Zaharovits 990be1f806
Security Tokens moved to a new separate index (#40742)
This commit introduces the `.security-tokens` and `.security-tokens-7`
alias-index pair. Because index snapshotting is at the index level granularity
(ie you cannot snapshot a subset of an index) snapshoting .`security` had
the undesirable effect of storing ephemeral security tokens. The changes
herein address this issue by moving tokens "seamlessly" (without user
intervention) to another index, so that a "Security Backup" (ie snapshot of
`.security`) would not be bloated by ephemeral data.
2019-05-01 14:53:56 +03:00
..
ccr Simplify initialization of max_seq_no of updates (#41161) 2019-04-30 15:14:52 -04:00
core Security Tokens moved to a new separate index (#40742) 2019-05-01 14:53:56 +03:00
data-frame [ML] Add bucket_script agg support to data frames (#41594) (#41639) 2019-04-29 10:14:17 -05:00
deprecation Add deprecation check for ILM poll interval <1s (#41096) 2019-04-12 10:43:04 -06:00
graph Deprecate types in `_graph/explore` calls. (#40466) (#40513) 2019-03-28 09:32:26 +01:00
ilm [Docs] Fix common word repetitions (#39703) 2019-04-25 20:47:47 +02:00
logstash Update logstash-management.json to use typeless template (#38653) (#39819) 2019-03-08 08:23:30 -06:00
ml [ML] Update for model selection change and disable temporarily (#41482) (#41682) 2019-04-30 15:47:54 -05:00
monitoring Remove deprecated stashWithOrigin calls and use the alternative (#40847) (#41562) 2019-04-28 21:25:42 +10:00
rollup Disallow null/empty or duplicate composite sources (#41359) 2019-04-24 13:23:31 -04:00
security Security Tokens moved to a new separate index (#40742) 2019-05-01 14:53:56 +03:00
sql [DOCS] Add space to fix Asciidoctor output (#41579) 2019-04-26 12:13:33 -04:00
src/test Security Tokens moved to a new separate index (#40742) 2019-05-01 14:53:56 +03:00
watcher Fix Watcher deadlock that can cause in-abilty to index documents. (#41418) (#41684) 2019-04-30 16:13:24 -05:00
build.gradle Add support for API keys to access Elasticsearch (#38291) 2019-02-05 14:21:57 +11:00