opensearch-dashboard

Generate OpenSearch Dashboards saved objects as importable NDJSON.

28|3|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/girijashankarj/cursor-handbook --skill opensearch-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opensearch-dashboard
Source: https://github.com/girijashankarj/cursor-handbook/tree/main/.cursor/skills/cloud/opensearch-dashboard
Command: npx skills add https://github.com/girijashankarj/cursor-handbook --skill opensearch-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenSearch dashboards and visualizations often require manual, error-prone creation of index patterns, visualizations, and dashboards. This Skill automates the generation of saved objects to streamline setup and sharing across OpenSearch/Elasticsearch environments.

Core Features & Use Cases

  • Create index patterns, visualizations, and dashboards as importable saved objects.
  • Export NDJSON payloads ready for Dashboards UI or API import.
  • Use cases include configuring new data sources, prototyping dashboards, and standardizing environments.

Quick Start

Provide your index pattern details and visualization specs, and I will generate a ready-to-import NDJSON bundle.

Frequently Asked Questions about opensearch-dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate OpenSearch dashboards as NDJSON for import?

You can generate OpenSearch dashboards as NDJSON by providing index pattern details and visualization specs, which produces an importable bundle of saved objects for the OpenSearch or Elasticsearch environment.

What are OpenSearch saved objects and when do I need to export them?

OpenSearch saved objects are configurations for index patterns, visualizations, and dashboards stored as JSON. You need to export them as NDJSON when standardizing environments, prototyping dashboards, or sharing setups across OpenSearch and Elasticsearch.

Can I use generated NDJSON saved objects with Elasticsearch and Kibana?

Yes, the generated NDJSON saved objects are compatible and can be imported via the UI or API across OpenSearch, Elasticsearch, and Kibana environments to streamline dashboard setup and sharing.

How do I automate index pattern and visualization creation in OpenSearch?

You can automate index pattern and visualization creation in OpenSearch by defining your data source specifications, which generates a ready-to-import NDJSON payload that bypasses manual dashboard configuration.

What is the best way to standardize dashboards across multiple OpenSearch environments?

The best way to standardize dashboards across OpenSearch environments is to generate NDJSON saved objects, creating a repeatable bundle of index patterns and visualizations that can be imported via API or UI.