OpenObserve Docs
User GuideData ExplorationSynthetics

Configuration

Every check, browser or protocol, is configured from the same set of cards. This page is the reference for each one.

Browser tests reach these cards from the Configure step of the create wizard. Protocol checks show them on their single configuration page.

Check details

Identifies the check and says what it targets.

SettingDescriptionDefault
NameIdentifies the check throughout the UI. Required.N/A
FolderThe folder the check lives in. Also governs access.default
EnabledWhether the check runs on its scheduleOn
Starting URL / URL / HostWhat the check targets. Browser and HTTP take a URL; TCP, TLS, and SSH take a bare host. Required.N/A
DescriptionFree text for your own referenceEmpty
TagsLabels for grouping and filteringNone

Check Details card with name, folder, enabled toggle, starting URL, description, and tags

Note: The folder is not only organizational. Access to a check is granted through its folder, so moving a check between folders changes who can see it.

Schedule

Controls how often the check runs and when it starts.

SettingDescriptionDefaultOptions
FrequencyHow often the check runs5 min1 min, 5 min, 15 min, 30 min, 1 hour, Custom, Cron
Custom intervalUsed when Frequency is CustomN/AMinutes, Hours, Days, Weeks, Months
Cron expressionUsed when Frequency is Cron, with a timezoneN/AAny valid cron expression
StartWhen the check becomes activeSchedule nowSchedule now, Schedule later

Schedule card with frequency presets and start type toggle

Schedule later takes a date and time and activates the check then. The start time must be in the future, so a duplicated check whose original start has passed reverts to Schedule now.

Retries

Controls how many times a failing run is retried before it is reported as failed.

SettingDescriptionDefaultLimit
Retries on failureExtra attempts before the run is called failed02 for browser checks, 3 for protocol checks
Wait between retriesDelay before the next attempt5 sN/A

Retries card with retry count and wait between retries, plus the maximum retries hint

Retries run inside the same job, so the whole sequence has to fit the check's run budget. If a configuration could exceed it, OpenObserve blocks the save and names the combination that is too large.

The browser limit is lower because each attempt reruns the whole journey on every selected browser and device combination. Three attempts across three combinations is nine journey executions in one job.

Tip: Retries hide flakiness rather than fix it. The Retry Rate and Flaky Rate tiles on the results page exist so you can see how often they are saving a run. A high retry rate is a signal to fix the journey, not to raise the retry count.

Alerts

Controls when a failing check notifies you.

SettingDescriptionDefault
Alerted if test failsConsecutive failures before notifying1
Cooldown periodMinimum gap between notifications5 minutes
DestinationsNotification destinations to alertNone

Alerts card with failure threshold, cooldown period, and destinations selector

Destinations are the same ones used elsewhere in OpenObserve alerting, so a Synthetics check can notify the channels you already have configured.

Tip: Raise Alerted if test fails to 2 or 3 for checks that run every minute against a service with occasional blips. The cooldown then keeps a sustained outage from flooding the channel.

Locations

Select one or more probe locations. At least one is required.

Locations card listing twelve public AWS regions and the private locations section

Public locations cover twelve AWS regions on OpenObserve Cloud, the only deployment Synthetics currently supports:

AreaRegions
North AmericaN. Virginia, Ohio, N. California, Oregon, Montreal
EuropeFrankfurt, London, Paris, Stockholm
Asia PacificMumbai, Singapore, Sydney

Private locations appear once their agents register. OpenObserve only offers a private location for checks its live agents can run, so a browser test does not list a location served only by network agents. See Private locations.

Note: Each location runs the check independently, so selecting three locations triples the runs. Choose locations that represent where your users actually are.

Browsers and devices

Browser checks only. Each selected combination runs as a separate execution, and at least one must be selected.

The browsers and devices offered are reported by your deployment, so the list can differ. Where no list is supplied, these three device profiles are used:

DeviceViewport
Desktop1440 x 900
Tablet768 x 1024
Mobile375 x 667

Browsers and Devices matrix

Tip: Every combination multiplies the work in a run, and combines with retries and locations. A matrix that is too wide can push the check past its run budget and be rejected at save time.

Capture

Browser checks only. Controls which artifacts each run keeps.

SettingDescriptionDefaultOptions
ScreenshotWhen to capture step screenshotsOn failAlways, On fail, Off

Capture card with the screenshot policy selector

Always captures a screenshot at every step, which is what makes the run detail timeline fully visual. On fail keeps only the failing step's screenshot.

Note: Evidence (console errors, page errors, and network events) is retained for failed runs only, independently of this setting.

Authentication and network

Available on browser and HTTP checks.

SettingDescription
HTTP Basic authUsername and password sent with requests
VariablesReusable values referenced as {{name}}, optionally masked as sensitive
Custom headersHeaders added to every request
Pre-set cookiesCookies set before the journey starts

Authentication and Network card with basic auth toggle and variables

Variables are referenced anywhere the check accepts one, including the starting URL and step values. Mark a variable as secure to mask its value in the UI.

Warning: Pre-set cookies and basic auth credentials are stored with the check. Use dedicated test accounts rather than real user credentials.

Need help:

Community Slack

GitHub issues

Was this page helpful?

Last updated on

On this page