Creating an OpenSearch Cluster with Dangling Indexes

from blog code.dblock.org | tech blog, | ↗ original
I’ve previously written about the OpenSearch OpenAPI Specification and how it can be used to fix bugs in the OpenSearch documentation. Most of the tests in the API spec work with a generic Docker container and some basic network setup to expose a local 9200 port. version: '3' services: opensearch-cluster: image:...