File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -35,29 +35,29 @@ To get started with sending logs to Dash0:
35
35
``` yaml
36
36
pipeline :
37
37
38
- outputs :
39
- - name : opentelemetry
40
- match : ' *'
41
- host : ingress.eu-west-1.aws.dash0.com
42
- port : 443
43
- header : Authorization Bearer {your-Auth-token-here}
44
- metrics_uri : /v1/metrics
45
- logs_uri : /v1/logs
46
- traces_uri : /v1/traces
38
+ outputs :
39
+ - name : opentelemetry
40
+ match : ' *'
41
+ host : ingress.eu-west-1.aws.dash0.com
42
+ port : 443
43
+ header : Authorization Bearer {your-Auth-token-here}
44
+ metrics_uri : /v1/metrics
45
+ logs_uri : /v1/logs
46
+ traces_uri : /v1/traces
47
47
` ` `
48
48
{% endtab %}
49
49
{% tab title="fluent-bit.conf" %}
50
50
51
51
` ` ` text
52
52
[OUTPUT]
53
- Name opentelemetry
54
- Match *
55
- Host ingress.eu-west-1.aws.dash0.com
56
- Port 443
57
- Header Authorization Bearer {your-Auth-token-here}
58
- Metrics_uri /v1/metrics
59
- Logs_uri /v1/logs
60
- Traces_uri /v1/traces
53
+ Name opentelemetry
54
+ Match *
55
+ Host ingress.eu-west-1.aws.dash0.com
56
+ Port 443
57
+ Header Authorization Bearer {your-Auth-token-here}
58
+ Metrics_uri /v1/metrics
59
+ Logs_uri /v1/logs
60
+ Traces_uri /v1/traces
61
61
```
62
62
63
63
{% endtab %}
You can’t perform that action at this time.
0 commit comments