Index name with date and time of day

Hello,
is it possible to have the index name with date and time of day for example logstash-2020.06.08.08: 13???

Why would you want this? How are you ingesting data?

I use file beat and Logstash to ingestion data

Adding hour and minute to the index name would result in new indices getting created every minute. Having large number of small indices and shards is a common problem and very inefficient, so you do not want to do this.

it is possible to have this index names 2020.06.08.08??? I use this index => "<logstash-{now/d}>"
for index name with date of day

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.