Update kibana.yml

keyword-vs-text-changes
Roberto Rodriguez 2017-06-06 13:52:40 -04:00 committed by GitHub
parent 4d75c151ac
commit 3103299c77
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# 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 a non-loopback address.
server.host: "192.168.1.210"
server.host: "localhost"
# Enables you to specify a path to mount Kibana at if you are running behind a proxy. This only affects
# the URLs generated by Kibana, your proxy is expected to remove the basePath value before forwarding requests