Kibana problem with privileges - 7.0 - [FORBIDDEN/12/index read-only / allow delete (api)]

Hello,

I was upgrading from 6.7 to 7.0 and I have this problem on kibana:
Error registering Kibana Privileges with Elasticsearch for kibana-.kibanax: [cluster_block_exception] blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];"}

What can I do?
I was trying to do "read_only_allow_delete": "false" or "read_only_allow_delete": null, but no success. I still have space in my machine.

I had the xpack installed and with the upgrade this happens.

Thank you.

Hey @Francisca_Lima,

Can you post the output of GET .kibanax/_settings?

How did you try to set read_only_allow_delete? Should be something like:

PUT .kibanax/_settings
{
  "index": {
    "blocks": {
      "read_only_allow_delete": "false"
    }
  }
}

Yes. I think it is a problem of my license of xpack. Because I tried with xpack not enabled and elasticsearch started with no problem. Thank you, I will try to talk with the support team of ELK about my license.

@Larry_Gregory ,
My license is basic. I have'nt a security section under Management, in Kibana. I tried this, but stiil haven't security section.

PUT .kibanax/_settings
{
  "index": {
    "blocks": {
      "read_only_allow_delete": "false"
    }
  }
}

I am not defining role. How do I enable xpack?
Kibana version is 7.0.1

Thank you.

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