I am running ELK 5.0.0-alpha5 for logging. Everything was running beautifully until I upgraded from alpha1 to alpha 5. Logstash is indexing logs into Elasticsearch and I can view them via the Elasticsearch API. Unfortunately Kibana now gives the following error when searching:
Error: [parsing_exception] Unknown key for a START_ARRAY in [stored_fields]., with { line=1 col=577 }
at respond (http://X.X.X.X:5601/bundles/kibana.bundle.js?v=13499:22:27984)
at checkRespForFailure (http://X.X.X.X:5601/bundles/kibana.bundle.js?v=13499:22:27212)
at http://X.X.X.X:5601/bundles/kibana.bundle.js?v=13499:10:18968
at processQueue (http://X.X.X.X:5601/bundles/commons.bundle.js?v=13499:38:23627)
at http://X.X.X.X:5601/bundles/commons.bundle.js?v=13499:38:23894
at Scope.$eval (http://X.X.X.X:5601/bundles/commons.bundle.js?v=13499:39:4619)
at Scope.$digest (http://X.X.X.X:5601/bundles/commons.bundle.js?v=13499:39:2359)
at Scope.$apply (http://X.X.X.X.142:5601/bundles/commons.bundle.js?v=13499:39:5037)
at done (http://X.X.X.X:5601/bundles/commons.bundle.js?v=13499:37:25027)
at completeRequest (http://X.X.X.X:5601/bundles/commons.bundle.js?v=13499:37:28702)
I have tried removing the the .kibana index, restarting kibana, and rebuilding the index. I even tried reinstalling kibana. But I continue to get the same error. Any ideas?