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
Original install method (e.g. download page, yum, from source, etc.): from staging
Description of the problem including expected versus actual behavior: I sucessfully created all my index patterns. But I keep seeing this error in console.
Logging it after discussion with @BigFunger for the records.
commons.bundle.js?v=15405:38 Error: No matching indices found: No indices match pattern "logstash-*"
at kibana.bundle.js?v=15405:27
at processQueue (commons.bundle.js?v=15405:38)
at commons.bundle.js?v=15405:38
at Scope.$eval (commons.bundle.js?v=15405:39)
at Scope.$digest (commons.bundle.js?v=15405:39)
at Scope.$apply (commons.bundle.js?v=15405:39)
at done (commons.bundle.js?v=15405:37)
at completeRequest (commons.bundle.js?v=15405:37)
at XMLHttpRequest.xhr.onload (commons.bundle.js?v=15405:37)
(anonymous) @ commons.bundle.js?v=15405:38
commons.bundle.js?v=15405:70 failure in 42.32ms```
The text was updated successfully, but these errors were encountered:
@bhavyarm this is intended although can be confusing. The thought behind it is logstash-* is a common index pattern so we start with that as a default. We have an issue to remove it at #7638, which I would agree with doing.
Kibana version: 5.5.1 BC1
Elasticsearch version: 5.5.1 BC1
Server OS version: darwin_x86_64
Browser version: chrome latest
Browser OS version: OS X
Original install method (e.g. download page, yum, from source, etc.): from staging
Description of the problem including expected versus actual behavior: I sucessfully created all my index patterns. But I keep seeing this error in console.
Logging it after discussion with @BigFunger for the records.
The text was updated successfully, but these errors were encountered: