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.
37 lines
2.2 KiB
37 lines
2.2 KiB
[ITSI Import Objects - SSM_get_entities_rigor]
|
|
action.itsi_import_objects = 1
|
|
action.itsi_import_objects.param.backfill_enabled = 0
|
|
action.itsi_import_objects.param.entity_identifier_fields = syn_id
|
|
action.itsi_import_objects.param.entity_informational_fields = Response Time,Response Code,last_run
|
|
action.itsi_import_objects.param.entity_merge_field = name
|
|
action.itsi_import_objects.param.entity_title_field = name
|
|
action.itsi_import_objects.param.entity_type_field = type
|
|
action.itsi_import_objects.param.service_enabled = 1
|
|
action.itsi_import_objects.param.service_team = default_itsi_security_group
|
|
action.itsi_import_objects.param.service_templates_config = {}
|
|
action.itsi_import_objects.param.update_type = upsert
|
|
cron_schedule = 0 * * * *
|
|
disabled = 1
|
|
dispatch.earliest_time = -60m
|
|
dispatch.latest_time = now
|
|
enableSched = 1
|
|
search = | synthetics checks | spath | replace real_browser with "Synthetic Real Browser (Rigor)" http with "Synthetic HTTP (Rigor)" api with "Synthetic API (Rigor)" | fillnull | rename links.last_run as last_run status.last_response_time as "Response Time" status.last_code as "Response Code" id as syn_id | table name, syn_id, type, "Response Time", "Response Code", last_run
|
|
|
|
[ITSI Import Objects - SSM_get_entities_wo]
|
|
action.itsi_import_objects = 1
|
|
action.itsi_import_objects.param.backfill_enabled = 0
|
|
action.itsi_import_objects.param.entity_identifier_fields = test_id
|
|
action.itsi_import_objects.param.entity_informational_fields = latest_snapshot_id,scan_type,start_url,test_url
|
|
action.itsi_import_objects.param.entity_merge_field = name
|
|
action.itsi_import_objects.param.entity_title_field = name
|
|
action.itsi_import_objects.param.entity_type_field = type
|
|
action.itsi_import_objects.param.service_enabled = 1
|
|
action.itsi_import_objects.param.service_team = default_itsi_security_group
|
|
action.itsi_import_objects.param.service_templates_config = {}
|
|
action.itsi_import_objects.param.update_type = upsert
|
|
cron_schedule = 0 * * * *
|
|
disabled = 1
|
|
dispatch.earliest_time = -60m
|
|
dispatch.latest_time = now
|
|
enableSched = 1
|
|
search = | synthetics tests | spath | eval type="Web Optimization Test (Rigor)" | table name, latest_snapshot_id, test_id, type, scan_type, start_url, test_url |