Hi everyone ,
I am using Canvas and I want to represent top 5 of field and break it down with another field
I can simply do that in Visualization by Metric type and select Maximum of Field1 and break it down with top 5 of field 2
in Canvas I just can bring 1 metric for the maximum only ! but I want Maximum 5 also I can't break this single metric with another field
SELECT category.keyword as cat,
round(avg("products.base_price"),2) as avg_price
FROM "kibana_sample_data_ecommerce"
GROUP BY category.keyword
ORDER BY category.keyword
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.