You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently do not support wildcards in timestamped indices. We're unlikely to fix this in any case as we're removing the generation of timestamped indices in Kibana 4.2.0 and replacing it with a more efficient optimization that utilizes the new _field_stats API in Elasticsearch 1.6
rashidkpc
changed the title
Kibana 4: Index pattern matching is failing for daily pattern
Wildcards in daily indices
May 29, 2015
I'm not sure this is a bug or it works as expected.
The index pattern I'm trying to use looks like:
[events-]*[-]YYYY.MM.DD
The asterisk is there because we have an ID in between. So, I'm expecting to match indexes such as:
events-724-2015.05.28
.Is there a way to accomplish this?
The text was updated successfully, but these errors were encountered: