You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`header`| The specific header for bearer authorization, where {your-Auth-token-here} is your Dash0 Auth Token. | Authorization Bearer {your-Auth-token-here} |
14
+
|`host`| Your Dash0 ingress endpoint. |`ingress.eu-west-1.aws.dash0.com`|
15
+
|`port`| TCP port of your Dash0 ingress endpoint. |`443`|
16
+
|`metrics_uri`| Specify an optional HTTP URI for the target web server listening for metrics |`/v1/metrics`|
17
+
|`logs_uri`| Specify an optional HTTP URI for the target web server listening for logs |`/v1/logs`|
18
+
|`traces_uri`| Specify an optional HTTP URI for the target web server listening for traces |`/v1/traces`|
19
+
|`tls`| Specify to use TLS. |`on`|
20
+
|`tls.verify`| TLS verification. |`on`|
21
+
22
+
## Getting started
23
+
24
+
To get started with sending logs to Dash0:
25
+
26
+
1. Get an [Auth Token](https://www.dash0.com/documentation/dash0/key-concepts/auth-tokens) from **Settings** > **Auth Tokens**.
27
+
1. In your main Fluent Bit configuration file, append the following `Output` section:
0 commit comments