Error [ProductNotSupportedSecurityError]: The client is unable to verify that the server is Elasticsearch due to security privileges on the server side. Some functionality may not be compatible if the server is running an unsupported product

Hello World!

I'm trying to follow Install Kibana with Docker | Kibana Guide [7.17] | Elastic and running into following error:

Error [ProductNotSupportedSecurityError]: The client is unable to verify that the server is Elasticsearch due to security privileges on the server side. Some functionality may not be compatible if the server is running an unsupported product.

kib01  | {"type":"log","@timestamp":"2022-06-18T03:50:13+00:00","tags":["warning","process"],"pid":7,"message":"Error [ProductNotSupportedSecurityError]: The client is unable to verify that the server is Elasticsearch due to security privileges on the server side. Some functionality may not be compatible if the server is running an unsupported product.\n    at /usr/share/kibana/node_modules/@elastic/elasticsearch/lib/Transport.js:576:19\n    at onBody (/usr/share/kibana/node_modules/@elastic/elasticsearch/lib/Transport.js:369:9)\n    at IncomingMessage.onEnd (/usr/share/kibana/node_modules/@elastic/elasticsearch/lib/Transport.js:291:11)\n    at IncomingMessage.emit (node:events:538:35)\n    at endReadableNT (node:internal/streams/readable:1345:12)\n    at processTicksAndRejections (node:internal/process/task_queues:83:21)"}
kib01  | {"type":"log","@timestamp":"2022-06-18T03:50:13+00:00","tags":["error","elasticsearch-service"],"pid":7,"message":"Unable to retrieve version information from Elasticsearch nodes. security_exception: [security_exception] Reason: unable to authenticate user [kibana_system] for REST request [/_nodes?filter_path=nodes.*.version%2Cnodes.*.http.publish_address%2Cnodes.*.ip]"}

I'm running 7.17.3 version both elasticsearch cluster and kibana container.

Please advise)
Thanks!

You have this:

Reason: unable to authenticate user [kibana_system]

Are you sure kibana_system user is ready? have you tried to log into elasticsearch with it from an external source like curl or any other http client?

reading:

thanks @jsanz

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