From b26df4ea198eceb9f8702e3c00165aa76b3619b3 Mon Sep 17 00:00:00 2001 From: Jeff Huss Date: Tue, 25 Oct 2022 10:35:51 -0700 Subject: [PATCH] Changed default port to 9200 (#1678) Signed-off-by: JeffH-AWS Signed-off-by: JeffH-AWS --- _security-plugin/configuration/security-admin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_security-plugin/configuration/security-admin.md b/_security-plugin/configuration/security-admin.md index 54d72429..881191e6 100755 --- a/_security-plugin/configuration/security-admin.md +++ b/_security-plugin/configuration/security-admin.md @@ -182,12 +182,12 @@ Name | Description ### OpenSearch settings -If you run a default OpenSearch installation, which listens on transport port 9300 and uses `opensearch` as a cluster name, you can omit the following settings altogether. Otherwise, specify your OpenSearch settings by using the following switches. +If you run a default OpenSearch installation, which listens on port 9200 and uses `opensearch` as a cluster name, you can omit the following settings altogether. Otherwise, specify your OpenSearch settings by using the following switches. Name | Description :--- | :--- `-h` | OpenSearch hostname. Default is `localhost`. -`-p` | OpenSearch port. Default is 9300---not the HTTP port. +`-p` | OpenSearch port. Default is 9200 - not the HTTP port. `-cn` | Cluster name. Default is `opensearch`. `-icl` | Ignore cluster name. `-sniff` | Sniff cluster nodes. Sniffing detects available nodes using the OpenSearch `_cluster/state` API.