Skip to main content
Skip table of contents

Configuring Splunk Connection in PowerConnect for SAP HANA DB

Overview

The PowerConnect for SAP HANA DB Agent can be configured to send its data to a Splunk HTTP Event Collector 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 Splunk HEC endpoint. An example configuration snippet and the Splunk HEC configuration options are shown below.

CODE
splunk_hec_url="http://1.1.1.1:8088"
splunk_hec_key="123-456-789-1011-1213"
splunk_index="sap"

Configuration Options

Configuration

Description

Required

Default Value

Comments

splunk_hec_url

The url of the Splunk HEC endpoint

True

 

 e.g. http://mysplunkhost:8088

splunk_hec_key

The Splunk HEC token

True

splunk_index

The Splunk index where the data will be stored

True

sap

 

splunk_hec_retry

Enables retries for the Splunk HEC endpoint

False

false 

 

splunk_hec_retry_count

Number of times to retry

False

 

splunk_hec_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.