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.
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.