I have created a bar graph that splits each bar (series) to show the 5 top frequently used items. However, when since I want all the other items to be shown in an "others" bucket, I clicked on the "Group other values in separate bucket" option. However, there is no change in the graph and only 5 buckets appear.
Is it possible that your data for that field doesn't have more than 5 distinct values? The "Other" bucket will not show if the count of other values is 0.
You can check the distinct values of a field by running a query like this in Console, where logstash-* is your index pattern, and machine.os.keyword is your field:
No, my data has about a 1000 values each. I think I may have found a bug as if I place split chart in the end of my aggregations list, the other bucket shows, while if I place the split chart at the top, the others bucket does not show up.
I am sure that the data is pruned as the total length of the bars in the graph is reduced @jen-huang.
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.