Configuration Reference
Version:1.0.0
Micronaut Opensearch Amazon Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Whether Amazon OpenSearch Service integration is enabled. Default value true |
|
java.lang.String |
Sets the OpenSearch endpoint, without https:// For example: |
|
software.amazon.awssdk.regions.Region |
The region to use for signing requests. For example: |
Micronaut Opensearch Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Whether OpenSearch Health Indicator is enabled. Default value true |
Property | Type | Description |
---|---|---|
|
boolean |
If OpenSearch integration is enabled. Default value true |
Micronaut Opensearch Httpclient5 Config Properties
🔗Property | Type | Description |
---|---|---|
|
org.apache.hc.core5.http.HttpHost |
One or more hosts that client will connect to. |
|
boolean |
If OpenSearch integration is enabled. Default value true |
Micronaut Opensearch Restclient Config Properties
🔗Property | Type | Description |
---|---|---|
|
org.apache.http.HttpHost |
One or more hosts that client will connect to. |
|
org.opensearch.client.NodeSelector |
The {@link NodeSelector} to be used, in case of multiple nodes. |
|
org.apache.http.Header |
The defaults {@link Header} to sent with each request. |
|
boolean |
If OpenSearch integration is enabled. Default value true |