elasticsearch

Design Elasticsearch mappings, queries, and cluster health monitoring.

20|6|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/ginkida/rustyhand --skill elasticsearch-ginkida
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: elasticsearch
Source: https://github.com/ginkida/rustyhand/tree/main/crates/rusty-hand-skills/bundled/elasticsearch
Command: npx skills add https://github.com/ginkida/rustyhand --skill elasticsearch-ginkida

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Elasticsearch empowers teams to design efficient search and analytics pipelines, optimize data indexing, and maintain scalable cluster health.

Core Features & Use Cases

  • Design field mappings to optimize storage and query performance
  • Build and optimize complex queries, aggregations, and dashboards
  • Manage indices and cluster lifecycle with ILM and health monitoring

Quick Start

Set up an Elasticsearch index with appropriate mappings and run a sample aggregation to validate performance.

Frequently Asked Questions about elasticsearch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design Elasticsearch mappings to optimize query performance?

Design Elasticsearch mappings by defining field types and analysis settings to optimize storage and query performance. Proper mappings ensure efficient data indexing and faster search operations across your ELK deployment.

What's the best way to build complex DSL queries and aggregations in Elasticsearch?

Build complex DSL queries and aggregations in Elasticsearch by structuring search requests with query DSL syntax. This enables advanced data analysis, dashboard creation, and efficient multi-field filtering across indexed data.

How do I manage index lifecycle and monitor cluster health in Elasticsearch?

Manage index lifecycle and monitor cluster health in Elasticsearch using Index Lifecycle Management (ILM) policies and health monitoring tools. This maintains scalable cluster performance and automates index rollover.

Can I use this for tuning cluster performance across existing ELK deployments?

Yes, you can tune cluster performance across existing ELK deployments by optimizing data indexing, managing indices with ILM, and monitoring cluster health. This ensures reliable search and scalable analytics pipelines.

When do I need to update field mappings in Elasticsearch?

Update Elasticsearch field mappings when storage optimization or query performance degrades, or when introducing new data fields. Redesigning mappings prevents search bottlenecks and maintains efficient data indexing operations.