Skip to content

Commit 80e61f4

Browse files
authored
pipeline: outputs: dash0: fix code toggle (#1534)
Signed-off-by: Fabian Lange <[email protected]>
1 parent 3b2d793 commit 80e61f4

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

pipeline/outputs/dash0.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -29,35 +29,35 @@ To get started with sending logs to Dash0:
2929
1. Get an [Auth Token](https://www.dash0.com/documentation/dash0/key-concepts/auth-tokens) from **Settings** > **Auth Tokens**.
3030
1. In your main Fluent Bit configuration file, append the following `Output` section:
3131

32-
{% tabs %}
33-
{% tab title="fluent-bit.conf" %}
34-
```text
35-
[OUTPUT]
36-
Name opentelemetry
37-
Match *
38-
Host ingress.eu-west-1.aws.dash0.com
39-
Port 443
40-
Header Authorization Bearer {your-Auth-token-here}
41-
Metrics_uri /v1/metrics
42-
Logs_uri /v1/logs
43-
Traces_uri /v1/traces
44-
```
45-
{% endtab %}
32+
{% tabs %}
33+
{% tab title="fluent-bit.conf" %}
34+
```text
35+
[OUTPUT]
36+
Name opentelemetry
37+
Match *
38+
Host ingress.eu-west-1.aws.dash0.com
39+
Port 443
40+
Header Authorization Bearer {your-Auth-token-here}
41+
Metrics_uri /v1/metrics
42+
Logs_uri /v1/logs
43+
Traces_uri /v1/traces
44+
```
45+
{% endtab %}
4646

47-
{% tab title="fluent-bit.yaml" %}
48-
```yaml
49-
[OUTPUT]
50-
Name: opentelemetry
51-
Match: *
52-
Host: ingress.eu-west-1.aws.dash0.com
53-
Port: 443
54-
Header: Authorization Bearer {your-Auth-token-here}
55-
Metrics_uri: /v1/metrics
56-
Logs_uri: /v1/logs
57-
Traces_uri: /v1/traces
58-
```
59-
{% endtab %}
60-
{% endtabs %}
47+
{% tab title="fluent-bit.yaml" %}
48+
```yaml
49+
[OUTPUT]
50+
Name: opentelemetry
51+
Match: *
52+
Host: ingress.eu-west-1.aws.dash0.com
53+
Port: 443
54+
Header: Authorization Bearer {your-Auth-token-here}
55+
Metrics_uri: /v1/metrics
56+
Logs_uri: /v1/logs
57+
Traces_uri: /v1/traces
58+
```
59+
{% endtab %}
60+
{% endtabs %}
6161
6262
## References
6363

0 commit comments

Comments
 (0)