From 58daab21cd043e1dc37024a7f99b396788372918 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 9 Mar 2024 14:19:48 +0100 Subject: Merging upstream version 1.44.3. Signed-off-by: Daniel Baumann --- .../examples/windows/docker/conf/fluent-bit.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 fluent-bit/examples/windows/docker/conf/fluent-bit.conf (limited to 'fluent-bit/examples/windows/docker/conf') diff --git a/fluent-bit/examples/windows/docker/conf/fluent-bit.conf b/fluent-bit/examples/windows/docker/conf/fluent-bit.conf new file mode 100644 index 000000000..1fca9d29e --- /dev/null +++ b/fluent-bit/examples/windows/docker/conf/fluent-bit.conf @@ -0,0 +1,18 @@ +[SERVICE] + Flush 5 + Daemon off + Log_Level info + +[INPUT] + Name tail + Path c:\\logs\\*.log + Refresh_Interval 60 + Ignore_Older 10s + Rotate_Wait 5 + DB c:\\state\\logs.db + +[OUTPUT] + Name stdout + Match * + Format json_lines + json_date_format iso8601 \ No newline at end of file -- cgit v1.2.3