Skip to main content
Skip table of contents

Security Banners

There are two default security banners available in the LogRhythm Client Console: a start-up warning and a timeout error. Both of the banner messages can be customized and turned on or off by editing the Security.xml file. The default location for the Security.xml file is C:\Program Files\LogRhythm\LogRhythm Console\config. An example of the Security.xml file is listed below.

CODE
<?xml version="1.0" encoding="uft-8"?>
<DocumentElement>
<Security>
<Text>This system is restricted to authorized users. Individuals attempting unauthorized access will be prosecuted. If unauthorized, terminate access now! Clicking on OK indicates your acceptance of this notice.</Text>
<Title>IT IS AN OFFENSE TO CONTINUE WITHOUT PROPER AUTHORIZATION</Title>
<TimeoutInSeconds>3600</TimeoutInSeconds>
<IgnoreSecurityWarning>true</IgnoreSecurityWarning>
<DisableTimeout>false</DisableTimeout>
<SessionTimeoutErrorMessage>Your session has timed out. Click OK to log in again.</SessionTimeoutErrorMessage>
<SessionTimeoutErrorTitle>Session Timed Out</SessionTimeoutErrorTitle>
</Security>
</DocumentElement>


JavaScript errors detected

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

If this problem persists, please contact our support.