﻿---
title: Synthetic monitoring
description: Use the Synthetics UI to view results from monitors you create and manage directly in the Synthetics UI or externally through a Synthetics project. You...
url: https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/6429/solutions/observability/synthetics
products:
  - Elastic Cloud Serverless
  - Elastic Observability
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# Synthetic monitoring
Use the Synthetics UI to view results from monitors you create and manage directly in the [Synthetics UI](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/6429/solutions/observability/synthetics/create-monitors-ui) or externally through a [Synthetics project](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/6429/solutions/observability/synthetics/create-monitors-with-projects). You can run lightweight or browser-based monitors from Elastic's global managed testing infrastructure or from your own [Private Locations](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/6429/solutions/observability/synthetics/monitor-resources-on-private-networks).
<important>
  **Synthetics UI does not support autodiscovery for infrastructure or Kubernetes monitoring**For infrastructure or Kubernetes uptime monitoring, use one of the following approaches instead:
  - **[Heartbeat](https://docs-v3-preview.elastic.dev/elastic/beats/tree/main/reference/heartbeat) with autodiscovery**: Run Heartbeat on your infrastructure and use [autodiscovery](https://docs-v3-preview.elastic.dev/elastic/beats/tree/main/reference/heartbeat/configuration-autodiscover) to dynamically monitor hosts and pods. Results appear in the [Uptime app](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/6429/solutions/observability/uptime).
  - **Elastic Agent with the Uptime Monitors integration**: Deploy a standalone Elastic Agent and configure the Uptime Monitors (Heartbeat) integration to collect availability data from your infrastructure. The Uptime app is deprecated as of 8.15 and is not available in Serverless.
</important>

Synthetics periodically checks the status of your services and applications. Monitor the availability of network endpoints and services using the following types of monitors:
- [Lightweight HTTP/S, TCP, and ICMP monitors](#monitoring-uptime)
- [Browser monitors](#monitoring-synthetics)

![Synthetics app in Kibana](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/6429/solutions/images/observability-synthetics-monitor-page.png)


## Lightweight HTTP/S, TCP, and ICMP monitors

You can monitor the status of network endpoints using the following lightweight checks:

|                  |                                                                                                                                                                                                                                                                                                         |
|------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **HTTP monitor** | Monitor your website. The HTTP monitor checks to make sure specific endpoints return the correctstatus code and display the correct text.                                                                                                                                                               |
| **ICMP monitor** | Check the availability of your hosts. The ICMP monitor uses ICMP (v4 and v6) EchoRequests to check the network reachability of the hosts you are pinging. This will tell you whether thehost is available and connected to the network, but doesn’t tell you if a service on the host is running ornot. |
| **TCP monitor**  | Monitor the services running on your hosts. The TCP monitor checks individual ports to make sure the service is accessible and running.                                                                                                                                                                 |

To set up your first monitor, refer to [Get started](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/6429/solutions/observability/synthetics/get-started).

## Browser monitors

Real browser synthetic monitoring enables you to test critical actions and requests that an end-user would make on your site at predefined intervals and in a controlled environment. Synthetic monitoring extends traditional end-to-end testing techniques because it allows your tests to run continuously on the cloud. The result is rich, consistent, and repeatable data that you can trend and alert on.
For example, you can test popular user journeys, like logging in, adding items to a cart, and checking out — actions that need to work for your users consistently.
You can run an automated Synthetics project on a real Chromium browser and view each synthetic monitoring journey in your Observability project side-by-side with your other monitors.
Alerting helps you detect degraded performance or broken actions before your users do. By receiving alerts early, you can fix issues before they impact your bottom line or customer experience.
To set up your first monitor, refer to [Get started](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/6429/solutions/observability/synthetics/get-started).