What problem does it solve?
This Skill helps users navigate the complexities of Elasticsearch, enabling them to efficiently manage clusters, design effective data structures, and perform powerful searches and aggregations.
Core Features & Use Cases
- Querying: Craft sophisticated queries for full-text search, exact matches, and complex filtering.
- Mapping & Indexing: Design optimal index mappings and manage index lifecycles for performance and data integrity.
- Aggregations: Perform advanced data analysis and generate insights using various aggregation types.
- Cluster Operations: Understand and manage cluster health, shard allocation, and performance tuning.
- Use Case: Analyze website traffic logs stored in Elasticsearch to identify the top 10 most visited pages in the last 24 hours, broken down by user country.
Quick Start
Use the elasticsearch skill to find all documents in the 'logs-2023.01.01' index where the 'status' field is 'ERROR' and the 'response_time_ms' is greater than 500.