Dynatrace
Send logs to Dynatrace
Stream logs to Dynatrace by utilizing the http plugin to send data to the Dynatrace generic log ingest API.
Configuration parameters
Key | Description | Default |
---|---|---|
| The specific header for content-type. |
|
| The specific header for authorization token, where {your-API-token-here} is the Dynatrace API token with log ingest scope. | Authorization Api-Token {your-API-token-here} |
| Specifies duplicated header use. |
|
| Your Dynatrace environment hostname where {your-environment-id} is your environment ID. |
|
| TCP port of your Dynatrace host. |
|
| Specify the HTTP URI for Dynatrace log ingest API. |
|
| The data format to be used in the HTTP request body. |
|
| Date format standard for JSON. |
|
| Fieldname specifying message timestamp. |
|
| Specify to use TLS. |
|
| TLS verification. |
|
Getting started
To get started with sending logs to Dynatrace:
Get a Dynatrace API token with the
logs.ingest
(Ingest Logs) scope.Determine your Dynatrace environment ID.
In your main Fluent Bit configuration file, append the following
Output
section:
References
Last updated