AI AGENT ADDONS

Elasticsearch File Ingest

elastic/agent-skills
Databases
1,955installs

Loading data files into Elasticsearch is fast and simple with this tool. It handles large CSV, JSON, Parquet, and Arrow files without using too much memory. You can process thousands of documents per second on a normal computer.

The tool uses stream processing to read and transform data as it flows. You can add custom JavaScript steps to enrich, split, or filter records. It works with files stored locally or piped in from the command line.

This is perfect for anyone who needs to batch import data into Elasticsearch for search or analytics. Just set up your connection, run a test, and start loading your files.

Add Elasticsearch File Ingest skill to your workflow

Global

mkdir -p ~/.claude/skills/elasticsearch-file-ingest

Project

mkdir -p .claude/skills/elasticsearch-file-ingest

Source Repository

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