Kibana installation: why does it try to connect to dynatrace on start up?

Hi!

Trying to install Kibana 7.14.1 as yum package or from zip onto CentOS 7. Getting error while starting:

[XXX@YYYY kibana-7.14.1-linux-x86_64]$ ./bin/kibana

/home/XXX/kibana-7.14.1-linux-x86_64/src/cli/dist.js:10

try { 
require('/opt/dynatrace/oneagent/agent/bin/1.201.127.20200925-43440/any/nodejs/nodejsagent.js') (
{
server: 'https://SOME_STRANGE_IP_HERE:9999/communicationn;https://SOME_STRANGE_IP_HERE:9999/communication\', 
tenant: 'SOME_STRANGE_TENANT', 
tenanttoken: 'SOME_STRANGE_TOKEN', 
proxy: '', 
networkzone: '', 
loglevelcon: 'none', 
libcvendor: 'glibc', 
logdir: '/opt/dynatrace/oneagent/log', 
datastorage: '/var/lib/dynatrace/oneagent/datastorage'
}
); 
} catch (err) { } require('./apm')();
                                                                                                                                                                                                                   ^^^^^^^^

SyntaxError: Unexpected identifier
    at wrapSafe (internal/modules/cjs/loader.js:988:16)
    at Module._compile (internal/modules/cjs/loader.js:1036:27)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1101:10)
    at Module.load (internal/modules/cjs/loader.js:937:32)
    at Function.Module._load (internal/modules/cjs/loader.js:778:12)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
    at internal/main/run_main_module.js:17:47

What kibana out of the box is to do with dynatrace?

Quick update - all works if using docker. So it might be some local interference.

Yep, we don't use dynatrace in our code.

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