Kibana 调研

2019-03-19  本文已影响0人  王龙江_3c83

1. Area

metrics.Y-Axis.Aggregation:对字段进行常见的统计。

metrics.Y-Axis.Aggregation:同 Pie。

buckets

2. Line

同 Area,加 标准差。

3. Pie

metrics.Split Slices.Aggregation:Count、Sum、Unique Sum

buckets.Split Slices.Aggregation:Histogram(分布)、Date Histogram、Range、Filters(过滤器)、Terms

4. Data Table

5. Metric

同 Line ,无横坐标。

6. Tile Map

同 Pie,横坐标为 GeoHash。

7. Bar

8. 其他功能

查看查询 Resquest、Response。

参考资料

关键字 功能
terms 枚举型。
{
  "size": 0,
  #返回值个数不限
  "query": {
    "query_string": {
      "query": "*",
      "analyze_wildcard": true
    }
  },
  #全量查询
  "aggs": {
    "2": {
      "histogram": {
        "field": "created_at_ts",
        "interval": 1000
      }
    }
  }
  #
}

*Kibana基本使用

上一篇下一篇

猜你喜欢

热点阅读