Skip to content

Commit d185108

Browse files
committed
more testing
Signed-off-by: Lynette Miles <[email protected]>
1 parent d9d3e9c commit d185108

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

pipeline/outputs/opentelemetry.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,28 @@ The OpenTelemetry plugin works with logs and only the metrics collected from one
4747
{% tab title="fluent-bit.yaml" %}
4848

4949
```yaml
50-
test.yaml
50+
service:
51+
log_level: info
52+
53+
pipeline:
54+
inputs:
55+
- name: mem
56+
tag: mem
57+
58+
filters:
59+
- name: aws
60+
match: '*'
61+
62+
outputs:
63+
- name: cloudwatch_logs
64+
match: '*'
65+
region: us-west-2
66+
log_stream_name: fluent-bit-cloudwatch
67+
log_group_name: fluent-bit-cloudwatch
68+
log_format: json/emf
69+
metric_namespace: fluent-bit-metrics
70+
metric_dimensions: ec2_instance_id
71+
auto_create_group: true
5172
```
5273
5374
{% endtab %}

0 commit comments

Comments
 (0)