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