Release 7.15.0
This release is compatible with the latest Elasticsearch 7.15.0 released in 22nd September 2021.
Added the following new APIs 🎉 (1 stable and 5 experimental):
Stable
- Security.queryApiKeys: api spec, documentation
Experimental
- Indices.diskUsage: api spec, documentation
- Indices.fieldUsageStats: api spec, documentation
- Nodes.clearRepositoriesMeteringArchive: api spec, documentation
- Nodes.getRepositoriesMeteringInfo: api spec, documentation
- SearchMvt: api spec, documentation
API changes
Ml.putJob
Added the ignore_unavailable
parameter, (boolean) to ignore unavailable indexes (default: false)
Added the allow_no_indices
parameter, (boolean) to ignore if the source indices expressions resolves to no concrete indices (default: true)
Added the ignore_throttled
parameter, (boolean) to ignore indices that are marked as throttled (default: true). Only set if datafeed_config is provided
Added the expand_wildcards
parameter, (enum) whether source index expressions should get expanded to open or closed indices
Nodes.stats
Added the shards
option to the index_metric
parameter
OpenPointInTime
Changed the index
parameter to be required (was optional)