securityadmin.sh default port change

Signed-off-by: pawelw1 <pawel.wlodarczyk@eliatra.com>
This commit is contained in:
pawelw1 2022-06-07 18:35:16 +01:00 committed by GitHub
parent 9e930a9c74
commit fcd6b293f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ You can't use node certificates as admin certificates. The two must be separate.
## Basic usage
The `securityadmin.sh` tool can be run from any machine that has access to the transport port of your OpenSearch cluster (the default port is 9300). You can change the security plugin configuration without having to access your nodes through SSH.
The `securityadmin.sh` tool can be run from any machine that has access to the http port of your OpenSearch cluster (the default port is 9200). You can change the security plugin configuration without having to access your nodes through SSH.
Each node also includes the tool at `plugins/opensearch-security/tools/securityadmin.sh`. You might need to make the script executable before running it: