Hi,
I have a problem with Kibana Spaces.
Whenever I log in the space selector appears, but if I click on any of the buttons I get an error.
From kibana.stdout log:
{"type":"response","@timestamp":"2018-12-18T13:08:08Z","tags":[],"pid":1466,"method":"post","statusCode":403,"req":{"url":"/api/spaces/v1/space/default/select","method":"post","headers":{"host":"10.98.30.144:8080","user-agent":"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:64.0) Gecko/20100101 Firefox/64.0","accept":"application/json, text/plain, */*","accept-language":"hu-HU,hu;q=0.8,en-US;q=0.5,en;q=0.3","accept-encoding":"gzip, deflate","referer":"http://10.98.30.144:8080/","kbn-version":"6.5.1","connection":"keep-alive","content-length":"0"},"remoteAddress":"10.98.60.182","userAgent":"10.98.60.182","referer":"http://10.98.30.144:8080/"},"res":{"statusCode":403,"responseTime":37,"contentLength":9},"message":"POST /api/spaces/v1/space/default/select 403 37ms - 9.0B"}
If I use a specific URL such as http://:5601/app/kibana#/management then it appears correctly.
So I have checked the spaces with space API (GET /api/spaces/space). The actual response for this query was:
{
"error" : {
"root_cause" : [
{
"type" : "index_not_found_exception",
"reason" : "no such index",
"resource.type" : "index_expression",
"resource.id" : "api",
"index_uuid" : "na",
"index" : "api"
}
],
"type" : "index_not_found_exception",
"reason" : "no such index",
"resource.type" : "index_expression",
"resource.id" : "api",
"index_uuid" : "na",
"index" : "api"
},
"status" : 404
}
The environment:
ES 6.5.1
Kibana 6.5.1
Please help what did I wrong? Thx.