I want to show value in a data table no some number.
Example : I have list of applications ( a1,a2...a5) as rows and different OS versions ( windows, linux..) as column. each combination will have status as pass, fail, NA... how do I show these values in the table.
Currently options under metric, I can show only numeric values.
what you are asking for is currently not achievable in Kibana. You can theoretically use "Top hits" to output the string value of a single field (like your status field) of the most recent document. But you cannot create a buckets aggregation that would split columns depending on the OS version.
All visualizations are basically build upon the aggregation principle of Kibana. If you want to print values of individual documents, you can use Discover and save the table there. But that won't help you achieving your desired result. I am not aware that there is currently any possibility to build that exact table you are asking for in Kibana.
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.