🖥️

Analyze My Cluster

Verified

@elastic/analyze-my-cluster

Analyze your Elasticsearch cluster and get actionable insights

Usage

RUN SKILL analyze_my_cluster()

Returns

DOCUMENT— A single document object

Example

-- Using curl
curl -u elastic-admin:elastic-password http://localhost:9200/_escript \
  -H "Content-Type: application/json" \
  -d '{"query": "RUN SKILL analyze_my_cluster()"}'

-- Response
{
  "result": [...],
  "_meta": {
    "execution_id": "abc123",
    "duration_ms": 45
  }
}