import ReplaceDatasetToken from "/snippets/replace-dataset-token.mdx" import ReplaceDomain from "/snippets/replace-domain.mdx" import Prerequisites from "/snippets/standard-prerequisites.mdx"
Fluent Bit is an open-source log processor and forwarder that allows you to collect any data like metrics and logs from different sources, enrich them with filters, and send them to multiple destinations like Axiom.
Configure Fluent Bit
-
Set up the Fluent Bit configuration file based on the Fluent Bit documentation.
-
In the Fluent Bit configuration file, use the HTTP output plugin with the following configuration. For more information on the plugin, see the Fluent Bit documentation.
[OUTPUT] Name http Match * Host AXIOM_DOMAIN Port 443 URI /v1/ingest/DATASET_NAME Header Authorization Bearer API_TOKEN Compress gzip Format json JSON_Date_Key _time JSON_Date_Format iso8601 TLS On