I have a percentile range bar graph using my "timetaken" field for the agg and I have configured the Y-Axis to be "log". Sometimes when I filter my events in kibana when using this visualization I get the error "Values less than 1 cannot be displayed on a log scale".
So this must mean that some of my filters are returning events where the timetaken field is less than 1.
So tried doing this search in the kibana search bar "timetaken: [1 TO *]" and then used one of my filters that was causing this error and it still says "Values less than 1 cannot be displayed on a log scale". How can this be? I'm returning all events where this field is equal to or greater than 1.
If you follow that all the way to the end, you'll see that I did eventually get it to work, but it was only by changing my interval to be very large (Daily in my case) so that no bars (time intervals) had any empty buckets. This might also work for you?
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.