AI AGENT ADDONS

Elasticsearch Esql

elastic/agent-skills
Databases
2,483installs

Elasticsearch ES|QL is a simple way to ask questions about your data. You can type a query to find logs, count events, or group information by a field. The language uses pipes like FROM, WHERE, and STATS to chain commands together.

This skill helps you explore large datasets fast. You can run queries from the command line and get results in a table format. It works with Elasticsearch clusters on your own servers or in the cloud.

People who manage logs, monitor systems, or build dashboards will find this useful. The tool checks your connection first and tells you what indexes are available. Then you can start analyzing right away.

Add Elasticsearch Esql skill to your workflow

Global

mkdir -p ~/.claude/skills/elasticsearch-esql

Project

mkdir -p .claude/skills/elasticsearch-esql

Source Repository

Stars
516
Forks
39
Watchers
516
License
Apache-2.0
Last Push
1 month ago
Created
5 months ago