> ## Documentation Index
> Fetch the complete documentation index at: https://docs.open-metadata.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Health Check

> Check the live status of the database, search index, migrations, and related platform dependencies.

# Health Check

Health Check is a read-only diagnostics panel, not a form you fill in. It reports, in real time, whether the platform's core dependencies are reachable and correctly configured:

* **Infrastructure**: Database, search index, schema migrations
* **Search**: Search reindex status, semantic search embeddings (when enabled)
* **External dependencies**: Authentication keys, ingestion service, log storage (when configured)

Run it first whenever something feels off elsewhere in OpenMetadata — a stuck ingestion pipeline or missing search results often trace back to one of these checks failing.

To check platform health, follow the steps below:

1. Navigate to **Settings** > **Preferences** > **Health Check**.

   <img src="https://mintcdn.com/openmetadata/zEoaNtzSP56eggdP/public/images/how-to-guides/admin-guide/preferences/access-health-1.13.png?fit=max&auto=format&n=zEoaNtzSP56eggdP&q=85&s=1e64062265ee23b797556b6efa9bfdae" alt="Health Check panel" width="2872" height="1467" data-path="public/images/how-to-guides/admin-guide/preferences/access-health-1.13.png" />

2. Review the status of each check:

   **Infrastructure**

   * **Database**: Connectivity to the metadata database.
   * **Search Instance**: Connectivity to the search/index cluster.
   * **Migrations**: That all expected schema migrations have run.

   **Search**

   * **Search Reindex Status**: That every deployed search index was built from the current index mapping, so no reindex is pending.
   * **Semantic Search**: That the embeddings used for semantic search are working, shown only when semantic search is enabled.

   **External dependencies**

   * **Pipeline Service Client**: Connectivity to the ingestion pipeline service.
   * **JWKs**: That the configured JWKS (JSON Web Key Set) validates correctly.
   * **Log Storage**: Connectivity to S3 log storage, shown only when S3 storage is configured.

   <img src="https://mintcdn.com/openmetadata/P5zCjbPoeck_wz3f/public/images/how-to-guides/admin-guide/preferences/review-health.png?fit=max&auto=format&n=P5zCjbPoeck_wz3f&q=85&s=b9702b4618ca8a6c26a3693f27c8a620" alt="Health Check status for each dependency" width="2834" height="1398" data-path="public/images/how-to-guides/admin-guide/preferences/review-health.png" />

3. Click **Refresh** to re-run all checks after fixing a reported issue.
