Kibana安装和使用

下载:https://www.elastic.co/cn/downloads/past-releases/kibana-7-11-1

版本要和ElasticSearch版本一致

配置文件

#ES地址
elasticsearch.hosts: ["http://192.168.119.11:9200"]
#webUI端口
server.port: 5601
#webUI地址
server.host: "192.168.119.11"

解压后启动

nohup bin/kibana &

web地址

localhost:5601

停止:

ps -ef |grep node

ps -ef |grep /node/bin/node bin/../src/cli/dist

kill pid

posted @ 2021-06-13 09:57  会飞的鹅  阅读(420)  评论(0)    收藏  举报