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.): Homebrew
Description of the problem including expected versus actual behavior:
Filters panel does not show in Discover tab when a saved search has a filter added which is pointing to a missing index.
Steps to reproduce:
Create an index.
Search for some data and add a filter.
Delete the index.
Create a new index with a different ID.
Edit search saved object and update its index ID in kibanaSavedObjectMeta.searchSourceJSON, but don't update index ID in filters.
Open the search and don't see filters panel, be confused.
Errors in browser console (if relevant):
commons.bundle.js?v=1:38 Error: Could not locate that index-pattern (id: AV58hPtSCNEdHp4Q6zj6), [click here to re-create it](#/management/kibana/index?id=AV58hPtSCNEdHp4Q6zj6&name=)
at updateFromElasticSearch (kibana.bundle.js?v=1:27)
at kibana.bundle.js?v=1:27
at processQueue (commons.bundle.js?v=1:38)
at commons.bundle.js?v=1:38
at Scope.$eval (commons.bundle.js?v=1:39)
at Scope.$digest (commons.bundle.js?v=1:39)
at Scope.$apply (commons.bundle.js?v=1:39)
at done (commons.bundle.js?v=1:37)
at completeRequest (commons.bundle.js?v=1:37)
at XMLHttpRequest.xhr.onload (commons.bundle.js?v=1:37)
The text was updated successfully, but these errors were encountered:
Kibana version: 5.6.0
Elasticsearch version: 5.6.0
Server OS version: macOS 10.12.2
Browser version: Chrome 60
Browser OS version: macOS 10.12.2
Original install method (e.g. download page, yum, from source, etc.): Homebrew
Description of the problem including expected versus actual behavior:
Filters panel does not show in Discover tab when a saved search has a filter added which is pointing to a missing index.
Steps to reproduce:
Errors in browser console (if relevant):
The text was updated successfully, but these errors were encountered: