I have a ELK setup of 7.10.0v.
I have created one data-table with sum of brokerage, Unique count of Client_id and so on, now in the bucket I want to do the ranges on sum of brokerage. How can I take sum of brokerage in Range bucket of data table.
PFA for reference I have highlighted the columns of brokerage.
I understand from your question that you want to first sum the Brokerage, and then group them by ranges?
AFAIK, that kind of filter aggregation (Ranges) after a metric (Sum) is not supported by the core visualizations in Kibana. You might be able to achieve what you're after with Vega and their advanced usage.
Question aside: what would be the key to break your visualization for? AFAIK, if there's no initial group by key, you'll only get 1 row in your table, won't you?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.