Hi
Is it possible to achieve name with timestamp from ingest data to elasticsearch in the index name like
.ds-<data-stream>-<yyyy.MM.dd>-<generation>
.ds-<data-stream><mytimestamp_from_log>-<generation>
I've tried to make by
"data_stream": {
"hidden": false,
"allow_custom_routing": false,
"timestamp_field": "@timestamp"
},
But it doesn't work. I didn't find any solution in docs but something on Fix the timestamp field of a data stream to @timestamp (#59076) · elastic/elasticsearch@cb6b05d · GitHub