kibana安装配置及使用
所属分类 kibana
浏览量 1450
kibana-7.0.0-linux-x86_64
config/kibana.yml
# 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.9"
需要配置 server.host ,否则只能本地访问
elasticsearch.hosts: ["http://localhost:9200"]
nohup ./bin/kibana &
http://192.168.1.9:5601
elasticsearch 监控
http://192.168.1.9:5601/app/monitoring
上一篇
下一篇
AQS要点整理
自定义类加载器例子
java类加载器要点整理
elasticsearch7.0压测问题记录
elasticsearch工具
kafka监控工具kafka-eagle编译安装使用