summaryrefslogtreecommitdiffstats
path: root/fluent-bit/tests/internal/data/config_format/yaml/fluent-bit.yaml
blob: 49894552fc623852c31ba00b62b4ee56c553cbf4 (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
env:
    flush_interval: 1

includes:
    - service.yaml

customs:
    - name: ${observability}
      api_key: zyJUb2tlbklEItoiY2ZlMTcx

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

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

    outputs:
        - name: stdout
          match: "*"