Config: Request failed with status code: 403

Hi,

While trying to define the default index I get the following error in kibana:

Config: Request failed with status code: 403

Error: Request failed with status code: 403
at _callee$ (http://192.168.96.178/bundles/commons.bundle.js:3:878828)
at tryCatch (http://192.168.96.178/bundles/vendors.bundle.js:43:602785)
at Generator.invoke [as _invoke] (http://192.168.96.178/bundles/vendors.bundle.js:43:606667)
at Generator.prototype.(anonymous function) [as next] (http://192.168.96.178/bundles/vendors.bundle.js:43:603908)
at step (http://192.168.96.178/bundles/commons.bundle.js:3:879600)
at http://192.168.96.178/bundles/commons.bundle.js:3:879726

Please help.
Robert

PUT /.kibana/_settings

{
"index": {
"blocks": {
"read_only_allow_delete": "false"
}
}
}

resolved the issue.

hmm, I would try a little work around this - is to remove .kibana index completely and restart the cluster and kibana..see if the error persists?

Thanks
Rashmi

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