Skip to content

Commit 1f35a5a

Browse files
Updated guidance on TLS verification for Dynatrace output
1 parent a19faaa commit 1f35a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline/outputs/dynatrace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Before starting you need to get a [Dynatrace API](https://docs.dynatrace.com/doc
2222
| json_date_format | Date format standard for JSON | iso8601 |
2323
| json_date_key | Fieldname specifying message timestamp | timestamp |
2424
| tls | Specify to use TLS | on |
25-
| tls.verify | TLS verification | off |
25+
| tls.verify | TLS verification | on |
2626

2727
## Getting Started
2828

@@ -44,7 +44,7 @@ Before starting you need to get a [Dynatrace API](https://docs.dynatrace.com/doc
4444
json_date_format iso8601
4545
json_date_key timestamp
4646
tls On
47-
tls.verify Off
47+
tls.verify On
4848
```
4949

5050
4. Once the configuration is applied and new logs are appended, verify their receipt within Dynatrace. This can be done using Dynatrace [Notebooks](https://docs.dynatrace.com/docs/observe-and-explore/dashboards-and-notebooks/notebooks) with a Dynatrace Query Language query, for example:

0 commit comments

Comments
 (0)