Skip to content

Commit c330300

Browse files
authored
Merge pull request #1929 from fluent/lynettemiles/sc-136234/update-fluent-bit-docs-pipeline-outputs-dash0
2 parents 8353f70 + a81e926 commit c330300

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

pipeline/outputs/dash0.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Stream logs to [Dash0](https://www.dash0.com) by utilizing the [OpenTelemetry pl
2222
The OpenTelemetry output plugin supports TLS/SSL.
2323
For more details about the properties available and general configuration, see [TLS/SSL](../../administration/transport-security.md).
2424

25-
## Getting started
25+
## Get started
2626

2727
To get started with sending logs to Dash0:
2828

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

3535
```yaml
3636
pipeline:
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)

vale-styles/FluentBit/Headings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)