Get started
editGet started
edit[preview] This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
To set up a synthetic monitor, you need to configure the monitor, run it, and send data back to Elastic. After setup is complete, the data will be available in your Observability project to view, analyze, and alert on.
There are two ways to set up a synthetic monitor:
- Synthetics project
- The Synthetics UI
Read more about each option below, and choose the approach that works best for you.
Synthetics project
editWith a Synthetics project, you write tests in an external version-controlled Node.js project
using YAML for lightweight monitors and JavaScript or TypeScript for browser monitors.
Then, you use the @elastic/synthetics
NPM library’s push
command to create
monitors in your Observability project.
This approach works well if you want to create both browser monitors and lightweight monitors. It also allows you to configure and update monitors using a GitOps workflow.
Get started in Create monitors in a Synthetics project.
Synthetics UI
editYou can create monitors directly in the user interface. This approach works well if you want to create and manage your monitors in the browser.
Get started in Create monitors in the Synthetics UI.