Alert Pro

14-day free trial

Stop checking — get alerted instantly

Next time Elasticsearch goes down, you'll know in under 60 seconds — not when your users start complaining.

  • Email alerts for Elasticsearch + 9 more APIs
  • $0 due today for trial
  • Cancel anytime — $9/mo after trial

Elasticsearch Status Monitor

Elasticsearch Status: Is Elasticsearch Down Right Now?

Use this Elasticsearch status guide to confirm outages fast, troubleshoot cluster health, Kibana, indexing, or search issues, and get real-time monitoring for the moment Elasticsearch goes down.

How do I quickly check if Elasticsearch is down?

  • 1. Check official status updates.
  • 2. Query /_cluster/health API.
  • 3. Verify with independent monitoring.
  • 4. Check disk space and node status.
Looking for live data? Visit /api/elasticsearch.

TLDR: Elasticsearch is currently believed to be operational. Check the official Elasticsearch status page or apistatuscheck.com for real-time status.

🔧 Recommended Tools

1
Monitor before it breaksMost Important

Know when Elasticsearch goes down before your users complain. 30-second checks, instant alerts.

Trusted by 100,000+ websites · Free tier available

Better Stack — Start Free
2
Secure your API keys

Manage API keys, database passwords, and service tokens securely. Rotate automatically when breaches occur.

Trusted by 150,000+ businesses · From $2.99/mo

1Password — Try Free
3
Automate your status checks

Monitor Elasticsearch and 100+ APIs with instant email alerts. 14-day free trial.

Alert Pro — Free Trial$9/mo after trial

Check the official Elastic Cloud status page

Elastic maintains a status page for Elastic Cloud covering Elasticsearch, Kibana, and APM service health across regions.

status.elastic.co

Query cluster health directly

Run a GET request to your cluster health endpoint: `GET /_cluster/health`. A red or yellow status indicates a cluster-level issue.

Cluster health API docs

Verify with independent monitoring

Use API Status Check for third-party monitoring that verifies real endpoints and tracks historical incidents.

Elasticsearch on API Status Check

What happens when Elasticsearch goes down?

Cluster in red or yellow health state

A red cluster has unassigned primary shards and cannot serve search requests. Yellow means replica shards are unassigned but primary shards are active.

Kibana not loading or timing out

Kibana depends on Elasticsearch and may fail to load dashboards, run queries, or display data when the underlying cluster is unhealthy.

Indexing failures and document write errors

Document indexing may fail with 429 (circuit breaker) or 503 errors when the cluster is under disk pressure or experiencing node failures.

Search queries timing out

Search requests may time out or return partial results during cluster degradation, especially if nodes are failing over.

How do I troubleshoot Elasticsearch issues?

  1. 1

    Check cluster health API

    Run `GET /_cluster/health?pretty` to see the overall cluster status, number of nodes, and shard assignments.

  2. 2

    Check node status

    Run `GET /_cat/nodes?v` to list all nodes and identify any that are missing or have high JVM heap usage.

  3. 3

    Review shard allocation

    Run `GET /_cat/shards?h=index,shard,prirep,state,unassigned.reason` to find unassigned shards and their reason codes.

  4. 4

    Check disk space and watermarks

    Elasticsearch throttles or stops indexing when disk usage exceeds watermark thresholds. Check disk space on all data nodes.

  5. 5

    Review Elasticsearch logs

    Check Elasticsearch logs for OOM errors, GC pressure warnings, or network timeout messages that indicate node-level issues.

What is Elasticsearch's current status?

API Status Check tracks Elasticsearch status with independent monitoring, uptime stats, and incident history so you can confirm outages quickly.

  • Independent Elasticsearch status checks

    API Status Check performs independent monitoring so you can verify Elasticsearch status even if official updates are delayed.

  • Incident history and uptime data

    Review recent incidents, response times, and reliability trends to understand Elasticsearch cluster stability.

  • Real-time alerts and integrations

    Get notified with email alerts, RSS feeds, and webhooks when Elasticsearch experiences a new incident.

What can I do during a Elasticsearch outage?

Serve from replica shards

If primary shards are down, Elasticsearch can still serve reads from replica shards. Ensure replicas are allocated across healthy nodes.

Enable circuit breakers

Configure Elasticsearch circuit breakers to prevent OOM conditions that lead to node failures during high indexing loads.

Use OpenSearch as a fallback

For critical search workloads, OpenSearch is an Elasticsearch-compatible alternative you can configure as a failover target.

Monitor recovery via API Status Check

Set up alerts to get notified the moment your Elasticsearch service recovers from an outage.

🔔 Get free alerts when Elasticsearch goes down

We monitor Elasticsearch and 190+ APIs every 5 minutes. Get email alerts for outages and recoveries — free, no account needed.

Frequently asked questions about Elasticsearch status

Is Elasticsearch down right now?

Check status.elastic.co for Elastic Cloud status and API Status Check for independent monitoring. For self-managed clusters, query the cluster health API directly.

What does a red Elasticsearch cluster mean?

A red cluster has unassigned primary shards, meaning some data is unavailable. Identify unassigned shards with the cat shards API and investigate the allocation failure reason.

Why is Kibana not loading?

Kibana connectivity depends on Elasticsearch. If Kibana cannot connect, check if Elasticsearch is running and the cluster is healthy before troubleshooting Kibana itself.

Why are Elasticsearch indexing requests failing?

Indexing failures often indicate disk watermark limits, circuit breaker trips, or node failures. Check disk space and run the cluster allocation explain API to diagnose.

Does Elastic Cloud status affect self-managed Elasticsearch?

No. Self-managed Elasticsearch clusters are independent of Elastic Cloud infrastructure. Only Elastic Cloud users are affected by Elastic Cloud outages.

How can I get Elasticsearch outage alerts?

Subscribe to alerts on API Status Check to receive real-time notifications when Elasticsearch experiences an incident.

Last updated: