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
Copy file name to clipboardExpand all lines: pipeline/outputs/dynatrace.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,21 +8,21 @@ Stream logs to [Dynatrace](https://www.dynatrace.com) by utilizing the **http**
8
8
9
9
Before starting you need to get a [Dynatrace API](https://docs.dynatrace.com/docs/shortlink/api-authentication) token with the `logs.ingest` (Ingest Logs) scope, and determine your [environment ID](https://docs.dynatrace.com/docs/shortlink/monitoring-environment#environment-id). Then configure **http** output plugin with the following HTTP parameters.
| header | The specific header for content-type|Content-Type application/json; charset=utf-8|
16
-
| header | 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}|
|`header`| The specific header for content-type. |`Content-Type application/json; charset=utf-8`|
16
+
|`header`| 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} |
0 commit comments