Jul 4, 2023 – Dynamic index names support for Elasticsearch

When streaming logs to Elasticsearch, you can now store them in a cluster with a dynamic index name based on the date and time DataStream creates the index and uploads log files.

This helps you sort log files at your Elasticsearch destination, as it distributes the data across multiple indices, each with a timestamp in the name.

See Stream logs to Elasticsearch in the DataStream guide for details.