Dev Tools in Kibana

Hi,

I'm trying use GET /cars in the console but I'm facing errors.

Please help me solve this error.
{
"error": {
"root_cause": [
{
"type": "security_exception",
"reason": "action [indices:admin/get] is unauthorized for user [kibana]"
}
],
"type": "security_exception",
"reason": "action [indices:admin/get] is unauthorized for user [kibana]"
},
"status": 403
}

Thanks,
Krishna

Hi Krishna,

What version of the Elastic stack are you running?
Are you running x-pack?
Are there any firewalls or proxies between your Kibana server and your Elasticsearch cluster?
What do you get when you run GET /_cat/indices?v in console?

Nathan

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