File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Stream logs to [Dash0](https://www.dash0.com) by utilizing the [OpenTelemetry pl
22
22
The OpenTelemetry output plugin supports TLS/SSL.
23
23
For more details about the properties available and general configuration, see [ TLS/SSL] ( ../../administration/transport-security.md ) .
24
24
25
- ## Getting started
25
+ ## Get started
26
26
27
27
To get started with sending logs to Dash0:
28
28
@@ -34,9 +34,9 @@ To get started with sending logs to Dash0:
34
34
35
35
``` yaml
36
36
pipeline :
37
-
37
+
38
38
outputs :
39
- - name : opentelemetry
39
+ - name : opentelemetry
40
40
match : ' *'
41
41
host : ingress.eu-west-1.aws.dash0.com
42
42
port : 443
@@ -45,6 +45,7 @@ pipeline:
45
45
logs_uri : /v1/logs
46
46
traces_uri : /v1/traces
47
47
` ` `
48
+
48
49
{% endtab %}
49
50
{% tab title="fluent-bit.conf" %}
50
51
@@ -65,4 +66,4 @@ pipeline:
65
66
66
67
## References
67
68
68
- - [ Dash0 documentation] ( https://www.dash0.com/documentation/dash0 )
69
+ - [ Dash0 documentation] ( https://www.dash0.com/documentation/dash0 )
Original file line number Diff line number Diff line change @@ -65,11 +65,13 @@ exceptions:
65
65
- ServiceMonitor
66
66
- SignalFx
67
67
- Slack
68
+ - SSL
68
69
- StatsD
69
70
- Studio
70
71
- Tanzu
71
72
- Telemetry Pipeline
72
73
- Terraform
74
+ - TLS
73
75
- TypeScript
74
76
- URLs
75
77
- VictorOps
You can’t perform that action at this time.
0 commit comments