Configuring Hyland.Logging for Splunk - Diagnostics Service and Diagnostics Console - English - Foundation 22.1 - OnBase - external

Diagnostics Service and Diagnostics Console

Platform
OnBase
Product
Diagnostics Service and Diagnostics Console
Release
Foundation 22.1
License

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.