You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
2.8 KiB

{
"alert_lag": 30,
"alert_period": "5",
"base_search": "| mstats avg(\"cpu.utilization\") as con_cpu_utilization, sum(\"memory.free\") as con_memory_free, avg(\"blkio.io_service_bytes_recursive.read\") as con_disk_read, avg(\"blkio.io_service_bytes_recursive.write\") as con_disk_write where `itsi-cp-observability-indexes` AND cluster=* by host.name, cluster span=15m | eval con_memory_free_mb=con_memory_free/1024/1024 | table _time, host.name, cluster, con_cpu_utilization, con_memory_free_mb, con_disk_read, con_disk_write",
"description": "",
"entity_filter_field": "host",
"entity_split_field": "host.name",
"is_filter_entities_to_service": false,
"is_split_by_entity": true,
"key": "da-itsi-cp-splunk-observability-sim-containers",
"metric_qualifier": "",
"metrics": [
{
"aggregate_statop": "avg",
"entity_statop": "avg",
"fill_gaps": "null_value",
"gap_custom_alert_value": "0",
"gap_severity": "unknown",
"gap_severity_color": "#CCCCCC",
"gap_severity_color_light": "#EEEEEE",
"gap_severity_value": "-1",
"key": "cpu-utilization",
"threshold_field": "con_cpu_utilization",
"title": "CPU Utilization",
"unit": "%"
},
{
"aggregate_statop": "avg",
"entity_statop": "avg",
"fill_gaps": "null_value",
"gap_custom_alert_value": "0",
"gap_severity": "unknown",
"gap_severity_color": "#CCCCCC",
"gap_severity_color_light": "#EEEEEE",
"gap_severity_value": "-1",
"key": "disk-read",
"threshold_field": "con_disk_read",
"title": "Disk Read",
"unit": ""
},
{
"aggregate_statop": "avg",
"entity_statop": "avg",
"fill_gaps": "null_value",
"gap_custom_alert_value": "0",
"gap_severity": "unknown",
"gap_severity_color": "#CCCCCC",
"gap_severity_color_light": "#EEEEEE",
"gap_severity_value": "-1",
"key": "disk-write",
"threshold_field": "con_disk_write",
"title": "Disk Write",
"unit": ""
},
{
"aggregate_statop": "avg",
"entity_statop": "avg",
"fill_gaps": "null_value",
"gap_custom_alert_value": "0",
"gap_severity": "unknown",
"gap_severity_color": "#CCCCCC",
"gap_severity_color_light": "#EEEEEE",
"gap_severity_value": "-1",
"key": "memory-free",
"threshold_field": "con_memory_free_mb",
"title": "Memory Free",
"unit": "mb"
}
],
"search_alert_earliest": "15",
"title": "SIM_containers",
"version": "0.0.38"
}