Skip to content

Commit dae30da

Browse files
committed
wip
1 parent 9805566 commit dae30da

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

blog/2025-06-19/fluent-bit.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,12 @@ pipeline:
3838
outputs:
3939
- name: stdout
4040
format: json_lines
41-
match: "dummy.*"
41+
match: dummy.*
4242

43+
# - name: opensearch
44+
# host: opensearch.example.com
45+
# index: my-log-index
46+
# write_operation: index
47+
# id_key: _id
48+
# generate_id: off
49+
# match: dummy.*

0 commit comments

Comments
 (0)