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:
Kostas Krikellas 2025-01-10 13:22:54 +02:00 committed by GitHub
parent 5f9efb5e85
commit 5baf5af757
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 724 additions and 398 deletions

View file

@ -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,