summaryrefslogtreecommitdiffstats
path: root/fluent-bit/examples/windows/docker/conf/fluent-bit.conf
diff options
context:
space:
mode:
Diffstat (limited to 'fluent-bit/examples/windows/docker/conf/fluent-bit.conf')
-rw-r--r--fluent-bit/examples/windows/docker/conf/fluent-bit.conf18
1 files changed, 18 insertions, 0 deletions
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