Hello everyone,
I just started using ElasticSearch and Kibana and had great experiences so far.
However, I just installed the X-pack and retrieved a 1-year basic license.
When I tried to update the license to my ES and Kibana it gave an error stating:
"error": {
"root_cause": [
{
"type": "security_exception",
"reason": "missing authentication token for REST request [/bank/account/_bulk?pretty%20-d%20%7B%22password%22%20:%20%22mWn4T85RTbTjNx5bpdN6%22%29]",
"header": {
"WWW-Authenticate": "Basic realm="security" charset="UTF-8""
}
}
],
"type": "security_exception",
"reason": "missing authentication token for REST request [/bank/account/_bulk?pretty%20-d%20%7B%22password%22%20:%20%22mWn4T85RTbTjNx5bpdN6%22%29]",
"header": {
"WWW-Authenticate": "Basic realm="security" charset="UTF-8""
}
},
"status": 401
I used the passwords provided by Elastic in the .yml of elasticsearch and kibana.
Also after this, I couldn't see any of the data that I had loaded in before installing the X-pack and license.
Can anyone help me with this issue?
Thanks in advance!
Ivo