Hello, I'm still coming up to speed with ELK. My use case is to analyze AWS CloudFront logs in aggregates (such as total bandwidth for a folder in a bucket per month). These logs are about 5,000 KB compressed per day
Based on this article https://www.elastic.co/blog/index-vs-type it makes it sound like having many indices would not be ideal. However I see the default index is "logstash-%{+YYYY.MM.dd}" which creates an index for each day.
Could someone explain the reasoning behind having a daily index?