mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Improve doc
This commit is contained in:
parent
549293d2b1
commit
e702c6d404
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue