🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

elasticsearch-skill

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elasticsearch-skill

Core Elasticsearch/Kibana REST API guidance for querying, indexing, and basic ops

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

elasticsearch

Minimal package with core Elasticsearch and Kibana REST API guidance.

Install

npm install elasticsearch-skill

Or install locally:

cd elasticsearch
npm pack
npm install ./elasticsearch-skill-1.0.0.tgz

Use

Provides concise examples for:

  • auth and request patterns
  • basic search (Query DSL)
  • aggregations and date histograms
  • index/mapping operations and bulk
  • lightweight Kibana API pointers

Package layout

  • SKILL.md - when to use and core rules
  • references/ - short examples and tips

Publish

  • Bump version in package.json.
  • Run npm pack and verify contents.
  • Publish with npm publish.

Thanks

Consolidated from local Elasticsearch skill guidance.

Keywords

elasticsearch

FAQs

Package last updated on 01 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts