Skip to content

Commit

Permalink
fixing the numbering on the install security page
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Rubin <[email protected]>
  • Loading branch information
AntonEliatra committed Sep 13, 2024
1 parent 76486a4 commit 86d77ca
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions _security/configuration/disable-enable-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,22 +155,22 @@ Use the following steps to reinstall the plugin:

1. Disable shard allocation and stop all nodes so that shards don't move when the cluster is restarted:

```json
curl -XPUT "http://localhost:9200/_cluster/settings" -H 'Content-Type: application/json' -d '{
"transient": {
"cluster.routing.allocation.enable": "none"
}
}'
```
{% include copy.html %}
```json
curl -XPUT "http://localhost:9200/_cluster/settings" -H 'Content-Type: application/json' -d '{
"transient": {
"cluster.routing.allocation.enable": "none"
}
}'
```
{% include copy.html %}

2. Install the Security plugin on all nodes in your cluster using one of the [installation methods]({{site.url}}{{site.baseurl}}/install-and-configure/plugins/#install):

```bash
bin/opensearch-plugin install opensearch-security
```
{% include copy.html %}

```bash
bin/opensearch-plugin install opensearch-security
```
{% include copy.html %}
3. Add the necessary configuration to `opensearch.yml` for TLS encryption. See
[Configuration]({{site.url}}{{site.baseurl}}/install-and-configure/configuring-opensearch/security-settings/) for information about the settings that need to be configured.

Expand Down

0 comments on commit 86d77ca

Please sign in to comment.