[FORBIDDEN\/12\/index read-only \/ allow delete (api)

Dear,
i have installed elasticsearch on the server and also installed addon for elasticsearch in cs-cart website. i have facing while indexing data , some indexing are correct but some give an error result:-
"index": {
"_index": "products_2425419182",
"_type": "product",
"_id": "en-1350",
"status": 403,
"error": {
"type": "cluster_block_exception",
"reason": "blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];"
}
}
how can i fix this issue please help me.

hi, @vll_genius
can you show result of status of this index via command
curl host:port/_cat/indices?v |grep products_2425419182
?
i think that your index is broken, or on disk not enough space for writing new data, so your index enter to read only mode.
and can you send free disk space information?

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