wind-streams

Configure Kibana Streams and ingest pipelines for demo environments.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/ajmeyers42/loom --skill wind-streams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wind-streams
Source: https://github.com/ajmeyers42/loom/tree/main/skills/wind-streams
Command: npx skills add https://github.com/ajmeyers42/loom --skill wind-streams

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates, configures, and wires Kibana Streams with ingest pipelines for demo environments. Kibana Streams provide a named, managed data stream with built-in routing, field mapping, and retention. This skill handles the write-side operations that the existing kibana-streams skill does not cover.

Core Features & Use Cases

  • Stream creation, routing configuration, and ingestion pipeline wiring to support demo environments.
  • Multi-tenant isolation by routing to per-tenant sub-streams while preserving a root logs stream.
  • Post-deploy validation and resync to verify streams are active and ingest is functioning.

Quick Start

Configure and wire Kibana Streams in the demo environment using your cluster credentials.

Frequently Asked Questions about wind-streams

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

FAQPage Schema
How do I configure Kibana data streams with ingest pipelines for demo environments?

This skill handles write-side streaming operations by creating Kibana data streams, wiring ingest pipelines, and configuring routing. It applies multi-tenant isolation by routing to per-tenant sub-streams while preserving a root logs stream.

How does multi-tenant isolation work when routing data streams in Kibana?

Multi-tenant isolation routes incoming demo data to per-tenant sub-streams while preserving a single root logs stream. This ensures tenant-specific data separation across the configured Kibana data streams.

Can I validate and resync Kibana ingest pipelines after stream creation?

Yes, post-deploy validation and resync are supported to verify streams are active and ingest is functioning. These health checks confirm that routing and pipeline wiring operate correctly after deployment.

What's the best way to wire ingest pipelines to Kibana streams for multi-tenant demos?

The best approach is to configure routing that directs data to per-tenant sub-streams while maintaining a root logs stream. This supports isolated, write-side streaming across multiple tenants in demo engagements.

Do I need cluster credentials to set up Kibana data streams and retention policies?

Yes, configuring Kibana data streams and retention policies requires cluster credentials for your demo environment. These credentials allow stream creation, routing configuration, and pipeline wiring.