Skip to content

Commit 7a5f909

Browse files
committed
TASK: Use _local_ instead of 127.0.0.1 as best practice
which also listens on ::1
1 parent 4f873b7 commit 7a5f909

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/ElasticConfiguration-5.x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ But the following can make your life easier:
88
# the following settings secure your cluster
99
cluster.name: [PUT_YOUR_CUSTOM_NAME_HERE]
1010
node.name: [PUT_YOUR_CUSTOM_NAME_HERE]
11-
network.host: 127.0.0.1
11+
network.host: _local_
1212
```
1313

1414
**Note:** When using Elasticsearch 5.x changes to the mapping may be needed.

0 commit comments

Comments
 (0)