Skip to content

Commit

Permalink
Revert "updateinfo (#4304)"
Browse files Browse the repository at this point in the history
This reverts commit c84983f.

Signed-off-by: Melissa Vagi <[email protected]>
  • Loading branch information
vagimeli committed Aug 24, 2023
1 parent edd3aff commit 5231433
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _tuning-your-cluster/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,16 @@ node.roles: []

## Step 3: Bind a cluster to specific IP addresses

`network.bind_host` defines the IP address used to bind the node. By default, OpenSearch listens on a local host, which limits the cluster to a single node. You can also use `_local_` and `_site_` to bind to any loopback or site-local address, whether IPv4 or IPv6:
`network_host` defines the IP address used to bind the node. By default, OpenSearch listens on a local host, which limits the cluster to a single node. You can also use `_local_` and `_site_` to bind to any loopback or site-local address, whether IPv4 or IPv6:

```yml
network.bind_host: [_local_, _site_]
network.host: [_local_, _site_]
```

To form a multi-node cluster, specify the IP address of the node:

```yml
network.bind_host: <IP address of the node>
network.host: <IP address of the node>
```

Make sure to configure these settings on all of your nodes.
Expand Down

0 comments on commit 5231433

Please sign in to comment.