·elasticsearch

Interact with Elasticsearch and Kibana via REST API using curl. Use when querying, indexing, managing indices, checking cluster health, writing aggregations, deploying dashboards, or troubleshooting Elasticsearch. Requires cluster URL and API key. Covers: search (Query DSL), CRUD operations, index management, mappings, aggregations, cluster health, ILM, ES|QL, Kibana API (dashboards, data views, saved objects), OpenTelemetry data patterns, and common troubleshooting patterns.

4Installs·0Trend·@davidgeorgehope

Installation

$npx skills add https://github.com/davidgeorgehope/elasticsearch-skill --skill elasticsearch

SKILL.md

All Elasticsearch interaction is via REST API using curl. No SDK or client library required.

Every request needs the cluster URL and an API key:

API key format: Base64-encoded id:apikey string. Pass as-is in the Authorization: ApiKey header.

Interact with Elasticsearch and Kibana via REST API using curl. Use when querying, indexing, managing indices, checking cluster health, writing aggregations, deploying dashboards, or troubleshooting Elasticsearch. Requires cluster URL and API key. Covers: search (Query DSL), CRUD operations, index management, mappings, aggregations, cluster health, ILM, ES|QL, Kibana API (dashboards, data views, saved objects), OpenTelemetry data patterns, and common troubleshooting patterns. Source: davidgeorgehope/elasticsearch-skill.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/davidgeorgehope/elasticsearch-skill --skill elasticsearch
Category
{}Data Analysis
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is elasticsearch?

Interact with Elasticsearch and Kibana via REST API using curl. Use when querying, indexing, managing indices, checking cluster health, writing aggregations, deploying dashboards, or troubleshooting Elasticsearch. Requires cluster URL and API key. Covers: search (Query DSL), CRUD operations, index management, mappings, aggregations, cluster health, ILM, ES|QL, Kibana API (dashboards, data views, saved objects), OpenTelemetry data patterns, and common troubleshooting patterns. Source: davidgeorgehope/elasticsearch-skill.

How do I install elasticsearch?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/davidgeorgehope/elasticsearch-skill --skill elasticsearch Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/davidgeorgehope/elasticsearch-skill

Details

Category
{}Data Analysis
Source
skills.sh
First Seen
2026-02-05

Related Skills

None