Configuring Hyland.Logging for ELK/Elastic - Configuring Hyland.Logging for ELK/Elastic - OnBase - Connector for use with SAP ArchiveLink - OnBase/Connector-for-use-with-SAP-ArchiveLink/Foundation-23.1/Connector-for-use-with-SAP-ArchiveLink/Installation/Installation/Hyland.Logging/Configuring-for-Third-Party-Diagnostic-Programs/Configuring-Hyland.Logging-for-ELK/Elastic - Foundation 23.1 - Foundation 23.1

Connector for use with SAP ArchiveLink

Platform
OnBase
Product
Connector for use with SAP ArchiveLink
Release
Foundation 23.1
License
Premier
Standard
Essential
ft:lastPublication
2025-12-10T15:07:47.183000
ft:locale
en-US

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

  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_ELK">
    <add key="Http" value="http://<LOGSTASH_HOST_MACHINE>:PORT"/>
    <add key="DisableIPAddressMasking" value="false" />
    <add key="CompactHttpFormat"/>
    </Route>
  4. Replace the <LOGSTASH_HOST_MACHINE> value with the address of the Logstash Host Machine.
  5. Replace the PORT value with the port used by Logstash.
  6. Add any additional keys for routing levels or profiles to this route as desired.
  7. In the AuditRoutes sub-section, add the following new route:
    <Route name="Audit_CLOUD_ELK">
    <add key="Http" value="http://<LOGSTASH_HOST_MACHINE>:PORT"/>
    <add key="DisableIPAddressMasking" value="false" />
    <add key="CompactHttpFormat"/>
    </Route>
  8. Replace the <LOGSTASH_HOST_MACHINE> value with the address of the Logstash Host Machine.
  9. Replace the PORT value with the port used by Logstash.
  10. Add any additional keys for routing levels or profiles to this route as desired.
  11. Save the file and restart the application.