OpenSearch/x-pack/plugin
Tim Vernum 920024e06d
Remove dynamic objects from security index (#40715)
The security index had a few "object" types with

   "dynamic": true

However, this automatically creates a mapping for each field that is
created within those objects. This means that types are dynamically
inferred and "locked in" for future updates.

Instead we want "dynamic": false which will allow us to store a range
of fields in these nested objects and retrieve them from the source,
without creating mapping types for those fields.

Backport of: #40499
2019-04-05 18:28:09 +11:00
..
ccr Make -try xlint warning disabled by default. (#40833) 2019-04-05 08:02:26 +02:00
core Remove dynamic objects from security index (#40715) 2019-04-05 18:28:09 +11:00
data-frame add HLRC protocol tests for transform state and stats (#40766) 2019-04-03 12:51:15 +02:00
deprecation Only count some fields types for deprecation check (#40166) 2019-03-19 10:52:35 -06:00
graph Deprecate types in `_graph/explore` calls. (#40466) (#40513) 2019-03-28 09:32:26 +01:00
ilm Allow ILM to stop if indices have nonexistent policies (#40820) 2019-04-04 11:46:21 -06:00
logstash Update logstash-management.json to use typeless template (#38653) (#39819) 2019-03-08 08:23:30 -06:00
ml [ML] Add created_by info to usage stats (#40518) 2019-04-04 10:55:20 +01:00
monitoring Make -try xlint warning disabled by default. (#40833) 2019-04-05 08:02:26 +02:00
rollup Rollup ignores time_zone on date histogram (#40844) 2019-04-04 21:16:50 +02:00
security Make -try xlint warning disabled by default. (#40833) 2019-04-05 08:02:26 +02:00
sql SQL: Implement CURRENT_TIME/CURTIME functions (#40662) 2019-04-04 11:45:20 +02:00
src/test [ML] Periodically persist data-frame running statistics to internal index (#40650) (#40729) 2019-04-02 14:16:55 -05:00
watcher Make -try xlint warning disabled by default. (#40833) 2019-04-05 08:02:26 +02:00
build.gradle Add support for API keys to access Elasticsearch (#38291) 2019-02-05 14:21:57 +11:00