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.7 KiB
73 lines
2.7 KiB
{
|
|
"alert_lag": 30,
|
|
"alert_period": "5",
|
|
"base_search": "| synthetics checks | spath | search type=api | eval has_failure=if('status.has_failure'=\"true\",1,0) | table _time, name, id, type, has_failure, status.last_code, status.last_message, status.last_response_time",
|
|
"description": "This base search gathers all API checks within Splunk Synthetics Monitoring.",
|
|
"entity_filter_field": "name",
|
|
"entity_split_field": "name",
|
|
"is_filter_entities_to_service": true,
|
|
"is_split_by_entity": true,
|
|
"key": "da-itsi-cp-splunk-synthetics-ssm-api-checks",
|
|
"metric_qualifier": "",
|
|
"metrics": [
|
|
{
|
|
"aggregate_statop": "latest",
|
|
"entity_statop": "latest",
|
|
"fill_gaps": "custom_value",
|
|
"gap_custom_alert_value": "0",
|
|
"gap_severity": "unknown",
|
|
"gap_severity_color": "#CCCCCC",
|
|
"gap_severity_color_light": "#EEEEEE",
|
|
"gap_severity_value": "-1",
|
|
"key": "failure",
|
|
"threshold_field": "has_failure",
|
|
"title": "Failure",
|
|
"unit": ""
|
|
},
|
|
{
|
|
"aggregate_statop": "latest",
|
|
"entity_statop": "latest",
|
|
"fill_gaps": "last_available_value",
|
|
"gap_custom_alert_value": "0",
|
|
"gap_severity": "unknown",
|
|
"gap_severity_color": "#CCCCCC",
|
|
"gap_severity_color_light": "#EEEEEE",
|
|
"gap_severity_value": "-1",
|
|
"key": "response-code",
|
|
"threshold_field": "status.last_code",
|
|
"title": "Response Code",
|
|
"unit": ""
|
|
},
|
|
{
|
|
"aggregate_statop": "latest",
|
|
"entity_statop": "latest",
|
|
"fill_gaps": "last_available_value",
|
|
"gap_custom_alert_value": "0",
|
|
"gap_severity": "unknown",
|
|
"gap_severity_color": "#CCCCCC",
|
|
"gap_severity_color_light": "#EEEEEE",
|
|
"gap_severity_value": "-1",
|
|
"key": "response-message",
|
|
"threshold_field": "status.last_message",
|
|
"title": "Response Message",
|
|
"unit": ""
|
|
},
|
|
{
|
|
"aggregate_statop": "avg",
|
|
"entity_statop": "avg",
|
|
"fill_gaps": "last_available_value",
|
|
"gap_custom_alert_value": "0",
|
|
"gap_severity": "unknown",
|
|
"gap_severity_color": "#CCCCCC",
|
|
"gap_severity_color_light": "#EEEEEE",
|
|
"gap_severity_value": "-1",
|
|
"key": "response-time",
|
|
"threshold_field": "status.last_response_time",
|
|
"title": "Response Time",
|
|
"unit": "ms"
|
|
}
|
|
],
|
|
"search_alert_earliest": "5",
|
|
"title": "SSM_api_checks",
|
|
"version": "0.0.38"
|
|
} |