🔍
Elasticsearch
availableQuery and manage Elasticsearch or OpenSearch clusters via REST API — search, index, and aggregate data using curl.
dataWhat 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
- Connect to your Elasticsearch cluster endpoint
- Write queries or describe what you need to find
- Results are returned with relevance scoring
- 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"