Skip to content

Instantly share code, notes, and snippets.

@drbugfinder-work
Last active February 12, 2024 14:35
Show Gist options
  • Save drbugfinder-work/63b6992247cfc3f865ee08f01c3d4b64 to your computer and use it in GitHub Desktop.
Save drbugfinder-work/63b6992247cfc3f865ee08f01c3d4b64 to your computer and use it in GitHub Desktop.
fluent-bit.conf lua chunk threaded
[SERVICE]
Flush 5
Log_Level debug
Daemon off
HTTP_Server Off
[INPUT]
Name dummy
Tag my_logs
Rate 1
Copies 2
Dummy {"message":"your_dummy_log_message"}
[FILTER]
Name lua
Match my_logs
script lanes_example.lua
call threads
chunk_mode On
time_as_table On
[OUTPUT]
Name stdout
Match my_logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment