Configuring Dynatrace Connection in PowerConnect for SAP HANA DB
Overview
The PowerConnect for SAP HANA DB Agent can be configured to send its data to a Dynatrace Log API endpoint
Configuration Steps
The agent is configured using a properties file located in the PowerConnect installation directory under the conf folder e.g.
/opt/powerconnect/conf/powerconnect-hana-db.properties
Modify the file and update it with the details of your Dynatrace Log API endpoint. An example configuration snippet and the Dynatrace Log API configuration options are shown below.
dynatrace_log_monitoring_api_url="https://tenant.live.dynatrace.com/api/v2/logs/ingest"
dynatrace_log_monitoring_api_token="XXXXXXXXXX"
Configuration Options
Configuration | Description | Required | Default Value | Comments |
---|---|---|---|---|
dynatrace_log_monitoring_api_url | The url of the Dynatrace Log API endpoint | True | Â | |
dynatrace_log_monitoring_api_token | The Dynatrace Log API token | True | Â | Â |
dynatrace_log_monitoring_api_retry | Enables retries for the Dynatrace Log API endpoint | False | false |  |
dynatrace_log_monitoring_api_retry_count | Number of times to retry | False | 3Â | Â |
dynatrace_log_monitoring_api_retry_interval | Interval between retries (ms) | False | 10000 | Â |