elasticsearch - 按术语分组的堆叠 View 不适用于Grafana-Framework和Elasticsearch

标签 elasticsearch real-time monitoring grafana

用户使用后是否有可能将条码堆叠起来?

大家好,
在Elasticsearch索引“测试”中,我有以下数据:

{"statement": {"type": "cook", "actor": "user1", "timestamp":  "2016-11-29T10:14:19.180600+00:00"}},
{"statement": {"type": "cook", "actor": "user1", "timestamp": "2016-11-29T15:03:59.907900+00:00"}},
{"statement": {"type": "sleep", "actor": "user1", "timestamp": "2016-11-29T14:50:29.088900+00:00"}},
{"statement": {"type": "sleep", "actor": "user2", "timestamp": "2016-11-29T15:06:38.894700+00:00"}},
{"statement": {"type": "cook", "actor": "user2", "timestamp": "2016-11-29T15:21:48.873300+00:00"}},
{"statement": {"type": "sleep", "actor": "user2", "timestamp": "2016-11-29T15:23:12.020700+00:00"}}

这就是我得到的

This Picture shows what metric i have used

This Picutre shows what x-axis-options i have used

最佳答案

将X轴模式设置为序列时,不能进行堆叠的钢筋。它仅适用于时间模式

关于elasticsearch - 按术语分组的堆叠 View 不适用于Grafana-Framework和Elasticsearch,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52488875/

相关文章:

elasticsearch - 如何在Kibana中排除/预定义索引模式的字段?

javascript - Leaflet实时GeoJSON动态标记颜色变化

java - 仍然无法通过 VisualVM 远程连接 Tomcat 6

elasticsearch - 如何使用 Java API 使用 Elasticsearch FunctionScore 查询

elasticsearch - 为 elasticsearch 构建自定义标记器

c++ - 我如何将 std::vector<short>& samples2 转换为 kiss_fft_scalar* 样本?

linux - 是否有实现纳秒级延迟的实时 Linux 发行版?

synchronization - Asterisk MixMonitor 记录长度不同的两条腿

monitoring - 如何在 Prometheus 查询中 'join' 两个指标?

c# - 如何通过 HTTP 从 C# 查询 Elasticsearch?