Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions pipeline/outputs/dash0.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Stream logs to [Dash0](https://www.dash0.com) by utilizing the [OpenTelemetry pl
The OpenTelemetry output plugin supports TLS/SSL.
For more details about the properties available and general configuration, see [TLS/SSL](../../administration/transport-security.md).

## Getting started
## Get started

To get started with sending logs to Dash0:

Expand All @@ -34,9 +34,9 @@ To get started with sending logs to Dash0:

```yaml
pipeline:

outputs:
- name: opentelemetry
- name: opentelemetry
match: '*'
host: ingress.eu-west-1.aws.dash0.com
port: 443
Expand All @@ -45,6 +45,7 @@ pipeline:
logs_uri: /v1/logs
traces_uri: /v1/traces
```

{% endtab %}
{% tab title="fluent-bit.conf" %}

Expand All @@ -65,4 +66,4 @@ pipeline:

## References

- [Dash0 documentation](https://www.dash0.com/documentation/dash0)
- [Dash0 documentation](https://www.dash0.com/documentation/dash0)
2 changes: 2 additions & 0 deletions vale-styles/FluentBit/Headings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,13 @@ exceptions:
- ServiceMonitor
- SignalFx
- Slack
- SSL
- StatsD
- Studio
- Tanzu
- Telemetry Pipeline
- Terraform
- TLS
- TypeScript
- URLs
- VictorOps
Expand Down