﻿---
title: Scale and architect a Synthetics deployment
description: Advanced guidance for scaling and designing Elastic Synthetics deployments, including cross-cluster search support, tagging strategies, and custom dashboards.
url: https://www.elastic.co/elastic/docs-builder/docs/3764/solutions/observability/synthetics/scale-architect-synthetics-deployment
products:
  - Elastic Cloud Serverless
  - Elastic Observability
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# Scale and architect a Synthetics deployment
Use these advanced considerations when you use the Synthetics app for large and complex use cases.

## View monitor data from remote clusters

<applies-to>
  - Elastic Cloud Serverless: Unavailable
  - Elastic Stack: Planned
</applies-to>

Previously, the Synthetics UI couldn’t display data from remote clusters through CCS/CCR, so this setup was discouraged. However, synthetics now includes a built-in cross-cluster search integration that lets you view monitor data from remote Elasticsearch clusters alongside your local monitors, directly in the Synthetics UI.
This view is read-only, meaning that the integration queries each remote cluster’s `synthetics-*` data indices at query time, but monitor definitions and settings stay as saved objects on the Kibana where they were created (saved objects aren’t shared across clusters). To create, edit, or delete those monitors, manage them directly in the Synthetics UI on the remote Kibana.
To enable it, go to **Synthetics app → Settings → Remote clusters**. You can select which remote clusters to query and which Kibana spaces the settings apply to. Refer to [Remote clusters](/elastic/docs-builder/docs/3764/solutions/observability/synthetics/configure-settings#synthetics-settings-remote-clusters) for details.

## Do not use the Synthetics UI with CCS/CCR

<applies-to>
  - Elastic Cloud Serverless: Unavailable
  - Elastic Stack: Planned for removal
</applies-to>

Do not use cross-cluster search (CCS) or cross-cluster replication (CCR) to federate Synthetics data across deployments. The Synthetics UI manages monitors and settings as Kibana saved objects. Because these saved objects are not shared using CCS or CCR, the Synthetics UI doesn't show remote monitor data when you configure CCS or CCR directly. Use the Synthetics app on the cluster where the monitors are defined.
You can, however, use [Dashboards](https://www.elastic.co/elastic/docs-builder/docs/3764/explore-analyze/dashboards) or [Discover](https://www.elastic.co/elastic/docs-builder/docs/3764/explore-analyze/discover) with CCS to query `synthetics-*` indices directly.

## Synthetics UI does not support autodiscovery for infrastructure or Kubernetes monitoring

The Synthetics app is designed for active synthetic checks against user-defined URLs and user journeys. It is not intended for infrastructure or Kubernetes pod monitoring through autodiscovery.
The Synthetics UI only shows monitors that are explicitly created and managed through the [Synthetics UI](https://www.elastic.co/elastic/docs-builder/docs/3764/solutions/observability/synthetics/create-monitors-ui) or a [Synthetics project](https://www.elastic.co/elastic/docs-builder/docs/3764/solutions/observability/synthetics/create-monitors-with-projects). It has no mechanism for dynamic autodiscovery of infrastructure targets, and it is not designed to ingest or display the high volume of short-lived monitor results that infrastructure monitoring typically produces.
For infrastructure or Kubernetes uptime monitoring, use one of the following approaches instead:
- **[Heartbeat](https://docs-v3-preview.elastic.dev/elastic/docs-builder/docs/3764/reference/beats/heartbeat) with autodiscovery**: Run Heartbeat on your infrastructure and use [autodiscovery](https://docs-v3-preview.elastic.dev/elastic/docs-builder/docs/3764/reference/beats/heartbeat/configuration-autodiscover) to dynamically monitor hosts and pods. Results appear in the [Uptime app](https://www.elastic.co/elastic/docs-builder/docs/3764/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.


## Manage large numbers of Synthetic monitors with tags

When you manage larger numbers of synthetic monitors, use tags to keep them organized. Many of the views in the Synthetics UI are tag-aware and can group data by tag.

## Create custom dashboards

If the Synthetics app doesn't include a UI for your exact needs, you can use [dashboards](https://www.elastic.co/elastic/docs-builder/docs/3764/explore-analyze/dashboards) to build custom visualizations. For a complete list of fields used by the Synthetics UI, refer to [Heartbeat's exported fields](https://docs-v3-preview.elastic.dev/elastic/docs-builder/docs/3764/reference/beats/heartbeat/exported-fields).