I'm using kibana 6.0 to create index-pattern in arm64 linux system, but I often get error message:
TypeError: Cannot read properties of null (reading 'message')
at http://10.24.37.240:5601/bundles/kibana.bundle.js?v=16070:27:28549
at processQueue (http://10.24.37.240:5601/bundles/commons.bundle.js?v=16070:39:9912)
at http://10.24.37.240:5601/bundles/commons.bundle.js?v=16070:39:10805
at Scope.$digest (http://10.24.37.240:5601/bundles/commons.bundle.js?v=16070:39:21741)
at Scope.$apply (http://10.24.37.240:5601/bundles/commons.bundle.js?v=16070:39:24520)
at done (http://10.24.37.240:5601/bundles/commons.bundle.js?v=16070:38:9495)
at completeRequest (http://10.24.37.240:5601/bundles/commons.bundle.js?v=16070:38:13952)
at XMLHttpRequest.requestError (http://10.24.37.240:5601/bundles/commons.bundle.js?v=16070:38:14800)
my kibana and Elasticsearch version are both 6.0.0, in x86_64 system, I don't see this error. Does anybody know this issue?