I have an index called global_gpu-* with @timestamp and "gpu_gflops" field among others. It simple enough to get the daily sum of "gpu_glops" using "formula" option in lens as follows:
sum(gpu_gflops)/1000/1000
I get the total peta flops for the day. What I want is to have a visualization showing maximum for month calculated over these daily total petaflop values.
E.g. 1st July - sum(gpu_gflops)/1000/1000 = 396
2nd July - sum(gpu_gflops)/1000/1000 = 340
:
:
:
31st July - sum(gpu_gflops)/1000/1000 = 355
the monthly maximum for July should be 396. This needs o be done over all the months of a year. How can this be achieved using Lens or TSVB in Kibana?
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.