ElasticsearchException when updating/storing BusinessData
I can not update and store my Business data and get the following exception:
ElasticsearchException: Elasticsearch update index of document failed because of: {"root_cause":[{"type":"cluster_block_exception","reason":"index of:
{
"root_cause":[
{
"type":"cluster_block_exception",
"reason":"index [ivy.businessdata-abc] blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];"}],"type":"cluster_block_exception","reason":"index (api)];"
}
],
"type":"cluster_block_exception",
"reason":"index [ivy.businessdata-abc.testcallsdata] blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];"}(api)];"
}
Why is my index read-only?