Kibana 基础6

2022-02-10 20:17:23 浏览数 (1)

简单使用

由于kibana是一个数据可视化工具,绝大部操作都是在 WEB GUI 里完成,如果使用Blog的形式进行展示会产生大量的截图,并且文字描述起来比较吃力,此类最好的演示形式其实是视频,但由于条件有限,这里只给出官方文档的链接

(我这是在给自己的偷懒找一个合理的解释)

有了以上的测试数据后,下面的试验都可以在WEB GUI里完成

定义索引与检索数据

定义索引匹配和简单检索数据的方法

数据图形化

简单的饼状图,柱状图,GIS分布图(地图)的数据展示方法

仪表板

仪表板的拼接方法

Tip: 有时啃啃官网,才能体会到,外国人写文档要严谨很多

看完了基础方法就可以开始使用了


高级使用

想更深入地了解每一个功能细节,还是要看看高级用法

插件

kibana也有插件机制,目前来看还是比较方便的,只是没有 list 命令,不过可以通过网页的状态查看

代码语言:javascript复制
[root@h101 kibana-4.3.1-linux-x64]# bin/kibana plugin --help 

  Usage: plugin [options]

  Maintain Plugins

  Options:

    -h, --help                              output usage information
    -i, --install <org>/<plugin>/<version>  The plugin to install
    -r, --remove <plugin>                   The plugin to remove
    -q, --quiet                             Disable all process messaging except errors
    -s, --silent                            Disable all process messaging
    -u, --url <url>                         Specify download url
    -c, --config <path>                     Path to the config file
    -t, --timeout <duration>                Length of time before failing; 0 for never fail
    -d, --plugin-dir <path>                 The path to the directory where plugins are stored

[root@h101 kibana-4.3.1-linux-x64]#

检索数据

0 人点赞