I'd like to display a ratio.
I'm using ratio filter.
I'd like to ask about why kibana shows a 0%, when It must show 100%.
The numerator is a count with a filter, and the numerator is the count of all of then.
I have displayed It in two columns, the first got the numerator count, and the second one has the denominator.
TSVB operates on an auto interval by default, and the Metric aggregations you are seeing are only working on the last bucket. In 7.4.0 and beyond there is now a switch to consider the entire time range in TSVB, instead of just that last bucket.
The Filter Ratio divides a metric for you, so for example if I want to see the percentage of users on 7.4.0 I could set up a query like this: Version: "7.4.0" and divide it by *. To get the opposite of that query, I would have to use NOT Version: "7.4.0".
Based on your request, I don't think you should be using "Group by filters", you probably want "Group by everything". It's possible your query syntax is invalid.
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.