fluentbit-generator

Generate Fluent Bit configurations for Kubernetes and cloud logging pipelines.

7|3|Updated May 4, 2026
One-click install
npx skills add https://github.com/nopperabbo/codebuddy2api --skill fluentbit-generator-nopperabbo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fluentbit-generator
Source: https://github.com/nopperabbo/codebuddy2api/tree/main/opencode-config/skills/_archived/fluentbit-generator
Command: npx skills add https://github.com/nopperabbo/codebuddy2api --skill fluentbit-generator-nopperabbo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Fluent Bit configuration often requires manual wiring of inputs, filters, and outputs across diverse environments. This skill generates production-ready Fluent Bit configurations automatically, reducing setup time and human error.

Core Features & Use Cases

  • Deterministic generation of Fluent Bit configs for common use cases (kubernetes to Elasticsearch, Loki, CloudWatch, OpenTelemetry, and multi-destination setups).
  • Supports parsing, TLS options, OTLP endpoint handling, and a CLI to export the config to file.
  • Handles deprecated keyword aliases with warnings and validates provided arguments to fail fast on unknown options.

Quick Start

Run the CLI to generate a Fluent Bit configuration for a chosen use case and save it to a file.

Frequently Asked Questions about fluentbit-generator

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

FAQPage Schema
How do I generate a Fluent Bit config for Kubernetes logging to Elasticsearch?

You can generate a Fluent Bit config for Kubernetes logging to Elasticsearch by running the CLI to automatically wire inputs, filters, and outputs, saving the production-ready configuration to a file.

Can I route logs to Loki and CloudWatch using a generated Fluent Bit configuration?

Yes, Fluent Bit configuration generation supports routing logs to Loki and CloudWatch, handling common log-routing tasks including parsing, TLS options, and multi-destination setups automatically.

How do I handle deprecated Fluent Bit keywords when generating a logging pipeline?

The Fluent Bit config generator handles deprecated keyword aliases by issuing warnings and validates provided arguments to fail fast on unknown options, ensuring deterministic configuration generation.

Does the Fluent Bit config generator support OpenTelemetry endpoint parsing?

Yes, the Fluent Bit config generator supports OpenTelemetry endpoint parsing, applying OTLP endpoint handling to automate configuration for OpenTelemetry logging pipelines.

What is the best way to automate Fluent Bit configuration for multi-destination log pipelines?

Automating Fluent Bit configuration for multi-destination log pipelines is best done using a deterministic CLI generator that validates arguments and exports production-ready configs to file, reducing manual wiring errors.

Does the Fluent Bit config generator work for cloud logging pipelines beyond Kubernetes?

Yes, the Fluent Bit config generator applies to cloud logging pipelines beyond Kubernetes, supporting common log-routing tasks to S3, Kafka, Elasticsearch, Loki, and CloudWatch with TLS options.