Last updated
Was this helpful?
Was this helpful?
pipeline:
outputs:
- name: http
match: '*'
header:
- 'Content-Type application/json; charset=utf-8'
- 'Authorization Api-Token {your-API-token-here}'
allow_duplicated_headers: false
host: {your-environment-id}.live.dynatrace.com
port: 443
uri: /api/v2/logs/ingest
format: json
json_date_format: iso8601
json_date_key: timestamp
tls: on
tls.verify: on[OUTPUT]
Name http
Match *
Header Content-Type application/json; charset=utf-8
Header Authorization Api-Token {your-API-token-here}
Allow_Duplicated_Headers false
Host {your-environment-id}.live.dynatrace.com
Port 443
Uri /api/v2/logs/ingest
Format json
Json_Date_Format iso8601
Json_Date_Key timestamp
Tls On
Tls.verify On