Kibana安装配置

1.Kibana解压、启动

kibana-6.6.2-linux-x86_64.tar.gz

2.默认端口配置

[root@localhost config]# vi kibana.yml 
# Kibana is served by a back end server. This setting specifies the port to use.
#server.port: 5601
server.port: 5601

3.访问地址配置

[root@localhost config]# vi kibana.yml 
# Kibana is served by a back end server. This setting specifies the port to use.
#server.port: 5601
server.port: 5601
# 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: "localhost"
server.host: "0.0.0.0"

4.配置ES地址

# The URLs of the Elasticsearch instances to use for all your queries.
#elasticsearch.hosts: ["http://localhost:9200"]
elasticsearch.hosts: ["http://10.10.10.46:9200"]


上一篇:windows 系统下安装kibana和sense


下一篇:基于DDR3的摄像头OV5640的VGA显示