# fluent-bit-pgsql-go **Repository Path**: mirrors_mattn/fluent-bit-pgsql-go ## Basic Information - **Project Name**: fluent-bit-pgsql-go - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-24 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fluent-bit-pgsql-go Fluent Bit Plugin for PostgreSQL ## Usage pgsql.conf ``` [SERVICE] flush 5 plugins_file ./plugins.conf [INPUT] name winstat tag event-log [OUTPUT] name pgsql-go match event* dsn table events ``` plugins.conf ``` [PLUGINS] Path c:/dev/tools/fluent-bit/bin/pgsql-go.dll ``` ## Requirements * fluent-bit ## Installation ``` $ make ``` ## License MIT ## Author Yasuhiro Matsumoto (a.k.a. mattn)