Skip to main content
Skip table of contents

Directing IDMS Logs to a Security Information and Event Management (SIEM) Platform

The IDMS logs can be automatically sent to a SIEM platform. The instructions below describe the steps to configure the IDMS for SIEM log routing.

Item

Procedure

Example

1

Stop the IDMS.

2

Go to the IDMS installation folder and locate the web.config file.

3

Backup the web.config file.

4

Open the web.config with a text editor. Locate the <log4net> section.

5

Under the tag <param name="AppendToFile" value="true" />, add the following two tags:

<paramname="RemoteAddress"value="SIEM.Server.Ip" />

<paramname="RemotePort"value="SIEM.Server.Port" />

where SIEM.Server.Ip is the IP address of the SIEM Server and SIEM.Server.Port is the port number for the SIEM server.

 

6

Update the <appender-ref ref="LogFileAppender" /> tag to

<appender-refref="UdpAppender" />

7

Save the web.config.

8

Restart the IDMS.

9

View the SIEM platform to verify the logs are being written.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.