Kibana
Posted cxscode
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Kibana相关的知识,希望对你有一定的参考价值。
官网简介: https://www.elastic.co/guide/en/kibana/current/introduction.html
官网下载: https://www.elastic.co/cn/downloads/kibana
下载解压,执行
./bin/kibana
打开http://localhost:5601,
如何切换中文
在config/kibana.yml
添加
i18n.locale: "zh-CN"
重新启动,即可生效
Kibana详细入门教程: https://www.cnblogs.com/chenqionghe/p/12503181.html?utm_source=tuicool&utm_medium=referral
Kibana介绍、安装和使用: https://blog.csdn.net/qq_18769269/article/details/80843810
简单的条件查询
GET user/_search { "query": { "match": { "id":2 } } }
以上是关于Kibana的主要内容,如果未能解决你的问题,请参考以下文章