Configuring Hyland.Logging for Splunk - Connector for use with SAP ArchiveLink - English - Foundation 22.1 - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential

Connector for use with SAP ArchiveLink

Platform
OnBase
Product
Connector for use with SAP ArchiveLink
Release
Foundation 22.1
License
Premier
Standard
Essential

Hyland.Logging can be configured to send information to Splunk as well as the Diagnostics Console by modifying the .config file of the server. To configure Hyland.Logging to send information to Splunk:

  1. Open the .config file.
  2. Locate the Hyland.Logging section of the file.
  3. In the Routes sub-section, add the following new route:
    <Route name="Logging_Local_Splunk" >
    <add key="Splunk" value="http://localhost:SplunkPort"/>
    <add key="SplunkToken" value="SplunkTokenNumber"/>
    <add key="DisableIPAddressMasking" value="false" />
    </Route>
  4. Replace the localhost value with the address of the host if not local.
  5. Replace the SplunkPort value with the port used by Splunk.
  6. Replace the SplunkTokenNumber value with the Splunk token.
  7. Add any additional keys for routing levels or profiles to this route as desired.
  8. In the AuditRoutes sub-section, add the following new route:
    <Route name="Audit_Local_Splunk" >
    <add key="Splunk" value="http://localhost:SplunkPort"/>
    <add key="SplunkToken" value="SplunkTokenNumber"/>
    <add key="DisableIPAddressMasking" value="false" />
    </Route>
  9. Replace the localhost value with the address of the host if not local.
  10. Replace the SplunkPort value with the port used by Splunk.
  11. Replace the SplunkTokenNumber value with the Splunk token.
  12. Add any additional keys for routing levels or profiles to this route as desired.
  13. Save the file and restart the application.