summaryrefslogtreecommitdiffstats
path: root/fluent-bit/tests/internal/data/config_format/yaml/test.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'fluent-bit/tests/internal/data/config_format/yaml/test.yaml')
-rw-r--r--fluent-bit/tests/internal/data/config_format/yaml/test.yaml31
1 files changed, 31 insertions, 0 deletions
diff --git a/fluent-bit/tests/internal/data/config_format/yaml/test.yaml b/fluent-bit/tests/internal/data/config_format/yaml/test.yaml
new file mode 100644
index 00000000..26a3f9f7
--- /dev/null
+++ b/fluent-bit/tests/internal/data/config_format/yaml/test.yaml
@@ -0,0 +1,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: "*"