Hi all,
I am using Filebeat -> Elasticsearch -> Kibana setup (version 7.1.1) for viewing our application level logs. One index is created per day and logs shipped by filebeat from our file logs are stored. The expected index name is "filebeat-7.1.1-yyyy.MM.dd".
But I am getting a single index for all days and the pattern is like "filebeat-7.1.1-yyyy.MM.dd-000001".
I want to know the reason for '-000001' getting appended at the end of the index name. It was working as expected in version 6.3.x.