VERSION 6.6.0

Hola descargue elasticsearch y kibana 6.6.0 con licencia trial, y al iniciar elasticsearch solicita usurio y contraseña.
image

y al ejecutar kibana envía error de licencia.

log [22:15:38.913] [warning][license][xpack] License information from the X-Pack plugin could not be obtained from Elasticsearch for the [data] cluster. [security_exception] unable to authenticate user [admin] for REST request [/_xpack], with { header={ WWW-Authenticate="Basic realm="security" charset="UTF-8"" } } :: {"path":"/_xpack","statusCode":401,"response":"{"error":{"root_cause":[{"type":"security_exception","reason":"unable to authenticate user [admin] for REST request [/_xpack]","header":{"WWW-Authenticate":"Basic realm=\"security\" charset=\"UTF-8\""}}],"type":"security_exception","reason":"unable to authenticate user [admin] for REST request [/_xpack]","header":{"WWW-Authenticate":"Basic realm=\"security\" charset=\"UTF-8\""}},"status":401}","wwwAuthenticateDirective":"Basic realm="security" charset="UTF-8""}
^
me pueden ayudar

Hola Erika,

Probablemente descargaste la versión 6.6.x y luego desde Kibana o via-API activaste el trial cierto?

Tienes que correr lo siguiente: https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-passwords.html

bin/elasticsearch-setup-passwords interactive

Y esto te dará la opción de ponerle passwords a todos los usuarios. Una vez que ya estén puestos los passwords puedes utilizarlos sin problemas.

Saludos,

--Gabriel

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