Hi,
I have over 1000 servers in my environment and I am collecting 2 kinds of data for creating visualization using kibana,
* first one is a database data pulled by logstash mysql plugin. this data is basically the configuration management data for all servers.
* next is the metric and log data collected by beats and this is collected induvidually from each servers.
My requirement is to create a dashboard which shows each individual server performance and log data charts along with its configuration data such as location, rack number, serial number etc.
I am able to form the charts for performance and log data. But i am not sure how to display key & values (text) from configuration management data in text format. Please advise me the best solution for this problem. Thanks.
