Kibana / ElasticSearch Issues #48

Closed
opened 2025-10-23 00:39:44 -04:00 by sickprodigy · 2 comments
Owner

Authentication of [elastic] was terminated by realm [reserved] - failed to authenticate user [elastic] | @timestamp=2025-10-23T04:18:48.187Z log.level=INFO ecs.version=1.2.0 service.name=ES_ECS event.dataset=elasticsearch.server process.thread.name=elasticsearch[es01][transport_worker][T#6] log.logger=org.elasticsearch.xpack.security.authc.RealmsAuthenticator elasticsearch.cluster.uuid=B6tF36k5TveMBWJtzo71gA elasticsearch.node.id=_Rt0ZiwjTmi-FXVGTP6weQ elasticsearch.node.name=es01 elasticsearch.cluster.name=elasticsick

Password is wrong need to reset, ask chatgpt

Authentication of [elastic] was terminated by realm [reserved] - failed to authenticate user [elastic] | @timestamp=2025-10-23T04:18:48.187Z log.level=INFO ecs.version=1.2.0 service.name=ES_ECS event.dataset=elasticsearch.server process.thread.name=elasticsearch[es01][transport_worker][T#6] log.logger=org.elasticsearch.xpack.security.authc.RealmsAuthenticator elasticsearch.cluster.uuid=B6tF36k5TveMBWJtzo71gA elasticsearch.node.id=_Rt0ZiwjTmi-FXVGTP6weQ elasticsearch.node.name=es01 elasticsearch.cluster.name=elasticsick Password is wrong need to reset, ask chatgpt
Author
Owner

had to create user, think i just wasn't loggin in correctly like

curl -u 'elastic:ELASTIC_PASS' -X POST "http://localhost:9200/_security/user/alice" \
  -H 'Content-Type: application/json' \
  -d '{
    "password": "S3cretP@ssw0rd",
    "roles": ["superuser"],
    "full_name": "Alice Admin",
    "email": "alice@example.com"
  }'

or

curl -u 'elastic:Passwordhard!@#$%^&' http://localhost:9200/_security/_authenticate

had to create user, think i just wasn't loggin in correctly like ``` curl -u 'elastic:ELASTIC_PASS' -X POST "http://localhost:9200/_security/user/alice" \ -H 'Content-Type: application/json' \ -d '{ "password": "S3cretP@ssw0rd", "roles": ["superuser"], "full_name": "Alice Admin", "email": "alice@example.com" }' ``` or `curl -u 'elastic:Passwordhard!@#$%^&' http://localhost:9200/_security/_authenticate`
Author
Owner

actually able to view tubearchivist now and edit channel data

actually able to view tubearchivist now and edit channel data
Sign in to join this conversation.