I have daily indexes configured in ElasticSearch and an ALIAS which points to the last 7 days index.
In Kibana I have configured this Alias but whenever I search lets say last 24 hours its searching against all the Indexes present in that Alias.
Is it an expected behavior.
For e.g.
- I have an alias named logs pointing to indexes logs-2016.10.[1-30]
- Configured logs as the index pattern in Kibana.
- If i search for last 24 hours in Kibana, ES searches for all indexes in the alias instead of just searching 1 or at most 2 when I give last 24 hours.