ziwon / fluent-bit-docker-metadata

Lua script to parse Docker Swarm metadata for fluent-bit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fluent-bit-docker-metadata

Got stolen from here. And a few little things were added to parse JSON arrays and objects from Docker Swarm metadata for fluent-bit.

Usage

[FILTER]
  Name              lua
  Match             docker.*
  script            /fluent-bit/bin/docker-metadata.lua
  call              encrich_with_docker_metadata

About

Lua script to parse Docker Swarm metadata for fluent-bit


Languages

Language:Lua 97.5%Language:Dockerfile 2.5%