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
If the saved search in the saved object is linked to a missing index pattern the saved object editor will appear thusly:
With console as such:
Error: Could not locate that index-pattern
at applyESResp (http://localhost:5601/index.js:81416:36)
at wrappedCallback (http://localhost:5601/index.js:20763:81)
at http://localhost:5601/index.js:20849:26
at Scope.$eval (http://localhost:5601/index.js:21892:28)
at Scope.$digest (http://localhost:5601/index.js:21704:31)
at Scope.$apply (http://localhost:5601/index.js:21996:24)
at done (http://localhost:5601/index.js:17569:45)
at completeRequest (http://localhost:5601/index.js:17783:7)
at XMLHttpRequest.xhr.onreadystatechange (http://localhost:5601/index.js:17722:11) index.js:19262(anonymous function) index.js:19262(anonymous function) index.js:16555wrappedCallback index.js:20766(anonymous function) index.js:20849Scope.$eval index.js:21892Scope.$digest index.js:21704Scope.$apply index.js:21996done index.js:17569completeRequest index.js:17783xhr.onreadystatechange index.js:17722
The text was updated successfully, but these errors were encountered:
If the saved search in the saved object is linked to a missing index pattern the saved object editor will appear thusly:
With console as such:
The text was updated successfully, but these errors were encountered: