somehow can't access the Elasticsearch 5.X with Kibana or Cerebro. There is an Authentification error message in different forms:
Kibana:
You are not authorized to access Monitoring. To use Monitoring, you need the privileges granted by both the kibana_user and monitoring_user roles.
Cerebro:
[error] p.c.s.n.PlayDefaultUpstreamHandler - Cannot invoke the action
play.api.libs.json.JsResultException: JsResultException(errors:List((,List(ValidationError(List('routing_table' is undefined on object: {"error":{"root_cause":[{"type":"security_exception","reason":"missing
authentication token for REST request [/_cluster/state/master_node,routing_table,routing_nodes,blocks]","header":{"WWW-Authenticate":"Basic realm="security" charset="UTF-8""}}],"type":"security_excepti
on","reason":"missing authentication token for REST request [/_cluster/state/master_node,routing_table,routing_nodes,blocks]","header":{"WWW-Authenticate":"Basic realm="security" charset="UTF-8""}},"status":401}),WrappedArray())))))
What might be the issue?
Best Regards

