summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/tests/internal/data/config_format/yaml/test.yaml
blob: 26a3f9f7be8e2fe4e48d6ba769ea4b0eaf7fa81a (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
env:
    flush_interval: 1
    my_api_key: abcdefghijk

#includes:
    #- dummy_pipeline.yaml
    #- opensearch_pipeline.yaml

service:
    flush_interval: ${flush_interval}
    log_level: info

#customs:
#    calyptia:
#        api_key: ${my_api_key}

pipeline:
    inputs:
        tail:
            path: ./test.log
            parser: json
            read_from_head: true

    filters:
        record_modifier:
            match: "*"
            record: powered_by calyptia

    outputs:
        stdout:
            match: "*"