elastic / elasticsearch

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

Update get data stream api to indicate that a data stream is in logsdb mode #115391

Open martijnvg opened 3 weeks ago

martijnvg commented 3 weeks ago

Today the get data stream api does indicate whether a data stream is a tsdb data stream. It returns a top level time_series json object (for data stream element) which includes the time boundary of the tsdb data stream.

When a data stream is in logsdb mode, then the get data stream api doesn't indicate this. I think we should at least add a field that indicates that a data stream is in logsdb mode.

elasticsearchmachine commented 3 weeks ago

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

elasticsearchmachine commented 3 weeks ago

Pinging @elastic/es-data-management (Team:Data Management)