After setting up a new Elasticsearch 5 Alpha 2 cluster, and redirecting our logstash pipe to send logs to this new cluster, I'm getting this error in Kibana:
Error: [illegal_state_exception] trying to merge the field stats of field [@timestamp] from index [logstash-2016.05.22] but the field type is incompatible, try to set the 'level' option to 'indices' at respond (https://10.40.10.118/bundles/commons.bundle.js?v=12279:75:27112) at checkRespForFailure (https://10.40.10.118/bundles/commons.bundle.js?v=12279:75:26340) at https://10.40.10.118/bundles/commons.bundle.js?v=12279:75:5070 at processQueue (https://10.40.10.118/bundles/commons.bundle.js?v=12279:38:23627) at https://10.40.10.118/bundles/commons.bundle.js?v=12279:38:23894 at Scope.$eval (https://10.40.10.118/bundles/commons.bundle.js?v=12279:39:4619) at Scope.$digest (https://10.40.10.118/bundles/commons.bundle.js?v=12279:39:2359) at Scope.$apply (https://10.40.10.118/bundles/commons.bundle.js?v=12279:39:5037) at done (https://10.40.10.118/bundles/commons.bundle.js?v=12279:37:25027) at completeRequest (https://10.40.10.118/bundles/commons.bundle.js?v=12279:37:28702)
This error shows up when I open the Discover tab in Kibana.
It looks like this is a known issue.. Is there a work around so my team can continue to use Kibana until the next release?
Meaning, mappings in some indices, differ from mappings in other indices? This shouldn't be the case, as there was no preexisting data before I started sending data in from logstash on the new cluster.
Error: [illegal_state_exception] trying to merge the field stats of field [@timestamp] from index [logstash-2016.05.23] but the field type is incompatible, try to set the 'level' option to 'indices' at respond (https://10.40.10.118/bundles/commons.bundle.js?v=12279:75:27112) at checkRespForFailure (https://10.40.10.118/bundles/commons.bundle.js?v=12279:75:26340) at https://10.40.10.118/bundles/commons.bundle.js?v=12279:75:5070 at processQueue (https://10.40.10.118/bundles/commons.bundle.js?v=12279:38:23627) at https://10.40.10.118/bundles/commons.bundle.js?v=12279:38:23894 at Scope.$eval (https://10.40.10.118/bundles/commons.bundle.js?v=12279:39:4619) at Scope.$digest (https://10.40.10.118/bundles/commons.bundle.js?v=12279:39:2359) at Scope.$apply (https://10.40.10.118/bundles/commons.bundle.js?v=12279:39:5037) at done (https://10.40.10.118/bundles/commons.bundle.js?v=12279:37:25027) at completeRequest (https://10.40.10.118/bundles/commons.bundle.js?v=12279:37:28702)
It seems like if there is only one Logstash index, Kibana works fine, but as soon as logstash creates a new index, this error comes up on the explore tab and we're unable to use kibana.
And the error is back.. Workarounds have not worked.. The cluster is basically unusable after a day.
Error: [illegal_state_exception] trying to merge the field stats of field [@timestamp] from index [logstash-2016] but the field type is incompatible, try to set the 'level' option to 'indices' at respond (https://10.40.10.118/bundles/commons.bundle.js?v=12279:75:27112) at checkRespForFailure (https://10.40.10.118/bundles/commons.bundle.js?v=12279:75:26340) at https://10.40.10.118/bundles/commons.bundle.js?v=12279:75:5070 at processQueue (https://10.40.10.118/bundles/commons.bundle.js?v=12279:38:23627) at https://10.40.10.118/bundles/commons.bundle.js?v=12279:38:23894 at Scope.$eval (https://10.40.10.118/bundles/commons.bundle.js?v=12279:39:4619) at Scope.$digest (https://10.40.10.118/bundles/commons.bundle.js?v=12279:39:2359) at Scope.$apply (https://10.40.10.118/bundles/commons.bundle.js?v=12279:39:5037) at done (https://10.40.10.118/bundles/commons.bundle.js?v=12279:37:25027) at completeRequest (https://10.40.10.118/bundles/commons.bundle.js?v=12279:37:28702)
Does anyone have any clue when the fix for this might be released?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.