packages/synthetics/data_stream/icmp/agent/stream/icmp.yml.hbs (42 lines of code) (raw):
__ui: {{__ui}}
type: {{type}}
name: {{name}}
{{#if id}}
id: {{id}}
{{/if}}
{{#if origin}}
origin: {{origin}}
{{/if}}
{{#if location_id}}
run_from.id: {{location_id}}
{{/if}}
{{#if location_name}}
run_from.geo.name: {{location_name}}
{{/if}}
enabled: {{enabled}}
hosts: {{hosts}}
{{#if service.name}}
service.name: {{service.name}}
{{/if}}
schedule: {{schedule}}
wait: {{wait}}
timeout: {{timeout}}
{{#if tags}}
tags: {{tags}}
{{/if}}
{{#if mode}}
mode: {{mode}}
{{/if}}
ipv4: {{ipv4}}
ipv6: {{ipv6}}
{{#if max_attempts}}
max_attempts: {{max_attempts}}
{{/if}}
{{#if processors}}
processors:
{{processors}}
{{/if}}
{{#if maintenance_windows}}
maintenance_windows:
{{maintenance_windows}}
{{/if}}