fluentbit-generator

Generate Fluent Bit configurations for Kubernetes and cloud logging pipelines.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/devkeni/Skills --skill fluentbit-generator-devkeni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fluentbit-generator
Source: https://github.com/devkeni/Skills/tree/main/backend-devops/fluentbit-generator
Command: npx skills add https://github.com/devkeni/Skills --skill fluentbit-generator-devkeni

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the generation of Fluent Bit configurations to streamline and standardize log pipelines across Kubernetes and cloud environments, reducing manual configuration work.

Core Features & Use Cases

  • Generates configurations for multiple use cases such as kubernetes-elasticsearch, kubernetes-loki, kubernetes-cloudwatch, kubernetes-opentelemetry, http-kafka, file-tail-s3, and multi-destination.
  • Supports TLS options, parser files, container-runtime selection (cri or docker), and robust OTLP endpoint handling for OpenTelemetry integration.
  • Includes a CLI with argument validation, predictable output placement, and fallback/manual generation paths when tools are unavailable.

Quick Start

Run the CLI with --use-case kubernetes-elasticsearch and --output config.conf to generate a ready-to-deploy Fluent Bit config.

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 configuration for Kubernetes log pipelines?

Generate Fluent Bit configurations for Kubernetes log pipelines by running the CLI with a specified use case like kubernetes-elasticsearch, which produces a ready-to-deploy config file. The tool automates inputs, outputs, and parsers to standardize logging.

What use cases are supported for Fluent Bit config generation?

Supported Fluent Bit config generation use cases include kubernetes-elasticsearch, kubernetes-loki, kubernetes-cloudwatch, kubernetes-opentelemetry, http-kafka, file-tail-s3, and multi-destination. These cover various cloud and Kubernetes logging scenarios.

Can I configure TLS and multi-destination outputs for Fluent Bit?

Yes, you can configure TLS options and multi-destination outputs for Fluent Bit. The generator supports customizable inputs, multiple outputs, and TLS settings to secure and distribute log pipelines.

Does the Fluent Bit config generator support OpenTelemetry integration?

Yes, the Fluent Bit config generator supports OpenTelemetry integration through the kubernetes-opentelemetry use case. It handles robust OTLP endpoint configuration and customizable parsers for cloud logging pipelines.

What happens if automated Fluent Bit config generation fails or tools are unavailable?

If automated generation tools are unavailable, the Fluent Bit config generator provides fallback or manual generation paths. It enforces strict argument validation to ensure predictable output placement and valid configurations.

Related Skills