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

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"
    }
  }
}