@elastic/analyze-my-cluster
Analyze your Elasticsearch cluster and get actionable insights
RUN SKILL analyze_my_cluster()-- 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
}
}