Kibana in ARM64 TypeError: Cannot read properties of null (reading 'message')

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?

Welcome to our community! :smiley:

Can you please edit your post to remove the code formatting from the non-code sections? It's very hard to read otherwise.

Thanks for your reminder, I have reposted, please check if can be read

6.0 has been EOL for quite some time, please try with a newer version.

ARM support is available from 7.12 onwards.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.