Skip to main content
Skip table of contents

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.

CODE
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

 

 e.g. https://tenant.live.dynatrace.com/api/v2/logs/ingest

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

 

dynatrace_log_monitoring_api_retry_interval

Interval between retries (ms)

False

10000

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.