-
Couldn't load subscription status.
- Fork 176
Description
Is your feature request related to a problem?
-
When the
index.sort.fieldandindex.sort.ordersettings are specified, Ref link, implicit sorting by the fields ofindex.sort.field. -
Data stream is time-series data such as logs, events, and metrics into OpenSearch. Ref link. Time series based workload sort optimization through Lucene segment sorting.. Implicit sorting for data stream could be specified to
@timestampinstead of_idor_doc.
What solution would you like?
If an index contains index.sort.field, implicit sorting by index.sort.field.
If an data stream contains @timestamp, implicit sorting by @timestamp.
Excepts, keep as is sorting by _id + _doc
Do you have any additional context?
#3064
Metadata
Metadata
Assignees
Labels
Type
Projects
Status