summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/examples/windows/docker/conf/fluent-bit.conf
blob: 1fca9d29ebfdfd1031eb21be28a40e1b3781ec6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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