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)
-
Navigate to Settings > Preferences > Health Check.

-
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 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.
- 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.

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