elastic / elasticsearch

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

LogsDB - Backward Compatibility Testing #109799

Open salvatore-campagna opened 3 months ago

salvatore-campagna commented 3 months ago

Description

As part of the effort to test integration of LogsDB we would like to run backward compatibility integration tests. Changes in index mode can occur through explicit changes in settings or installation/removal of integrations using different index modes. The index mode operates at the index level and may vary within a single datastream, resulting in coexistence of indices with different index modes. Note that changing the index mode post-index creation isn't feasible. For datastreams' backing indices, the index mode changes only after a rollover operation on a new index.

elasticsearchmachine commented 3 months ago

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