Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

UPDATE - PowerConnect Java Agent now supports SAP Cloud Connector. See details here -

Though SAP SCC ( SAP Cloud Connector ) is currently not supported by PowerConnect ( More information here ), there are many ways to get this data onto Splunk. In this knowledge base article, we will explore a way to get SCC onboard Splunk.

...

Linux                   : Default path is “/opt/sap/scc/log”

Additional Hints

  1. You can ensure that only the files with filenames ending with “.log” is sent to Splunk by adding a whitelist in your forwarders inputs.conf. Below is an example

    Code Block
    [monitor:///opt/sap/scc/log]
    whitelist = \.log
  2. You should also ensure that the splunk user has access to read the logs in the location mentioned above. In Linux systems for example, this can be achieved by adding the splunk user to the same group that has access to the logs in /opt/sap/scc/log or by adding additional permissions to files and directories in its path using setfacl command.