Hi,
I am trying to Build Viz in Kibana Version 7.6.
I want to divide number present in Y axis by 10. I tried filtering options but it did not worked out, may be I am missing something.
Current viz Snap:
Pls let me know if this possible.
Hi,
I am trying to Build Viz in Kibana Version 7.6.
I want to divide number present in Y axis by 10. I tried filtering options but it did not worked out, may be I am missing something.
Current viz Snap:
Pls let me know if this possible.
That Kibana version seems to be a bit old.
I would suggest to upgrade and use the new Lens editor, with its formula feature in general, but it's possible to achieve what you are looking for also with TSVB at your version.
Add a new aggregation to your current one named Math
and there apply a /10
math operation.
Here I'm doing that on a Count
aggregation:
Thanks @Marco_Liberati
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.