Home / Docs / OpenSearch (Hardened) / Troubleshooting
| Symptom | Check | Fix |
|---|---|---|
| Refuses remote connections | network.host in opensearch.yml | Local-only by design; enable security plugin before binding outward. |
| Node won't start: max_map_count | sysctl vm.max_map_count | Image presets 262144; if overridden, restore /etc/sysctl.d/99-opensearch.conf. |
| Yellow cluster health | Single node + replicated index settings | Set number_of_replicas: 0 for single-node indices or add nodes. |
curl -s http://127.0.0.1:9200/_cluster/health | jq .status → green (single node: yellow for replicated indices is normal)