I have several indices, they all look like this:
systemname-envname.uniqueid.timestamp
In kibana I've played around and created several index patterns, some like this:
and some like this
When I query the .kibana index it does not return the index patterns that end ".*"
I'm using sense and this is my query:
GET .kibana/_search?type=index-pattern
{
"fields": []
}
the response "hits" total is always correct, but the "hits" array does not include those index-patterns ending ".", so for example :
"hits": {
"total": 14, <-- correct
"max_score": 1,
"hits": [
{ ... } <--- only 10 elements in here , everything except those ending .