Hello,
I ran into this example in the kibana getting started tutorial, but I believe my question applied to the underlying elasticsearch.
Loading the sample data here, I noticed when loading logs.jsonl that three indexes were created:
logstash-2015.05.18
logstash-2015.05.19
logstash-2015.05.20
And in each index, goes the sample log data from the date in the index.
what are the pros and cons in creating indexes divided out by date?
Thank you for your time...
--jason