elasticsearch

Design, tune, and operate Elasticsearch clusters for scalable search and analytics.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/thepradip/openfangclaw --skill elasticsearch-thepradip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: elasticsearch
Source: https://github.com/thepradip/openfangclaw/tree/main/crates/openfang-skills/bundled/elasticsearch
Command: npx skills add https://github.com/thepradip/openfangclaw --skill elasticsearch-thepradip

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Elasticsearch is a powerful search and analytics engine, but designing, tuning, and operating scalable clusters requires deep expertise in architecture, mappings, indexing strategies, and performance optimization.

Core Features & Use Cases

  • Elasticsearch cluster design and tuning for high availability and throughput
  • Query DSL guidance for effective search, filtering, and aggregation
  • Mapping design best practices and index lifecycle management
  • Time-series data handling, log analytics, and observability dashboards
  • Performance optimization techniques including shard sizing, caching, and profiling
  • Production-grade guidance for deploys from development to production environments

Quick Start

Provide a starter Elasticsearch mapping and a sample query for a time-series log dataset 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 optimize Elasticsearch cluster performance for high throughput search?

Elasticsearch performance tuning involves optimizing shard sizing, caching, and query profiling to ensure fast, scalable search and reliable analytics across your deployment.

What is the best way to design explicit mappings for time-series data in Elasticsearch?

The best way to design explicit mappings for time-series data is to follow mapping best practices and apply index lifecycle management to efficiently handle log analytics and observability dashboards.

How do I write effective Query DSL for filtering and aggregating log data?

You can write effective Query DSL for filtering and aggregating log data by using targeted search, filtering, and aggregation techniques to extract meaningful analytics from your indexed datasets.

Does this Elasticsearch guidance apply to production environments with high availability needs?

Yes, this Elasticsearch guidance applies to production environments by providing cluster design and tuning strategies to achieve high availability and throughput from development to production.

Why is index lifecycle management needed for scalable log analytics platforms?

Index lifecycle management is needed for scalable log analytics platforms to automatically manage time-series data retention, ensuring reliable operational performance and optimized shard sizing.