Skip to content

Commit

Permalink
fixing the numbering on the install security page (opensearch-project…
Browse files Browse the repository at this point in the history
…#8256)

Signed-off-by: Anton Rubin <[email protected]>
Co-authored-by: Melissa Vagi <[email protected]>
Signed-off-by: Noah Staveley <[email protected]>
  • Loading branch information
2 people authored and noahstaveley committed Sep 23, 2024
1 parent a70e732 commit d049215
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 d049215

Please sign in to comment.