From 0eebd07c9f67bd29447f09d08ceda7aedab3228b Mon Sep 17 00:00:00 2001 From: Tim Yates Date: Wed, 17 Apr 2024 08:40:25 +0100 Subject: [PATCH] doc: openSearch docs (#601) --- src/main/docs/guide/modules-opensearch.adoc | 3 +++ src/main/docs/guide/toc.yml | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 src/main/docs/guide/modules-opensearch.adoc 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: