From e702c6d4047a6baf7ebfb43a3c5486d6411ba7f3 Mon Sep 17 00:00:00 2001 From: Thomas Neirynck Date: Wed, 24 Aug 2016 16:02:54 -0400 Subject: [PATCH] Improve doc --- config/kibana.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/kibana.yml b/config/kibana.yml index 0da5cdfbab779..6535dcbee6a6a 100644 --- a/config/kibana.yml +++ b/config/kibana.yml @@ -1,9 +1,9 @@ # Kibana is served by a back end server. This setting specifies the port to use. # server.port: 5601 -# Specifies the public host name to which the Kibana server will bind. +# Specifies the address to which the Kibana server will bind. IP addresses and host names are both valid values. # The default is 'localhost', which usually means remote machines will not be able to connect. -# To allow connections from remote users, set this parameter to IP or the DNS-name of the machine that is running Kibana. +# To allow connections from remote users, set this parameter to a non-loopback address. # server.host: "localhost" # Enables you to specify a path to mount Kibana at if you are running behind a proxy. This setting