We're evaluating an elastic.co hosted instance of elasticsearch/kibana.
Today, the Discover tab either doesn't load, or when it does, it is all white. (not white due to no results based on the time filter though)
When I inspect the page, I am seeing the following javascript errors:
Failed to load resource: the server responded with a status of 400 (Bad Request)
commons.bundle.js?v=14723:38 Error: [illegal_argument_exception] mapper [hits] cannot be changed from type [long] to [integer]
at respond (kibana.bundle.js?v=14723:14)
at checkRespForFailure (kibana.bundle.js?v=14723:14)
at kibana.bundle.js?v=14723:1
at processQueue (commons.bundle.js?v=14723:38)
at commons.bundle.js?v=14723:38
at Scope.$eval (commons.bundle.js?v=14723:39)
at Scope.$digest (commons.bundle.js?v=14723:39)
at Scope.$apply (commons.bundle.js?v=14723:39)
at done (commons.bundle.js?v=14723:37)
at completeRequest (commons.bundle.js?v=14723:37)
The resource it is failing to load is: /es_admin/.kibana/_mapping/search
I get the same results on Chrome & Firefox. Clearing cache also does not seem to help.
Any suggestions would be appreciated.