What I would like it the Visualize: Metric to do is:
Read all the available names from the role_name column.
Display the value in the role_count column.
But I can’t figure out how I might do that. I also tried to do it with the Data Table but I don’t know how either. Specifically it seems that these tools are trying to look for occurances of rows matching those values, but I want to show the values in the fields.
I realize that I probably can build all the queries manually but that won’t work if the role_names are not known beforehand — not to mention that it would be a bit messy.
How to get the Metric to split all rows from the table into its own display.
How to sort the rows neither alphabetically or by metric. What I in fact need is to sort the rows by the role_hierarchy_index seen from my first screenshot above. (number values which show hiearchy in a list)
If you want to split each row into it's own display you might want to use the "metric" visualization type, which renders each bucket as a single number.
I used it below, and setup a custom sorting aggregation for the terms agg based on the max of the role_hierarchy_index field
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.