diff --git a/src/main/docs/guide/modules-opensearch.adoc b/src/main/docs/guide/modules-opensearch.adoc new file mode 100644 index 000000000..203f1b024 --- /dev/null +++ b/src/main/docs/guide/modules-opensearch.adoc @@ -0,0 +1,3 @@ +OpenSearch support will automatically start an https://opensearch.org/[OpenSearch] container and provide the value of the `micronaut.opensearch.rest-client.http-hosts` or `micronaut.opensearch.httpclient5.http-hosts` properties. + +The default image (`opensearchproject/opensearch:latest`) can be overwritten by setting the `test-resources.containers.opensearch.image-name` property. diff --git a/src/main/docs/guide/toc.yml b/src/main/docs/guide/toc.yml index 63b922d83..49dfb8e06 100644 --- a/src/main/docs/guide/toc.yml +++ b/src/main/docs/guide/toc.yml @@ -13,6 +13,8 @@ modules: title: R2DBC modules-elasticsearch: title: Elasticsearch + modules-opensearch: + title: OpenSearch modules-kafka: title: Kafka modules-localstack: