You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "request [POST /_security/user/_has_privileges] does not support having a body"
}
],
"type": "illegal_argument_exception",
"reason": "request [POST /_security/user/_has_privileges] does not support having a body"
},
"status": 400
}
{
"error": {
"root_cause": [
{
"type": "exception",
"reason": "Security must be explicitly enabled when using a [trial] license. Enable security by setting [xpack.security.enabled] to [true] in the elasticsearch.yml file and restart the node."
}
],
"type": "exception",
"reason": "Security must be explicitly enabled when using a [trial] license. Enable security by setting [xpack.security.enabled] to [true] in the elasticsearch.yml file and restart the node."
},
"status": 500
}
Is it a bug that they don't return the same error message when security is disabled? Can this be normalized?
The text was updated successfully, but these errors were encountered:
This request:
when security is disabled results in:
However, this request:
results in:
Is it a bug that they don't return the same error message when security is disabled? Can this be normalized?
The text was updated successfully, but these errors were encountered: