Is there any way metric panels can be repeated dynamically ? I mean,I create one metric as a template and can be repeated (with out creating new one ) across several data sets ?
I don't think so, but can you give me a little more information on the data you want to visualize. Maybe you can do this with the Table tab in TSVB since it can show multiple rows with custom color settings.
Basically need to show several application health status as summary and would able to drill down to host level then component level (like filesystem,cpu..etc).
Please find the data format below.
{
"application": "APP1",
"app_health_metric": 2, #(0,1,2 will be threshold based values )
"status_at": "20191001001005",
"host_details": {
"host_health_metric": 2, #(0,1,2 will be threshold based values )
"component_details": {
"component_name": "esarchive_nfs",
"component_status": 2, #(0,1,2 will be threshold based values )
"component_type": "file_system",
"monitoring_type": "file_system",
"component_value": 49
},
"host": "hostname1"
},
}
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.