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.9 KiB

{
"alert_lag": 30,
"alert_period": "5",
"base_search": "| synthetics checks | spath | spath output=myfield path=status.last_failure_at| search type=http | eval run=strptime(myfield, \"%Y-%m-%dT%H:%M:%S.%3QZ\") | eval thistime=now()| eval gap=run-thistime | eval daysup=abs(round(gap/86400)) | 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, daysup ,links.self_html",
"description": "This base search gathers all HTTP (Uptime) 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-http-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": "days-since-last-error",
"threshold_field": "daysup",
"title": "Days Since Last Error",
"unit": ""
},
{
"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": "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_http_checks",
"version": "0.0.38"
}