admin管理员组文章数量:1122832
I'm new to Elastic/Kibana. Most example visualizations I've seen are relatively simple. I'm trying to create a table that's relatively complex.
My input data is available as a Data View in the below form. Note that {person,run_id,node_id}
uniquely defines the rows.
person,run_id,node_id,units
I want to produce a table as a kibana visualization showing the percent growth in total units, between the two most recent runs. Something like
person,highest_recent_run_id,second_highest_recent_run_id,most_recent_total_units,second_most_recent_total_units,growth_percent
jim, 312, 305, 1060, 1000, 6%
mary, ...
...
How can I do this? Is this reasonable to do in Kibana?
本文标签: elasticsearchHow to create advanced visualization in Kibana DashboardStack Overflow
版权声明:本文标题:elasticsearch - How to create advanced visualization in Kibana Dashboard - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736307033a1933172.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论