IdExchange 1.9.1

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.

image2017-8-1 10:22:40.png

3

Backup the web.config file.


4

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

image2017-8-1 10:27:14.png

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.

 

image2017-8-1 10:32:22.png

6

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

<appender-refref="UdpAppender" />

image2017-8-1 10:32:37.png

7

Save the web.config.


8

Restart the IDMS.


9

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