elasticsearch

Installation
SKILL.md

Elasticsearch

Search, manage indexes, and run aggregations.

Environment Variables

  • ELASTICSEARCH_URL - Elasticsearch URL (e.g. https://localhost:9200)

Cluster health

curl -s "$ELASTICSEARCH_URL/_cluster/health" | jq '{status, number_of_nodes, active_shards}'

List indexes

curl -s "$ELASTICSEARCH_URL/_cat/indices?format=json&h=index,docs.count,store.size,health" | jq '.[]'
Related skills

More from thinkfleetai/thinkfleet-engine

Installs
2
First Seen
Mar 1, 2026