Настройка OpenSearch для локальной разработки

 curl -XPUT -H "Content-Type: application/json" http://localhost:9200/_cluster/settings -d '{ "transient": { "cluster.routing.allocation.disk.threshold_enabled": false } }'
 
{"acknowledged":true,"persistent":{},"transient":{"cluster":{"routing":{"allocation":{"disk":{"threshold_enabled":"false"}}}}}}
 
❯ curl -XPUT -H "Content-Type: application/json" http://localhost:9200/_all/_settings -d '{"index.blocks.read_only_allow_delete": null}'
 
{"acknowledged":true}
sudo /usr/local/opt/logstash/bin/logstash
/usr/local/opt/filebeat/bin/filebeat run -e

keywords: elasticsearch, opensearch, kibana, logstash, filebeat