mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Configure index sorting through index settings for logsdb (#118968)
* Skip injecting `host.name` for incompatible mappings in logsdb mode * spotless * Update docs/changelog/118856.yaml * fix tsdb * Configure index sorting through index settings for logsdb * fix synthetic source usage * skip injecting host.name * fix test * fix compat * more tests * add index versioning * add index versioning * add index versioning * minor refactoring * Update docs/changelog/118968.yaml * address comments * inject host.name when possible * check subobjects * private settings
This commit is contained in:
parent
5f9efb5e85
commit
5baf5af757
18 changed files with 724 additions and 398 deletions
|
@ -434,6 +434,7 @@ module org.elasticsearch.server {
|
|||
org.elasticsearch.action.admin.cluster.allocation.AllocationStatsFeatures,
|
||||
org.elasticsearch.rest.action.admin.cluster.ClusterRerouteFeatures,
|
||||
org.elasticsearch.index.mapper.MapperFeatures,
|
||||
org.elasticsearch.index.IndexFeatures,
|
||||
org.elasticsearch.ingest.IngestGeoIpFeatures,
|
||||
org.elasticsearch.search.SearchFeatures,
|
||||
org.elasticsearch.script.ScriptFeatures,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue