summaryrefslogtreecommitdiffstats
path: root/fluent-bit/conf/out_flowcounter.conf
blob: 717688fb805b63d533de6466dc590ba8bed335a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[SERVICE]
    # Flush
    # =====
    # Set an interval of seconds before to flush records to a destination
    Flush 1

    # Log_Level
    # =========
    # Set the verbosity level of the service, values can be:
    #
    # - error
    # - warning
    # - info
    # - debug
    # - trace
    #
    # By default 'info' is set, that means it includes 'error' and 'warning'.
    Log_Level   info

[INPUT]
    Name random
    Tag  flowcounter_test

# To count records.
[OUTPUT]
    Name flowcounter

    # Unit
    # ====
    # Unit of measurement.
    # second/minute/hour/day   Default: minute
    Unit second

    Match flowcounter_test

# To display records.
[OUTPUT]
    Name  stdout
    Match flowcounter_test