OpenSearch/x-pack/plugin
Jason Tedor 0b46a62f6b
Drop distinction in entries for keystore (#41701)
Today we allow adding entries from a file or from a string, yet we
internally maintain this distinction such that if you try to add a value
from a file for a setting that expects a string or add a value from a
string for a setting that expects a file, you will have a bad time. This
causes a pain for operators such that for each setting they need to know
this difference. Yet, we do not need to maintain this distinction
internally as they are bytes after all. This commit removes that
distinction and includes logic to upgrade legacy keystores.
2019-05-01 07:02:04 -04:00
..
ccr Simplify initialization of max_seq_no of updates (#41161) 2019-04-30 15:14:52 -04:00
core [ML] Add bucket_script agg support to data frames (#41594) (#41639) 2019-04-29 10:14:17 -05: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 Drop distinction in entries for keystore (#41701) 2019-05-01 07:02:04 -04:00
sql [DOCS] Add space to fix Asciidoctor output (#41579) 2019-04-26 12:13:33 -04:00
src/test [ML] cleanup + adding description field to transforms (#41554) (#41605) 2019-04-26 16:50:59 -05: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