# synthetics-demo **Repository Path**: mirrors_elastic/synthetics-demo ## Basic Information - **Project Name**: synthetics-demo - **Description**: Demo app for elastic/synthetics - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-06 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Synthetics Examples This repository contains examples of Elastic Synthetics configurations, and instructions for running them both locally, via CI, and via Heartbeat. ## Table of Contents - The `todos` folder contains basic examples of `elastic-synthetics` usage. Start here. This folder is equivalent to running `npx @elastic/synthetics init `, which generates a basic project with a few simple examples. - The `advanced-examples` folder contains more advanced examples of more complex use cases. - The `inline-examples` folder demonstrates the use of `elastic-synthetics` to test scripts in the `inline` format used in the Kibana UI. We run the tests suites contained in each on all PRs and merges. See the `.github/workflows` directory to see sample CI configurations. For deploying via Heartbeat see the `heartbeat` folder.