Skip to content

Commit 049be36

Browse files
Update streaming setup (#11212)
* Update streaming setup Signed-off-by: Nathalie Jonathan <[email protected]> * Apply suggestions from code review Signed-off-by: kolchfa-aws <[email protected]> --------- Signed-off-by: Nathalie Jonathan <[email protected]> Signed-off-by: kolchfa-aws <[email protected]> Co-authored-by: kolchfa-aws <[email protected]>
1 parent e2b8076 commit 049be36

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

_ml-commons-plugin/api/agent-apis/execute-stream-agent.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,13 @@ arrow.flight.bind_host: <ip>
6363
# Security-enabled cluster settings (if applicable)
6464
transport.stream.type.default: FLIGHT-SECURE
6565
flight.ssl.enable: true
66+
transport.ssl.enforce_hostname_verification: false
6667
```
6768
{% include copy.html %}
6869
70+
If you're using the security demo certificates, change `plugins.security.ssl.transport.enforce_hostname_verification: false` to `transport.ssl.enforce_hostname_verification: false` in your `opensearch.yml` file.
71+
{: .note}
72+
6973
For more information about enabling experimental features, see [Experimental feature flags]({{site.url}}{{site.baseurl}}/install-and-configure/configuring-opensearch/experimental/).
7074

7175
#### Step 3: Configure JVM options

_ml-commons-plugin/api/train-predict/predict-stream.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,13 @@ arrow.flight.bind_host: <ip>
6363
# Security-enabled cluster settings (if applicable)
6464
transport.stream.type.default: FLIGHT-SECURE
6565
flight.ssl.enable: true
66+
transport.ssl.enforce_hostname_verification: false
6667
```
6768
{% include copy.html %}
6869
70+
If you're using the security demo certificates, change `plugins.security.ssl.transport.enforce_hostname_verification: false` to `transport.ssl.enforce_hostname_verification: false` in your `opensearch.yml` file.
71+
{: .note}
72+
6973
For more information about enabling experimental features, see [Experimental feature flags]({{site.url}}{{site.baseurl}}/install-and-configure/configuring-opensearch/experimental/).
7074

7175
#### Step 3: Configure JVM options

0 commit comments

Comments
 (0)