packages/synthetics/data_stream/browser/agent/stream/browser.yml.hbs (63 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}} {{#if service.name}} service.name: {{service.name}} {{/if}} schedule: {{schedule}} timeout: {{timeout}} throttling: {{throttling.config}} {{#if tags}} tags: {{tags}} {{/if}} {{#if source.inline.script}} source.inline.script: {{source.inline.script}} {{/if}} {{#if source.project.content}} source.project.content: {{source.project.content}} {{/if}} {{#if params}} params: {{params}} {{/if}} {{#if playwright_options}} playwright_options: {{playwright_options}} {{/if}} {{#if screenshots}} screenshots: {{screenshots}} {{/if}} {{#if synthetics_args}} synthetics_args: {{synthetics_args}} {{/if}} {{#if filter_journeys.match}} filter_journeys.match: {{filter_journeys.match}} {{/if}} {{#if filter_journeys.tags}} filter_journeys.tags: {{filter_journeys.tags}} {{/if}} {{#if ignore_https_errors}} ignore_https_errors: {{ignore_https_errors}} {{/if}} {{#if max_attempts}} max_attempts: {{max_attempts}} {{/if}} {{#if processors}} processors: {{processors}} {{/if}} {{#if maintenance_windows}} maintenance_windows: {{maintenance_windows}} {{/if}}