OpenSearch/plugins/discovery-ec2
Simon Willnauer 7b8d036ab5 Replace group map settings with affix setting (#26819)
We use group settings historically instead of using a prefix setting which is more restrictive and type safe. The majority of the usecases needs to access a key, value map based on the _leave node_ of the setting ie. the setting `index.tag.*` might be used to tag an index with `index.tag.test=42` and `index.tag.staging=12` which then would be turned into a `{"test": 42, "staging": 12}` map. The group settings would always use `Settings#getAsMap` which is loosing type information and uses internal representation of the settings. Using prefix settings allows now to access such a method type-safe and natively.
2017-09-30 14:27:21 +02:00
..
config/discovery-ec2 Configure AWS SDK logging configuration 2016-09-03 06:41:07 -04:00
licenses update AWS SDK for ECS Task IAM support in discovery-ec2 (#26479) 2017-09-12 10:34:12 +02:00
src Replace group map settings with affix setting (#26819) 2017-09-30 14:27:21 +02:00
build.gradle update AWS SDK for ECS Task IAM support in discovery-ec2 (#26479) 2017-09-12 10:34:12 +02:00