Skip to content

Commit

Permalink
Changed default port to 9200 (#1678)
Browse files Browse the repository at this point in the history
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
  • Loading branch information
Jeff Huss authored Oct 25, 2022
1 parent f2187da commit b26df4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _security-plugin/configuration/security-admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b26df4e

Please sign in to comment.