Hey everyone,
I want to perform one calculation using series value: state1 - state2, but I don't know how to do it
I need help please!!
Hey everyone,
I want to perform one calculation using series value: state1 - state2, but I don't know how to do it
I would propose to use Lens formula if your kibana version support them. It will be easy.
count(kql='field : state1 ') - count(kql='field : state2')
Unfortunately my version doesn't support this view , can I do this perform with TSVB ?
I am afraid you can't in TSVB.
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.