🔍

Elasticsearch

available

Query and manage Elasticsearch or OpenSearch clusters via REST API — search, index, and aggregate data using curl.

data

What This Skill Does

Query and manage Elasticsearch or OpenSearch clusters via REST API — search, index, and aggregate data using curl.

Capabilities

  • Full-Text Search — Run complex search queries across indices
  • Data Indexing — Index and manage documents
  • Aggregations — Compute analytics and aggregations on your data
  • Cluster Management — Monitor and manage cluster health

How It Works

  1. Connect to your Elasticsearch cluster endpoint
  2. Write queries or describe what you need to find
  3. Results are returned with relevance scoring
  4. Aggregations provide analytics over your data

Example Usage

"Search for documents matching this query"
"Index these records into Elasticsearch"
"Show aggregated stats for the last 7 days"