File tree Expand file tree Collapse file tree 1 file changed +28
-28
lines changed Expand file tree Collapse file tree 1 file changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -29,35 +29,35 @@ To get started with sending logs to Dash0:
29291 . Get an [ Auth Token] ( https://www.dash0.com/documentation/dash0/key-concepts/auth-tokens ) from ** Settings** > ** Auth Tokens** .
30301 . 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
You can’t perform that action at this time.
0 commit comments