Skip to content

Commit 8ad8c73

Browse files
Update pipeline/outputs/dynatrace.md
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: hans-lougas-dt <[email protected]>
1 parent 1f35a5a commit 8ad8c73

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

pipeline/outputs/dynatrace.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ Stream logs to [Dynatrace](https://www.dynatrace.com) by utilizing the **http**
88

99
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.
1010

11-
## Configuration Parameters
12-
13-
| Key | Description | default |
14-
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |
15-
| 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} |
17-
| Allow_Duplicated_Headers | Specifies duplicated header use | false |
18-
| host | Your Dynatrace environment hostname where {your-environment-id} is your environment ID. | {your-environment-id}.live.dynatrace.com |
19-
| port | TCP port of your Dynatrace host | 443 |
20-
| uri | Specify the HTTP URI for Dynatrace log ingest API | /api/v2/logs/ingest |
21-
| format | The data format to be used in the HTTP request body | json |
22-
| json_date_format | Date format standard for JSON | iso8601 |
23-
| json_date_key | Fieldname specifying message timestamp | timestamp |
24-
| tls | Specify to use TLS | on |
25-
| tls.verify | TLS verification | on |
11+
## Configuration parameters
12+
13+
| Key | Description | Default |
14+
| -------------------------- | ----------- | ------- |
15+
| `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} |
17+
| `allow_duplicated_headers` | Specifies duplicated header use. | `false` |
18+
| `host` | Your Dynatrace environment hostname where {your-environment-id} is your environment ID. | `{your-environment-id}.live.dynatrace.com` |
19+
| `port` | TCP port of your Dynatrace host. | `443` |
20+
| `uri` | Specify the HTTP URI for Dynatrace log ingest API. | `/api/v2/logs/ingest` |
21+
| `format` | The data format to be used in the HTTP request body. | `json` |
22+
| `json_date_format` | Date format standard for JSON. | `iso8601` |
23+
| `json_date_key` | Fieldname specifying message timestamp. | `timestamp` |
24+
| `tls` | Specify to use TLS. | `on` |
25+
| `tls.verify` | TLS verification. | `on` |
2626

2727
## Getting Started
2828

0 commit comments

Comments
 (0)