下载 解压
https://artifacts.elastic.co/downloads/kibana/kibana-6.4.3-linux-x86_64.tar.gz
远程访问
将$KIBANA/config/kibaba.yml下的
server.host: "localhost" 更改为
server.host: "0.0.0.0" 就可以了
后台执行
nohup ../bin/kibana &
增删改查
删除一条记录(文章),
DELETE customer/customer/1
删除整个 index (库)
DELETE customer