kibana,ELK中的K,主要为ES提供界面化操作,据说还是比较炫的,今天安装5.5.2版本进行尝试一把。
安装过程不难,简单的配置了一下端口和IP即可,难度不大。
config下的kibana.yml中配置相关参数:
server.port: 5601 server.host: "10.xxx.xxx.192" elasticsearch.url: "http://10.xxx.xxx.192:9200"
之后在bin目录下直接启动即可,比较幸运,没有任何错误的启动了。
./kibana
log [02:42:44.038] [info][status][plugin:kibana@5.5.2] Status changed from uninitialized to green - Ready log [02:42:44.126] [info][status][plugin:elasticsearch@5.5.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch log [02:42:44.161] [info][status][plugin:console@5.5.2] Status changed from uninitialized to green - Ready log [02:42:44.187] [info][status][plugin:metrics@5.5.2] Status changed from uninitialized to green - Ready log [02:42:44.385] [info][status][plugin:timelion@5.5.2] Status changed from uninitialized to green - Ready log [02:42:44.390] [info][listening] Server running at http://10.xxx.xxx.192:5601 log [02:42:44.391] [info][status][ui settings] Status changed from uninitialized to yellow - Elasticsearch plugin is yellow log [02:42:49.198] [info][status][plugin:elasticsearch@5.5.2] Status changed from yellow to yellow - No existing Kibana index found log [02:42:49.661] [info][status][plugin:elasticsearch@5.5.2] Status changed from yellow to green - Kibana index ready log [02:42:49.664] [info][status][ui settings] Status changed from yellow to green - Ready
最后在浏览器中直接访问即可