elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
69.7k stars 24.66k forks source link

LogsDB - Third-party Integration Testing #109801

Closed salvatore-campagna closed 2 months ago

salvatore-campagna commented 3 months ago

Description

As part of the effort to test integration of LogsDB we would like to run third-party integration testing. When it comes to integrations, customers are allowed to override some of the LogsDB settings. We need to make sure failures takes place before indexing can start (fail fast) so to avoid documents being dropped at indexing time. Customers can integrate directly using LogsDB by means of their own templates and custom templates or by overriding settings by means of logs@custom component template. It should not be possible for a user to end up in a situation where index settings and/or mappings are conflicting or have forbidden values or forbidden combinations of values.

elasticsearchmachine commented 3 months ago

Pinging @elastic/es-storage-engine (Team:StorageEngine)

lkts commented 2 months ago

ignore_above is not supported as index level setting so it is not covered.