Update SIEM Configurations to Support GeoIP Changes
In a future release of LogRhythm SIEM, the Knowledge Base (KB) will be expanded to contain more GeoIP data and improve IPv4 resolution accuracy. To support the larger KB file created by the added details, several configuration changes within the SIEM are required.
Settings to Validate and Change
In all versions of LogRhythm SIEM, changes are required in the Client Console, the LogRhythm Job Manager, and the LogRhythm Mediator Server configuration files. To manually update these configurations, follow the steps below.
This must be completed, otherwise KB syncs will fail and you will not receive any updated content from LogRhythm.
Update the Client Console Configuration
From the host where the Client Console is installed, navigate to the Client Console installation folder.
The default location is “C:\Program Files\LogRhythm\LogRhythm Console“.
Find “lrconsole.exe.config“ in the installation folder and open it in a text editor, for example, Notepad.
Find the keyword “maxReceivedMessageSize“ whose value is “104857600“.
Change the value of the attribute to “2147483648“ ( maxReceivedMessageSize="2147483648").
Save the file and close it.
Close all open instances of LR Console and reopen it to allow the new configuration to take effect.
This is a local setting. The above steps should be completed for each host where the Client Console is installed.
Update the Job Manager Configuration
From the Platform Manager (PM) machine where the LogRhythm Job Manager is installed, navigate to the Job Manager installation folder.
The default location is “C:\Program Files\LogRhythm\LogRhythm Job Manager“.
Find “lrjobmgr.exe.config“ in the installation folder and open it in a text editor, for example, Notepad.
Find the keyword “maxReceivedMessageSize“ whose value is “104857600“.
Change value of the attribute to “2147483648“ ( maxReceivedMessageSize="2147483648").
Save the file and close it.
Restart the Job Manager service to allow the new configuration to take effect.
Update the Mediator Configuration
From the Data Processor (DP) machine where the LogRhythm Mediator Server is installed, navigate to the Mediator installation folder.
The default location is “C:\Program Files\LogRhythm\LogRhythm Mediator Server“.
Find “scmedsvr.exe.config“ in the installation folder and open it in a text editor, for example, Notepad.
Find the section “<runtime>”
Add a new line within the <runtime> section of the file and add:
<gcAllowVeryLargeObjects enabled="true" />
Save the file and close it.
Restart the Mediator Server service to allow the new configuration to take effect.