Kibana-7.6.1 startup error:“Elastic APM initialization error: ……”

Environment:
3 nodes(all deploy es nodes and kibana nodes)
version:elasticsearch7.6.1 and kibana-7.6.1(both r RPM installed)
ES nodes worked fine,but when I start kibana nodes,throw exception as follows:

    Elastic APM initialization error: Can't read config file /usr/share/kibana/config/apm.js
Error: Cannot find module 'lodash.merge'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)
    at Object.<anonymous> (/etc/kibana/apm.js:53:15)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
APM Server transport error (ECONNREFUSED): connect ECONNREFUSED 127.0.0.1:8200

I do not know how to deal with it , can anyone help me,thx a lot.

Here r some config in elasticsearch.yml

 action.auto_create_index: auto-*,.monitoring*

 http.cors.enabled: true
 http.cors.allow-origin: "*"

 xpack.security.enabled: false
 xpack.monitoring.enabled: true
 xpack.graph.enabled: false
 xpack.watcher.enabled: false
 xpack.ml.enabled: false
 action.destructive_requires_name: true

To me it looks like a corrupted install of Kibana. Any way you could reinstall it?

I have already reinstall at least 3 times, doesn't work!pity……

Try deleting deleting the contents of node_modules and performing npm install again and see if it works. or maybe it needs to be globally installed

npm install -g lodash

Thanks
Rashmi

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