Configuration Steps
To create a connection to the Dynatrace log ingest api do the following:
-
Open the PowerConnect configuration file (e.g. /opt/powerconnect/powerconnect.properties)
-
Configure the Dynatrace log ingest url and token using dynatrace_log_monitoring_api_url and dynatrace_log_monitoring_api_token configuration keys
|
Property Name |
Default Value |
Required |
Description |
|---|---|---|---|
|
dynatrace_log_monitoring_api_url |
|
Yes |
Dynatrace Log Monitoring API URL |
|
dynatrace_log_monitoring_api_token |
|
Yes |
Dynatrace Log Monitoring API token |
|
dynatrace_log_monitoring_api_managed |
false |
No |
Set to |
|
dynatrace_log_monitoring_api_retry |
false |
No |
Enable retries for sending logs to the Dynatrace Log Monitoring API |
|
dynatrace_log_monitoring_api_retry_count |
3 |
No |
Number of times to retry log sends |
|
dynatrace_log_monitoring_api_retry_interval |
10000 |
No |
Time to wait in milliseconds between log retries |