What problem does it solve?
It removes the guesswork from working with Elasticsearch and Kibana by giving Claude a practical REST-based playbook for authentication, search, indexing, cluster checks, and dashboard operations.
Core Features & Use Cases
- Search and Querying: Use Query DSL and ES|QL to find logs, inspect traces, and build precise filters.
- Index and Document Management: Create indices, update mappings, run bulk ingest, reindex data, and manage aliases.
- Observability and Operations: Check cluster health, shard allocation, ILM, ingest pipelines, and troubleshoot production issues.
- Kibana Workflows: Work with data views, saved objects, dashboards, and alerting for reporting and visualization.
- Use Case: An operator can investigate a spike in errors by querying recent events, grouping them with aggregations, and confirming shard or lifecycle issues from the same playbook.
Quick Start
Ask the skill to connect to your Elasticsearch cluster and perform the REST API task you need, such as searching recent errors or checking cluster health.