Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

buildwithgrove/fluentd-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Fluentd with BigQuery Plugin

This repository contains a custom Fluentd Docker image with the BigQuery plugin pre-installed. The image is built from the official Fluentd Debian-based image and includes the necessary dependencies to use the fluent-plugin-bigquery plugin.

Docker Image

The Docker image is published to GitHub Container Registry and can be used with:

docker pull ghcr.io/OWNER/fluentd-image/fluentd-bigquery:latest

Replace OWNER with your GitHub username or organization name.

Features

  • Based on fluent/fluentd:v1.16-debian-2
  • Pre-installed BigQuery plugin for sending logs to Google BigQuery
  • Automatically built and published using GitHub Actions

Building Locally

To build the image locally:

docker build -t fluentd-bigquery .

Usage

The image can be used in your Docker Compose or Kubernetes configurations where Fluentd is required with BigQuery output support.

Example Docker Compose usage:

services:
  fluentd:
    image: ghcr.io/OWNER/fluentd-image/fluentd-bigquery:latest
    volumes:
      - ./fluent.conf:/fluentd/etc/fluent.conf

About

FluentD image for data pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors