Skip to content

Commit

Permalink
Changed default port to 9200 (#1678) (#1680)
Browse files Browse the repository at this point in the history
Signed-off-by: JeffH-AWS <[email protected]>

Signed-off-by: JeffH-AWS <[email protected]>
(cherry picked from commit b26df4e)

Co-authored-by: Jeff Huss <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and Jeff Huss authored Oct 25, 2022
1 parent 1e2ac9e commit de1b13c
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 @@ -179,12 +179,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 de1b13c

Please sign in to comment.