Closed Arkadij-RS closed 7 hours ago
@Arkadij-RS This can happen if there is less disk space left on a device. Can you verify that?
Then try to remove the read-only block.
curl -XPUT 'http://<opensearch-host>:9200/_all/_settings' -H 'Content-Type: application/json' -d '{"index.blocks.read_only_allow_delete": null}'
Thank you for your quick response Christian,
Could be the disk space. I have only 8% free on my SSD which means 36GB. For this particular project should pretty enough.
However, after removing the read-only block mu Dashboard was able to open. But some index-rebuild operations return the same
TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block
Is it possible to set Opensearch check the absolute amount of disk space available and not the percentage?
@Arkadij-RS Yes, it's possible by changing the config.
Have a look here: https://opster.com/guides/elasticsearch/capacity-planning/elasticsearch-low-disk-watermark/
For opensearch it's the opensearch.yml.
Hello,
I am trying to add Opensearch container to my DDEV environment serving Magento 2.4.7. The DDEV works in Ubuntu 20.04 environment and version is:
The Opensearch itself returns
But the Dashboard does not work:
In the logs I can see this error: