Do you know the frequency of your data? From what I can see the issue is the auto bucketing is making buckets that are smaller than the data so when TSVB takes the last bucket for the Top N, it's empty. One easy way to solve this would be to set the interval in the options panel to >=1m. This will still use auto bucketing but only return buckets greater than or equal to 1 minute. This should fix your problem. You can experiment with the minimum bucket size in the >=1m by adjusting the date math portion, 1m, to the resolution that works best with your data.
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.