Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview

SAP SuccessFactors is a cloud based HCM software application that supports core HR and payroll, talent management, HR analytics and workforce planning, and employee experience management.

The PowerConnect SuccessFactors input monitors job executions (scheduled + integrations) and employee data replication errors for troubleshooting use cases.

Data Collected

Job metadata - status, attributes, process id, process state, process type

Replication errors - error code, error messages, replication status, replication processing time

APIs Used

Status

Available

Configuration

Creating a SuccessFactors API User

Creating an OAuth 2.0 Token flow

  • Login the SuccessFactors UI

  • Click 'Admin Center'

  • Under Tools search for oauth and click 'Manage OAuth2 Client Applications' > Select 'Register Client Application'

  • Under Application Name use powerconnect (or some recognisable name)

  • Under Application URL use any valid url e.g. https://www.powerconnect.io

  • Click “Generate X.509 Certificate”

  • Enter the “Common Name (CN)” (e.g. powerconnect). Leave the rest of the fields blank:

  • Click Generate. The X.509 Certificate field will now be populated:

  • Click Download and save a copy of the certificate

  • Click Register

  • On the newly created Application click View:

  • Note down the API Key:

  • Open the downloaded Certificate.pem file in a text editor and make note of the private key (excluding the BEGIN ENCRYPTED PRIVATE KEY and END ENCRYPTED PRIVATE KEY lines):

Adding the SuccessFactors Input to PowerConnect Cloud

  • Login to the PowerConnect Cloud web UI

  • Click on the Inputs link in the menu bar

  • Click the + button to add a new Input

  • Choose execution-manager under sap-successfactors:

  • Fill in the form with the details you noted down when creating the powerconnect OAuth client (api server, api key, private key, user id, company id).

  • Fill in the System ID (this maps to the source field in Splunk)

  • Choose the Splunk output you wish to send the SuccessFactors data to

  • Click Save

  • The Input is now created

  • No labels