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
2222The OpenTelemetry output plugin supports TLS/SSL.
2323For more details about the properties available and general configuration, see [ TLS/SSL] ( ../../administration/transport-security.md ) .
2424
25- ## Getting started
25+ ## Get started
2626
2727To get started with sending logs to Dash0:
2828
@@ -34,9 +34,9 @@ To get started with sending logs to Dash0:
3434
3535``` yaml
3636pipeline :
37-
37+
3838 outputs :
39- - name : opentelemetry
39+ - name : opentelemetry
4040 match : ' *'
4141 host : ingress.eu-west-1.aws.dash0.com
4242 port : 443
@@ -45,6 +45,7 @@ pipeline:
4545 logs_uri : /v1/logs
4646 traces_uri : /v1/traces
4747` ` `
48+
4849{% endtab %}
4950{% tab title="fluent-bit.conf" %}
5051
@@ -65,4 +66,4 @@ pipeline:
6566
6667## References
6768
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:
6565 - ServiceMonitor
6666 - SignalFx
6767 - Slack
68+ - SSL
6869 - StatsD
6970 - Studio
7071 - Tanzu
7172 - Telemetry Pipeline
7273 - Terraform
74+ - TLS
7375 - TypeScript
7476 - URLs
7577 - VictorOps
You can’t perform that action at this time.
0 commit comments