Skip to content

Commit 234ec0c

Browse files
GoodMirekdanielmitterdorfer
authored andcommitted
Document wildcard for network interfaces (#28839)
With this commit we mention how Elasticsearch behaves when either `0` or `0.0.0.0` is used for `network.host`.
1 parent 3df8199 commit 234ec0c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/reference/modules/network.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ this host to other nodes in the cluster. Accepts an IP address, hostname, a
2424
<<network-interface-values,special value>>, or an array of any combination of
2525
these. Note that any values containing a `:` (e.g., an IPv6 address or
2626
containing one of the <<network-interface-values,special values>>) must be
27-
quoted because `:` is a special character in YAML.
27+
quoted because `:` is a special character in YAML. `0.0.0.0` is an acceptable
28+
IP address and will bind to all network interfaces. The value `0` has the
29+
same effect as the value `0.0.0.0`.
2830
+
2931
Defaults to `_local_`.
3032

0 commit comments

Comments
 (0)