Since I updated to ES 2.1.0, Shield 2.1.0 and Kibana 4.3.0, Kibana doesn't work properly.
If I set an index with a wildcard in the Settings
tab (for example, logstash-*
), when I go to the Discover
tab, I get an error that says:
Fatal Error
Courier Fetch: [index_not_found_exception] no such index, with: {"index":"[logstash-*]"}
Version: 4.3.0
Build: 9369
Error: [index_not_found_exception] no such index, with: {"index":"[logstash-*]"}
at respond (http://X.X.X.X:5601/bundles/kibana.bundle.js:76160:16)
at checkRespForFailure (http://X.X.X.X:5601/bundles/kibana.bundle.js:76123:8)
at http://X.X.X.X:5601/bundles/kibana.bundle.js:74741:8
at processQueue (http://X.X.X.X:5601/bundles/commons.bundle.js:42339:29)
at http://X.X.X.X:5601/bundles/commons.bundle.js:42355:28
at Scope.$eval (http://X.X.X.X:5601/bundles/commons.bundle.js:43583:29)
at Scope.$digest (http://X.X.X.X:5601/bundles/commons.bundle.js:43394:32)
at Scope.$apply (http://X.X.X.X:5601/bundles/commons.bundle.js:43691:25)
at done (http://X.X.X.X:5601/bundles/commons.bundle.js:38140:48)
at completeRequest (http://X.X.X.X:5601/bundles/commons.bundle.js:38338:8)
However, if I set in the Settings
tab an index without wildcards (for example, logstash-type0-2015.11.25
), I have no problems.
When I use a wildcard but Shield isn't installed, everything goes well, also.
Any idea?