﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>LevelBlue Knowledge Base » Knowledgebase » Legacy Products » SIEM</title><generator>InstantKB.NET 2.0.6</generator><description>LevelBlue Knowledge Base</description><link>https://support.levelblue.com/kb/</link><webMaster>website@m86security.com</webMaster><lastBuildDate>Tue, 25 Aug 2026 01:25:10 GMT</lastBuildDate><ttl>20</ttl><item><title>Changing a SIEM LME/SE Hostname</title><link>https://support.levelblue.com/kb/Goto20710.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SIEM LME/SE 2.3.x &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How can I update SIEM when the hostname must be changed?  &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;This article addresses procedures needed to update the host name information and SSL certificate for hostname changes to single-tier and multi-tier SEIM LME/SE installations.&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Collect certificate information, such as whether the certificate used is a third party or self-signed certificate, and the certificate details:  Country Code, State or Province, Locality, Organization, Organizational Unit, Common Name, and Email Address. &lt;/li&gt;    &lt;li&gt;Log in to the SIEM UI as Administrator.  &lt;/li&gt;    &lt;li&gt;Navigate to &lt;strong&gt;Configuration &amp;gt; Nodes&lt;/strong&gt;.  Select &lt;strong&gt;DA tier&lt;/strong&gt; and navigate to &lt;strong&gt;Network &amp;gt; Domain/Hosts&lt;/strong&gt;.    &lt;ul&gt;        &lt;li&gt;For a single-tier installation, select the single-tier and navigate to &lt;strong&gt;Network &amp;gt; Domain/Hosts&lt;/strong&gt;. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Edit the DNS Domain Name field for this tier as desired.  &lt;/li&gt;    &lt;li&gt;Save the configuration and restart Network Service.  For a single-tier, skip Step 6. &lt;/li&gt;    &lt;li&gt;Repeat Steps 2 and 3 for each tier, saving the SDW tier as last. &lt;/li&gt;    &lt;li&gt;Log out of the SIEM UI. &lt;/li&gt;    &lt;li&gt;Log in to the SDW Command line interface (CLI) as root. Change directory: &lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;cd /opt/nsm/certificate/bin&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;Run &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;./certgen.sh postinstall&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;Create a certificate using the information collected in Step 1.    &lt;ul&gt;        &lt;li&gt; Note that if the installed certificate was a third-party signed certificate, you will need to request a new certificate from the signing Certificate Authority. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;See the appropriate Administration Guide for further details on certificate generation.&lt;/p&gt;</description><pubDate>Wed, 12 Apr 2017 13:02:11 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Why are my alerts not getting aggregated?</title><link>https://support.levelblue.com/kb/Goto14930.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SIEM OE 5.7 &lt;/li&gt;    &lt;li&gt;SIEM OE 5.9 &lt;/li&gt;    &lt;li style="line-height: 11px;"&gt;SIEM OE 5.9.1 &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Why are my alerts not getting aggregated? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;In any of the alert views on the &lt;g id="13" class="gr_ gr_13 gr-alert gr_gramm gr_run_anim Punctuation only-ins replaceWithoutSep" data-gr-id="13" /&gt;SOC (Security Operations Center) server, SIEM will aggregate the alerts and increase the event count to keep the alert views from being too busy or verbose to look at.&lt;br /&gt;&lt;br /&gt;On the TE (Threat Evaluator) server, SIEM tracks alerts "in state" (within the running application), and will increment the count for any alerts currently being held in state. To determine whether an alert should be aggregated, SIEM uses a compound key that is made up of the following two fields:&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;[composite_key] = [alert_registration_id]-[alert_id_key]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;The &lt;span style="font-family: courier new;"&gt;alert_id_key&lt;/span&gt; is also a composite key created in an earlier rule (&lt;span style="font-family: courier new;"&gt;te:/system/te/output/validate/&lt;/span&gt;) :&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;[alert_id_key] = [generator_column]-[source_column]-[target_column]-[user_id]-[malware_id]-[event_id]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;An alert will aggregate if all of the following keys are the same as an alert being held in state:&lt;/p&gt;&lt;p&gt;[alert_registration_id]&lt;br /&gt;[generator_column] (g_hostname)&lt;br /&gt;[source_column]  (source_hostname)&lt;br /&gt;[target_column]  (target_hostname)&lt;br /&gt;[user_id]&lt;br /&gt;[malware_id]&lt;br /&gt;[event_id]&lt;/p&gt;&lt;p&gt;Occasionally a correlation will produce alerts that are too unique and will not aggregate on the SOC, making your alert views too busy.  &lt;/p&gt;&lt;p&gt;To resolve this issue, you can construct a custom rule in &lt;span style="font-family: courier new;"&gt;te:/local/te/output/&lt;/span&gt; .  Filter for alerts from a certain correlation or escalation (&lt;span style="font-family: courier new;"&gt;alert_registration_id&lt;/span&gt;) and reconstruct the alert_id_key before it is sent to the SOC tier. For each correlation that requires an adjustment to summarization you can create a separate custom rule.&lt;/p&gt;For assistance in creating custom rules, contact Trustwave TAC. </description><pubDate>Thu, 06 Apr 2017 17:27:36 GMT</pubDate><dc:creator>Thaddeus Corrigan </dc:creator></item><item><title>Changing the Server IP Addresses on SIEM Enterprise (SE)</title><link>https://support.levelblue.com/kb/Goto20737.aspx</link><description>&lt;h2&gt;&lt;strong&gt;This article applies to:&lt;/strong&gt;&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SIEM SE 2.x &lt;/li&gt;    &lt;li&gt;SIEM LME 2.x &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;&lt;strong&gt;Question:&lt;/strong&gt;&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I correctly change the IP address of the SIEM SE/LME after installation? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;&lt;strong&gt;Procedure:&lt;/strong&gt;&lt;/h2&gt;&lt;p&gt;If an IP address within the SE configuration changes (for example, if the network IP address changes), you can run this procedure to make sure that the new IP address is registered with all tiers in the configuration. If required, you can change the IP addresses of all servers.&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Log in to the SIEM UI &lt;/li&gt;    &lt;li&gt;Navigate to &lt;strong&gt;Configuration &amp;gt; Nodes &amp;gt; Node Type  [Select SDW]  (Network | Interfaces sub-tab).&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;Select the interface whose IP address you want to change, and then click &lt;strong&gt;Save&lt;/strong&gt;.&lt;br /&gt;    &lt;br /&gt;    &lt;em&gt;(click image to enlarge)&lt;/em&gt;&lt;br /&gt;    &lt;img alt="" style="height: 136px; width: 600px;" src="https://support.levelblue.com/kb/Uploads/Images/16475/Capture.PNG" /&gt; &lt;/li&gt;    &lt;li&gt;The Save Network Settings dialog box displays.&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/16475/Capture1.PNG" /&gt; &lt;/li&gt;    &lt;li&gt;Select an Individual interfaces restart option, and then select the interface related to the IP address you just changed and click &lt;strong&gt;Save&lt;/strong&gt;. Alternatively you can restart the Network Service by clicking Network Service and clicking &lt;strong&gt;Save&lt;/strong&gt;).    &lt;ul&gt;        &lt;li&gt;&lt;strong&gt;Warning: &lt;/strong&gt;&lt;em&gt;If you need routes to access SIEM and if they are not persistent routes, then restarting Network Service &lt;strong&gt;might make SIEM inaccessible&lt;/strong&gt; via SSH and UI&lt;/em&gt; &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.    &lt;ul&gt;        &lt;li&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;em&gt;&lt;strong&gt; &lt;/strong&gt;If you changed the SDW eth1 active IP address, and see a network settings error, close the browser and run the script (in step 7) on the command line of the machine with the new active IP address.&lt;/em&gt; &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Only run the following command when the server IP address of eth1 has changed (the active IP): &lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;/opt/nsm/util/bin/change_local_ip.sh&amp;lt;newip&amp;gt; &amp;lt;interface&amp;gt;.&lt;/span&gt; &lt;br /&gt;    &lt;br /&gt;    &lt;em&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;&amp;lt;newip&amp;gt;&lt;/span&gt; is the new IP address to set &lt;/em&gt;&lt;br /&gt;    &lt;em&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;&amp;lt;interface&amp;gt;&lt;/span&gt; is the interface with the new IP address (for example, eth1)&lt;br /&gt;    &lt;br /&gt;    &lt;/em&gt;If this command is run on the SDW (assuming this is the active IP), it is propagated to all other tiers. &lt;/li&gt;    &lt;li&gt;For non-SDW servers, run this script on the server where the IP address was changed in step 1,2 and 3 &lt;/li&gt;    &lt;li&gt;Log on to the web interface and ensure the IP addresses in the &lt;strong&gt;Node &lt;/strong&gt;configuration are up to date (if the SDW active IP address was changed, log on to the web interface using the new active IP in the URL). &lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;&lt;strong&gt;Notes:&lt;/strong&gt;&lt;/h2&gt;&lt;p&gt;This information is taken from the &lt;a href="https://login.trustwave.com/portal-core/home/support/filesys=649cbcfa-e65a-402f-8b74-991e3378ab23" title="Trustwave_SIEM_Enterprise_2.4_Administration_Guide.pdf" target="_blank"&gt;Trustwave_SIEM_Enterprise_2.4_Administration_Guide&lt;/a&gt; - Page 179&lt;/p&gt;</description><pubDate>Thu, 15 Dec 2016 15:34:00 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Trustwave SIEM Version Support Policy</title><link>https://support.levelblue.com/kb/Goto20553.aspx</link><description>&lt;h2&gt;Introduction&lt;/h2&gt;&lt;p&gt;Trustwave is a global expert in real-time threat protection and the industry’s leading Security Incident and Event Management (SIEM) provider. As an industry leader, Trustwave strives to deliver to its customers the most innovative solutions available. The company also invests in updating its products to adjust to evolving market needs by releasing on-going versions.&lt;/p&gt;&lt;p&gt;This document describes the company support policy for its SIEM versions and appliances, and the phasing-out process for each version or appliance. This policy is aligned with Trustwave’s commitment to communicate to its customers relevant and timely information on the product’s lifecycle.&lt;/p&gt;&lt;h2&gt;General&lt;/h2&gt;&lt;ol&gt;    &lt;li&gt;The support guidelines outlined in this document will apply only to products that were covered by a support contract for SIEM appliances as at the End-of-Sale date. Such support contracts can be renewed &lt;g id="42" class="gr_ gr_42 gr-alert gr_gramm undefined Grammar multiReplace" data-gr-id="42"&gt;until the End-of-Life date. &lt;/g&gt;&lt;/li&gt;    &lt;li&gt;The support guidelines outlined in this document apply only to End-of-Life or End-of-Sale announcements made on or after Q4 2015. &lt;/li&gt;    &lt;li&gt;All policies applied to support contracts will be considered on a case-by-case basis. &lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;&lt;/h2&gt;&lt;h2&gt;Policy Guidelines&lt;/h2&gt;&lt;ol&gt;    &lt;li&gt;Trustwave will announce the EOS date of a product at least 3 months prior to the EOS date. &lt;/li&gt;    &lt;li&gt;A Hardware warranty will be available for a period of 3 years following the End-of-Sale date, depending on a valid support contract for the specific Hardware version. &lt;/li&gt;    &lt;li&gt;For any customer’s support specific issues refer to the Trustwave Support Policy. &lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;For SIEM Software releases:&lt;/h2&gt;&lt;ol&gt;    &lt;li&gt;Trustwave will provide technical support and bug fixes to a Software major or minor releases for a period of at least 24 months starting from the general availability date of the underlying version. &lt;/li&gt;    &lt;li&gt;Trustwave will announce the EOM date for a Software release at least 3 months prior to the date. &lt;/li&gt;    &lt;li&gt;The EOL date will occur 6 months following the effective EOM date. Security patches will be provided until the EOL date. &lt;/li&gt;    &lt;li&gt;Trustwave will designate a specific (minor or major) version as an Extended Support Version. Trustwave will provide bug fixes for the Extended Support Version for at least 36 months from the release date of the applicable upgrade version. &lt;/li&gt;    &lt;li&gt;Trustwave will provide bug fixes and service packs for the most recent Maintenance Release (x.y.z). Therefore, Trustwave customers are advised to upgrade to the latest Maintenance Release of a specific Minor Release. &lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;Glossary&lt;/h2&gt;&lt;blockquote style="border-width: medium; border-style: none; border-color: initial; padding: 0px; margin: 0px 0px 0px 40px;"&gt;&lt;h3&gt;SIEM Software Release Versioning: &lt;/h3&gt;&lt;/blockquote&gt;&lt;ul&gt;    &lt;ul&gt;        &lt;li&gt;Major Release (x): Includes major architectural and functional changes. &lt;/li&gt;        &lt;li&gt;Minor Release &lt;g id="56" class="gr_ gr_56 gr-alert gr_gramm undefined Punctuation replaceWithoutSep" data-gr-id="56"&gt;(x.y):Includes new enhancements to product functionalities. &lt;/g&gt;&lt;/li&gt;        &lt;li&gt;Maintenance Release (x.y.z): Includes bug fixes and minor product enhancements. &lt;/li&gt;    &lt;/ul&gt;&lt;/ul&gt;&lt;blockquote style="border-width: medium; border-style: none; border-color: initial; padding: 0px; margin: 0px 0px 0px 40px;"&gt;&lt;h3&gt;End-of-Life (EOL): &lt;/h3&gt;&lt;p&gt;The last day that Trustwave will support a specified hardware model or software version.&lt;/p&gt;&lt;h2&gt;&lt;/h2&gt;&lt;h3&gt;End-of-Sale (EOS): &lt;/h3&gt;&lt;p&gt;The last day the specified Product will be available for sale.&lt;/p&gt;&lt;h2&gt;&lt;/h2&gt;&lt;h3&gt;End-of-Maintenance (EOM): &lt;/h3&gt;&lt;p&gt;The last day Trustwave will provide bug fixes for a specified Software release.&lt;/p&gt;&lt;h2&gt;&lt;/h2&gt;&lt;h3&gt;Extended Support Version: &lt;/h3&gt;&lt;p&gt;A designated Software release for which Trustwave will provide bug fixes for an extended period of time.&lt;/p&gt;&lt;/blockquote&gt;&lt;h2&gt;Legal Notice&lt;/h2&gt;&lt;blockquote style="border-width: medium; border-style: none; border-color: initial; padding: 0px; margin: 0px 0px 0px 40px;"&gt;&lt;p&gt;All rights reserved. This document is protected by copyright and any distribution, reproduction, copying, or decompilation is strictly prohibited without the prior written consent of Trustwave. No part of this document may be reproduced in any form or by any means without the prior written authorization of Trustwave. While every precaution has been taken in the preparation of this document, Trustwave assumes no responsibility for errors or omissions. This publication and features described herein are subject to change without notice.&lt;/p&gt;&lt;p&gt;The most current version of this document may be obtained by contacting:&lt;/p&gt;&lt;p&gt;Trustwave Technical Support:&lt;/p&gt;&lt;p&gt;&lt;a href="https://www.trustwave.com/Company/Support/"&gt;https://www.trustwave.com/Company/Support/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Email: &lt;a href="mailto:siemsupport@trustwave.com"&gt;siemsupport@trustwave.com&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;</description><pubDate>Wed, 14 Dec 2016 17:26:37 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Collecting all logs for Troubleshooting for LME 1.2.1,  2.0 and SE 2.2</title><link>https://support.levelblue.com/kb/Goto19737.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SIEM LME 1.2.1, 2.0 &lt;/li&gt;    &lt;li&gt;SIEM Enterprise 2.2 &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I collect all the logs for troubleshooting purposes?  &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;h3&gt;SIEM LME 1.2.1 &lt;/h3&gt;&lt;ol&gt;    &lt;li&gt;In the GUI go to &lt;strong&gt;Admin &amp;gt; System Management &amp;gt; Get Logs &lt;br /&gt;    &lt;/strong&gt;&lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/jcoonrod/getLogs1.JPG" /&gt; &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Get Logs&lt;/strong&gt;.&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/jcoonrod/getLogs2.JPG" /&gt; &lt;/li&gt;    &lt;li&gt;A dialog will open. In &lt;strong&gt;'Get Logs' Status&lt;/strong&gt; you will see &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;==&amp;gt;Start Get Logs&amp;lt;==&lt;/span&gt;&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/jcoonrod/getLogs3.JPG" /&gt; &lt;/li&gt;    &lt;li&gt;After a few minutes another dialog will appear asking to save the *.bz file&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/jcoonrod/getLogs4.JPG" /&gt; &lt;/li&gt;&lt;/ol&gt;&lt;h3&gt;SIEM LME 2.0 and SIEM 2.2 &lt;/h3&gt;&lt;ol&gt;    &lt;li&gt;Log in to the GUI &lt;/li&gt;    &lt;li&gt;Go to &lt;strong&gt;Configuration&amp;gt;Nodes &lt;/strong&gt;&lt;br /&gt;    &lt;br /&gt;    &lt;div style="overflow: auto; width: 700px;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/jcoonrod/dwnlogs.JPG" /&gt; li&amp;gt; &lt;/div&gt;    &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Download Logs&lt;/strong&gt;. A Save As dialog will display. Select a location and click &lt;strong&gt;Save&lt;/strong&gt;.&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/jcoonrod/dwnlogs1.JPG" /&gt; &lt;/li&gt;    &lt;li&gt;A "Progress" Dialog will display to show you the logs are being downloaded &lt;/li&gt;&lt;/ol&gt;&lt;h3&gt;Downloading of logs for LME 2.0 and 2.2 if the GUI is unavailable&lt;/h3&gt;&lt;ol&gt;    &lt;li&gt;Log in to the server via SSH &lt;/li&gt;    &lt;li&gt;cd to &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;/opt/nsm/util/bin/getlogs.sh&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;Run the following command:  &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;./getlogs.sh&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;cd /tmp for logs location e.g.: &lt;/span&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;logs_2016_11_28_11-27.tar.bz2&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;h3&gt;&lt;/h3&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;If the User Interface is unavailable for LME 1.2.1 you can run the get logs script manually. See Trustwave Knowledge Base article &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle15613.aspx" class="ApplyClass" target="_blank"&gt;Q15613&lt;/a&gt;.&lt;/p&gt;</description><pubDate>Mon, 28 Nov 2016 16:48:56 GMT</pubDate><dc:creator>Alhad Bhadekar</dc:creator></item><item><title>Verifying whether Checkpoint is using a SHA-1 or SHA-256 certificate</title><link>https://support.levelblue.com/kb/Goto20717.aspx</link><description>&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlViewArticle_ctlPanelBar_lblArticleText"&gt;&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SIEM &lt;/li&gt;    &lt;li&gt;Checkpoint firewalls &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlViewArticle_ctlPanelBar_lblArticleText"&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;/span&gt;How can I verify whether Checkpoint is using a SHA-1 or SHA-256 certificate?&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlViewArticle_ctlPanelBar_lblArticleText"&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;The current version of the OPSEC SDK only supports certificates generated with SHA-1. If the Checkpoint device is using a SHA-256 certificate, SIEM will not be able to retrieve logs.&lt;/p&gt;&lt;p&gt;To verify whether Checkpoint is using SHA 1 or SHA 256, in the Checkpoint &lt;g id="19" class="gr_ gr_19 gr-alert gr_spell gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="19"&gt;&lt;g id="19" class="gr_ gr_19 gr-alert gr_spell gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="19"&gt;command line interface, run the following command:&lt;/g&gt;&lt;/g&gt;&lt;/p&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;p&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;grep ":signature_hash" $FWDIR/conf/InternalCA.C&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;ul&gt;    &lt;li&gt;If the result returns no output, the Checkpoint device is using a SHA-1 certificate. &lt;/li&gt;    &lt;li&gt;If the result returns any output, the Checkpoint device is using a SHA-256 certificate. &lt;/li&gt;    &lt;li&gt;In this case, to retrieve logs with SIEM it is necessary to re-generate &lt;g id="24" class="gr_ gr_24 gr-alert gr_gramm gr_run_anim Grammar multiReplace" data-gr-id="24"&gt;a SHA-1 certificate in Checkpoint, and then recreate the &lt;g id="25" class="gr_ gr_25 gr-alert gr_spell gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="25"&gt;opsec application. &lt;/g&gt;&lt;/g&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Notes:&lt;g id="20" class="gr_ gr_20 gr-alert gr_gramm gr_run_anim Punctuation multiReplace" data-gr-id="20"&gt;&lt;g id="20" class="gr_ gr_20 gr-alert gr_gramm gr_run_anim Punctuation multiReplace" data-gr-id="20"&gt;&lt;/g&gt;&lt;/g&gt;&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Trustwave plans to update the OPSEC SDK to support SHA-256. For more information, contact Trustwave TAC.&lt;/li&gt;    &lt;li&gt;Use of SHA-1 for this purpose does not affect compliance.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;g id="21" class="gr_ gr_21 gr-alert gr_spell gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="21"&gt; &lt;/g&gt;&lt;/p&gt;</description><pubDate>Tue, 01 Nov 2016 18:56:30 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Unable to use web apps from Administration Console when using proxy authentication  </title><link>https://support.levelblue.com/kb/Goto14870.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SIME OE 5.9&lt;/li&gt;    &lt;li&gt;SIEM OE 5.9.1&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;I am unable to access the &lt;g class="gr_ gr_25 gr-alert gr_spell gr_run_anim ContextualSpelling ins-del multiReplace" id="25" data-gr-id="25"&gt;webapps&lt;/g&gt; from Administration Console when using proxy authentication. All I get is a blank screen that says "This program cannot display the webpage"&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;You can fix this issue by logging in the Administration Console&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Go to the Navigation Graph &lt;br /&gt;    TYPE: soc:/system/navigation/ &lt;br /&gt;    in the address bar / URL &lt;/li&gt;    &lt;li&gt;Turn on Edit mode &lt;/li&gt;    &lt;li&gt;Right Click on &lt;g class="gr_ gr_29 gr-alert gr_gramm gr_disable_anim_appear Grammar multiReplace" id="29" data-gr-id="29"&gt;the &lt;/g&gt;&lt;g class="gr_ gr_27 gr-alert gr_spell gr_run_anim ContextualSpelling ins-del" id="27" data-gr-id="27"&gt;&lt;g class="gr_ gr_29 gr-alert gr_gramm gr_disable_anim_appear Grammar multiReplace" id="29" data-gr-id="29"&gt;a&lt;/g&gt; node&lt;/g&gt; in that folder &lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;    &lt;li&gt;Click on Attributes&lt;/li&gt;    &lt;li&gt;Go to the Advanced tab &lt;/li&gt;    &lt;li&gt;Find 'browser_position' and update it from 'popup' to  'iepopup2'&lt;/li&gt;    &lt;li&gt;Click OK &lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;Repeat on each node. If the node does not have the browser_position skip that one and move to the next. &lt;/p&gt;&lt;p&gt;Once complete you will need to restart the Administration Console. When you have done this you should be prompted with the login prompt for the proxy.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;</description><pubDate>Thu, 29 Sep 2016 15:26:11 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Changing the Server IP Addresses for OE 5.9</title><link>https://support.levelblue.com/kb/Goto20592.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SIEM OE 5.9 &lt;/li&gt;    &lt;li&gt;SIEM OE 5.9.1 &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How can I change the IP address of an active server? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p style="margin-bottom: 0pt; line-height: 150%;"&gt;If necessary, you can change the IP addresses of all servers.&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;    &lt;div style="margin-bottom: 0pt; line-height: 150%;"&gt;Shut down all SIEM OE services:&lt;br /&gt;    &lt;strong&gt; &lt;br /&gt;    &lt;/strong&gt;&lt;span style="font-family: 'courier new';"&gt;/opt/nsm/common/nsm-all stop&lt;br /&gt;    &lt;/span&gt;&lt;br /&gt;    &lt;/div&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;div style="margin-bottom: 0pt; line-height: 150%;"&gt;Change the IP addresses on the server (Red Hat configuration). Ensure that you update the configurations in &lt;span style="font-family: 'courier new';"&gt;/etc/hosts&lt;/span&gt; if they exist.&lt;/div&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;div style="margin-bottom: 0pt; line-height: 150%;"&gt;Change the IP addresses following the examples provided in "IP Address Change Examples" below. &lt;/div&gt;    &lt;ul&gt;        &lt;li&gt;        &lt;div style="margin-bottom: 0pt; line-height: 150%;"&gt;Help is available by running &lt;span style="font-family: 'courier new';"&gt;./ipchange_post.sh -h&lt;/span&gt;&lt;/div&gt;        &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;div style="margin-bottom: 0pt; line-height: 150%;"&gt;Restart the SIEM OE services:&lt;br /&gt;    &lt;strong&gt; &lt;br /&gt;    &lt;/strong&gt;&lt;span style="font-family: 'courier new';"&gt;/opt/nsm/common/nsm-all restart&lt;br /&gt;    &lt;/span&gt;&lt;br /&gt;    &lt;/div&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;div style="margin-bottom: 0pt; line-height: 150%;"&gt;Run the SDW post-install script:&lt;br /&gt;    &lt;strong&gt; &lt;br /&gt;    &lt;/strong&gt;&lt;span style="font-family: 'courier new';"&gt;/opt/nsm/cs/bin/update_ism.sh&lt;br /&gt;    &lt;/span&gt;&lt;/div&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;IP Address Change Examples:&lt;/h2&gt;&lt;h3&gt;DA, SOC, TD and TE&lt;/h3&gt;&lt;ol&gt;    &lt;li&gt;    &lt;div style="margin-bottom: 0pt; line-height: 150%;"&gt;On the server, (DA, SOC, TD or TE) run &lt;span style="font-family: 'courier new';"&gt;./ipchange_post.sh [server] [new_ip]&lt;/span&gt;&lt;br /&gt;    &lt;br /&gt;    where&lt;/div&gt;    &lt;ul&gt;        &lt;li&gt;        &lt;div style="margin-bottom: 0pt; line-height: 150%;"&gt;&lt;span style="font-family: 'courier new';"&gt;[server]&lt;/span&gt; represents the name you gave to the DA, SOC, TD or TE when you installed SIEM&lt;/div&gt;        &lt;/li&gt;        &lt;li&gt;        &lt;div style="margin-bottom: 0pt; line-height: 150%;"&gt;&lt;span style="font-family: 'courier new';"&gt;[new_ip]&lt;/span&gt; represents the new IP address you are assigning to the server&lt;/div&gt;        &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;div style="margin-bottom: 0pt; line-height: 150%;"&gt;On the SDW, run &lt;span style="font-family: 'courier new';"&gt;./ipchange_post.sh [server] [new_ip]&lt;/span&gt;&lt;/div&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;p style="margin-bottom: 0pt; line-height: 150%;"&gt;If installing on a single server, you can also use &lt;span style="font-family: 'courier new';"&gt;all&lt;/span&gt; in place of [server] to update all the IP addresses.&lt;/p&gt;&lt;h3&gt;SDW&lt;/h3&gt;&lt;ol&gt;    &lt;li&gt;    &lt;div style="line-height: normal;"&gt;On the SDW, run &lt;span style="font-family: 'courier new';"&gt;./ipchange_post.sh all [new_sdw_ip]&lt;/span&gt;&lt;br /&gt;    &lt;br /&gt;    where &lt;span style="font-family: 'courier new';"&gt;[new_sdw_ip] &lt;/span&gt;is the new IP address you are assigning to the SDW.&lt;br /&gt;    &lt;/div&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;div style="line-height: normal;"&gt;On the other servers, run&lt;span style="font-family: 'courier new';"&gt; ./ipchange_post.sh sdw [new_sdw_ip]&lt;/span&gt;&lt;/div&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt; &lt;o:OfficeDocumentSettings&gt;  &lt;o:AllowPNG/&gt; &lt;/o:OfficeDocumentSettings&gt;&lt;/xml&gt;&lt;![endif]--&gt;&lt;/p&gt;&lt;p&gt;When the IP address is changed on the SDW, you should regenerate the SSL certificate, to reference the new IP address. See the Trustwave SIEM Operations Edition Installation Guide for instructions.&lt;!--[if gte mso 9]&gt;&lt;xml&gt; &lt;w:WordDocument&gt;  &lt;w:View&gt;Normal&lt;/w:View&gt;  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;  &lt;w:TrackMoves/&gt;  &lt;w:TrackFormatting/&gt;  &lt;w:PunctuationKerning/&gt;  &lt;w:ValidateAgainstSchemas/&gt;  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;  &lt;w:DoNotPromoteQF/&gt;  &lt;w:LidThemeOther&gt;EN-US&lt;/w:LidThemeOther&gt;  &lt;w:LidThemeAsian&gt;X-NONE&lt;/w:LidThemeAsian&gt;  &lt;w:LidThemeComplexScript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;  &lt;w:Compatibility&gt;   &lt;w:BreakWrappedTables/&gt;   &lt;w:SnapToGridInCell/&gt;   &lt;w:WrapTextWithPunct/&gt;   &lt;w:UseAsianBreakRules/&gt;   &lt;w:DontGrowAutofit/&gt;   &lt;w:SplitPgBreakAndParaMark/&gt;   &lt;w:EnableOpenTypeKerning/&gt;   &lt;w:DontFlipMirrorIndents/&gt;   &lt;w:OverrideTableStyleHps/&gt;  &lt;/w:Compatibility&gt;  &lt;m:mathPr&gt;   &lt;m:mathFont m:val="Cambria Math"/&gt;   &lt;m:brkBin m:val="before"/&gt;   &lt;m:brkBinSub m:val="&amp;#45;-"/&gt;   &lt;m:smallFrac m:val="off"/&gt;   &lt;m:dispDef/&gt;   &lt;m:lMargin m:val="0"/&gt;   &lt;m:rMargin m:val="0"/&gt;   &lt;m:defJc m:val="centerGroup"/&gt;   &lt;m:wrapIndent m:val="1440"/&gt;   &lt;m:intLim m:val="subSup"/&gt;   &lt;m:naryLim m:val="undOvr"/&gt;  &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt;&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt; &lt;w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="false"  DefSemiHidden="false" DefQFormat="false" DefPriority="99"  LatentStyleCount="371"&gt;  &lt;w:LsdException Locked="false" Priority="0" QFormat="true" Name="Normal"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 1"/&gt;  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="true"   UnhideWhenUsed="true" QFormat="true" Name="heading 2"/&gt;  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="true"   UnhideWhenUsed="true" QFormat="true" Name="heading 3"/&gt;  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="true"   UnhideWhenUsed="true" QFormat="true" Name="heading 4"/&gt;  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="true"   UnhideWhenUsed="true" QFormat="true" Name="heading 5"/&gt;  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="true"   UnhideWhenUsed="true" QFormat="true" Name="heading 6"/&gt;  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="true"   UnhideWhenUsed="true" QFormat="true" Name="heading 7"/&gt;  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="true"   UnhideWhenUsed="true" QFormat="true" Name="heading 8"/&gt;  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="true"   UnhideWhenUsed="true" QFormat="true" Name="heading 9"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="index 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="index 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="index 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="index 4"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="index 5"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="index 6"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="index 7"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="index 8"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="index 9"/&gt;  &lt;w:LsdException Locked="false" Priority="39" SemiHidden="true"   UnhideWhenUsed="true" Name="toc 1"/&gt;  &lt;w:LsdException Locked="false" Priority="39" SemiHidden="true"   UnhideWhenUsed="true" Name="toc 2"/&gt;  &lt;w:LsdException Locked="false" Priority="39" SemiHidden="true"   UnhideWhenUsed="true" Name="toc 3"/&gt;  &lt;w:LsdException Locked="false" Priority="39" SemiHidden="true"   UnhideWhenUsed="true" Name="toc 4"/&gt;  &lt;w:LsdException Locked="false" Priority="39" SemiHidden="true"   UnhideWhenUsed="true" Name="toc 5"/&gt;  &lt;w:LsdException Locked="false" Priority="39" SemiHidden="true"   UnhideWhenUsed="true" Name="toc 6"/&gt;  &lt;w:LsdException Locked="false" Priority="39" SemiHidden="true"   UnhideWhenUsed="true" Name="toc 7"/&gt;  &lt;w:LsdException Locked="false" Priority="39" SemiHidden="true"   UnhideWhenUsed="true" Name="toc 8"/&gt;  &lt;w:LsdException Locked="false" Priority="39" SemiHidden="true"   UnhideWhenUsed="true" Name="toc 9"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Normal Indent"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="footnote text"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="annotation text"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="header"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="footer"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="index heading"/&gt;  &lt;w:LsdException Locked="false" Priority="35" SemiHidden="true"   UnhideWhenUsed="true" QFormat="true" Name="caption"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="table of figures"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="envelope address"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="envelope return"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="footnote reference"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="annotation reference"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="line number"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="page number"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="endnote reference"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="endnote text"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="table of authorities"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="macro"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="toa heading"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Bullet"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Number"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List 4"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List 5"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Bullet 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Bullet 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Bullet 4"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Bullet 5"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Number 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Number 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Number 4"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Number 5"/&gt;  &lt;w:LsdException Locked="false" Priority="10" QFormat="true" Name="Title"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Closing"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Signature"/&gt;  &lt;w:LsdException Locked="false" Priority="1" SemiHidden="true"   UnhideWhenUsed="true" Name="Default Paragraph Font"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Body Text"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Body Text Indent"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Continue"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Continue 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Continue 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Continue 4"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="List Continue 5"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Message Header"/&gt;  &lt;w:LsdException Locked="false" Priority="11" QFormat="true" Name="Subtitle"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Salutation"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Date"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Body Text First Indent"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Body Text First Indent 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Note Heading"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Body Text 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Body Text 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Body Text Indent 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Body Text Indent 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Block Text"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Hyperlink"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="FollowedHyperlink"/&gt;  &lt;w:LsdException Locked="false" Priority="22" QFormat="true" Name="Strong"/&gt;  &lt;w:LsdException Locked="false" Priority="20" QFormat="true" Name="Emphasis"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Document Map"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Plain Text"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="E-mail Signature"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Top of Form"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Bottom of Form"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Normal (Web)"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Acronym"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Address"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Cite"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Code"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Definition"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Keyboard"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Preformatted"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Sample"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Typewriter"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="HTML Variable"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Normal Table"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="annotation subject"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="No List"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Outline List 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Outline List 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Outline List 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Simple 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Simple 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Simple 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Classic 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Classic 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Classic 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Classic 4"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Colorful 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Colorful 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Colorful 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Columns 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Columns 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Columns 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Columns 4"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Columns 5"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Grid 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Grid 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Grid 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Grid 4"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Grid 5"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Grid 6"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Grid 7"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Grid 8"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table List 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table List 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table List 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table List 4"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table List 5"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table List 6"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table List 7"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table List 8"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table 3D effects 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table 3D effects 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table 3D effects 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Contemporary"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Elegant"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Professional"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Subtle 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Subtle 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Web 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Web 2"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Web 3"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Balloon Text"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="Table Grid"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"   Name="Table Theme"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" Name="Placeholder Text"/&gt;  &lt;w:LsdException Locked="false" Priority="1" QFormat="true" Name="No Spacing"/&gt;  &lt;w:LsdException Locked="false" Priority="60" Name="Light Shading"/&gt;  &lt;w:LsdException Locked="false" Priority="61" Name="Light List"/&gt;  &lt;w:LsdException Locked="false" Priority="62" Name="Light Grid"/&gt;  &lt;w:LsdException Locked="false" Priority="63" Name="Medium Shading 1"/&gt;  &lt;w:LsdException Locked="false" Priority="64" Name="Medium Shading 2"/&gt;  &lt;w:LsdException Locked="false" Priority="65" Name="Medium List 1"/&gt;  &lt;w:LsdException Locked="false" Priority="66" Name="Medium List 2"/&gt;  &lt;w:LsdException Locked="false" Priority="67" Name="Medium Grid 1"/&gt;  &lt;w:LsdException Locked="false" Priority="68" Name="Medium Grid 2"/&gt;  &lt;w:LsdException Locked="false" Priority="69" Name="Medium Grid 3"/&gt;  &lt;w:LsdException Locked="false" Priority="70" Name="Dark List"/&gt;  &lt;w:LsdException Locked="false" Priority="71" Name="Colorful Shading"/&gt;  &lt;w:LsdException Locked="false" Priority="72" Name="Colorful List"/&gt;  &lt;w:LsdException Locked="false" Priority="73" Name="Colorful Grid"/&gt;  &lt;w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="61" Name="Light List Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 1"/&gt;  &lt;w:LsdException Locked="false" SemiHidden="true" Name="Revision"/&gt;  &lt;w:LsdException Locked="false" Priority="34" QFormat="true"   Name="List Paragraph"/&gt;  &lt;w:LsdException Locked="false" Priority="29" QFormat="true" Name="Quote"/&gt;  &lt;w:LsdException Locked="false" Priority="30" QFormat="true"   Name="Intense Quote"/&gt;  &lt;w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="70" Name="Dark List Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="61" Name="Light List Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="70" Name="Dark List Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="61" Name="Light List Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="70" Name="Dark List Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="61" Name="Light List Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="70" Name="Dark List Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="61" Name="Light List Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="70" Name="Dark List Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="61" Name="Light List Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="70" Name="Dark List Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="19" QFormat="true"   Name="Subtle Emphasis"/&gt;  &lt;w:LsdException Locked="false" Priority="21" QFormat="true"   Name="Intense Emphasis"/&gt;  &lt;w:LsdException Locked="false" Priority="31" QFormat="true"   Name="Subtle Reference"/&gt;  &lt;w:LsdException Locked="false" Priority="32" QFormat="true"   Name="Intense Reference"/&gt;  &lt;w:LsdException Locked="false" Priority="33" QFormat="true" Name="Book Title"/&gt;  &lt;w:LsdException Locked="false" Priority="37" SemiHidden="true"   UnhideWhenUsed="true" Name="Bibliography"/&gt;  &lt;w:LsdException Locked="false" Priority="39" SemiHidden="true"   UnhideWhenUsed="true" QFormat="true" Name="TOC Heading"/&gt;  &lt;w:LsdException Locked="false" Priority="41" Name="Plain Table 1"/&gt;  &lt;w:LsdException Locked="false" Priority="42" Name="Plain Table 2"/&gt;  &lt;w:LsdException Locked="false" Priority="43" Name="Plain Table 3"/&gt;  &lt;w:LsdException Locked="false" Priority="44" Name="Plain Table 4"/&gt;  &lt;w:LsdException Locked="false" Priority="45" Name="Plain Table 5"/&gt;  &lt;w:LsdException Locked="false" Priority="40" Name="Grid Table Light"/&gt;  &lt;w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="Grid Table 2"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="Grid Table 3"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="Grid Table 4"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark"/&gt;  &lt;w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful"/&gt;  &lt;w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="Grid Table 1 Light Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="Grid Table 6 Colorful Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="Grid Table 7 Colorful Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="Grid Table 1 Light Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="Grid Table 6 Colorful Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="Grid Table 7 Colorful Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="Grid Table 1 Light Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="Grid Table 6 Colorful Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="Grid Table 7 Colorful Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="Grid Table 1 Light Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="Grid Table 6 Colorful Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="Grid Table 7 Colorful Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="Grid Table 1 Light Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="Grid Table 6 Colorful Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="Grid Table 7 Colorful Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="Grid Table 1 Light Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="Grid Table 6 Colorful Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="Grid Table 7 Colorful Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="46" Name="List Table 1 Light"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="List Table 2"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="List Table 3"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="List Table 4"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark"/&gt;  &lt;w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful"/&gt;  &lt;w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="List Table 1 Light Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="List Table 6 Colorful Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="List Table 7 Colorful Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="List Table 1 Light Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="List Table 6 Colorful Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="List Table 7 Colorful Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="List Table 1 Light Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="List Table 6 Colorful Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="List Table 7 Colorful Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="List Table 1 Light Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="List Table 6 Colorful Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="List Table 7 Colorful Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="List Table 1 Light Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="List Table 6 Colorful Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="List Table 7 Colorful Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="46"   Name="List Table 1 Light Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="51"   Name="List Table 6 Colorful Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="52"   Name="List Table 7 Colorful Accent 6"/&gt; &lt;/w:LatentStyles&gt;&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt;&lt;style&gt; /* Style Definitions */ table.MsoNormalTable	{mso-style-name:"Table Normal";	mso-tstyle-rowband-size:0;	mso-tstyle-colband-size:0;	mso-style-noshow:yes;	mso-style-priority:99;	mso-style-parent:"";	mso-padding-alt:0in 5.4pt 0in 5.4pt;	mso-para-margin-top:0in;	mso-para-margin-right:0in;	mso-para-margin-bottom:8.0pt;	mso-para-margin-left:0in;	line-height:107%;	mso-pagination:widow-orphan;	font-size:11.0pt;	font-family:"Calibri",sans-serif;	mso-ascii-font-family:Calibri;	mso-ascii-theme-font:minor-latin;	mso-hansi-font-family:Calibri;	mso-hansi-theme-font:minor-latin;}&lt;/style&gt;&lt;![endif]--&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;</description><pubDate>Wed, 27 Apr 2016 18:48:15 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Upgrading LME 1.2.1 to the Latest Version</title><link>https://support.levelblue.com/kb/Goto20557.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;LME 1.2.1 &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I upgrade from Log Management Enterprise 1.2.1 to the current version? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;This article will cover how to upgrade LME 1.2.1 to the current DM and SP.&lt;/p&gt;&lt;p&gt;You can get the files to upgrade from the &lt;strong&gt;File Library&lt;/strong&gt; on the Product Support Portal at &lt;a href="https://login.trustwave.com/" target="_blank"&gt;https://login.trustwave.com/&lt;/a&gt;. They are stored under Private -&amp;gt; SIEM -&amp;gt; SIEM - Log Management Enterprise (LME) -&amp;gt; LME-1.2.1&lt;/p&gt;&lt;p&gt;Customers should have access to these files. If you do not have access, contact Trustwave TAC.&lt;/p&gt;&lt;p&gt;Install the SPs and DMs in the following order:&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;&lt;strong&gt;LME_1.2.1_SP23&lt;/strong&gt; &lt;br /&gt;    &lt;br /&gt;    Dependencies: Trustwave SIEM 1.2.1 SP-17 DM-16&lt;br /&gt;    Support Package Files: SP-23.tgz, SP-.tgz.md5, SIEM_1.2.1_SP23_release_notes.pdf&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;LME_1.2.1_DM18&lt;/strong&gt;&lt;br /&gt;    &lt;br /&gt;    Dependencies: Trustwave SIEM 1.2.1 SP-17 and DM17&lt;br /&gt;    Support Package Files: DM-18.tgz  &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;LME_1.2.1_DM19&lt;/strong&gt;&lt;br /&gt;    &lt;br /&gt;    Dependencies: Trustwave SIEM 1.2.1 SP-17 and DM18&lt;br /&gt;    Support Package Files: DM-19.tgz  &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;LME_1.2.1_DM20&lt;/strong&gt;&lt;br /&gt;    &lt;br /&gt;    Dependencies: Trustwave SIEM 1.2.1 SP-17 and DM19&lt;br /&gt;    Support Packages: DM-20.tgz, DM-20.tgz.md5, Trustwave SIEM 1.2.1 DM-20.docx&lt;br /&gt;    &lt;br /&gt;    New Data Modules &amp;amp; Solution Content: &lt;br /&gt;    &lt;ul&gt;        &lt;li&gt;Safensoft TPSecure via DB &lt;/li&gt;        &lt;li&gt;Symantec Brightmail via EM Syslog &lt;/li&gt;        &lt;li&gt;Microsoft Sharepoint via Flatfile &lt;/li&gt;        &lt;li&gt;Splunk Audit via Syslog/Flatfile &lt;/li&gt;        &lt;li&gt;Enghouse IP Call Recording via Flatfile &lt;/li&gt;        &lt;li&gt;AirWatch MDM via Syslog &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;LME_1.2.1_DM21&lt;/strong&gt;&lt;br /&gt;    &lt;br /&gt;    Dependencies: Trustwave SIEM 1.2.1 SP-18 and DM20&lt;br /&gt;    Support Packages: DM-21.tgz, DM-21.tgz.md5, Trustwave SIEM 1.2.1 DM-21.pdf&lt;br /&gt;    &lt;br /&gt;    New Data Modules &amp;amp; Solution Content:    &lt;ul&gt;        &lt;li&gt;Accellion Kiteworks &lt;/li&gt;        &lt;li&gt;Hitachi Unified Storage &lt;/li&gt;        &lt;li&gt;IBM Sterling B2B Integrator &lt;/li&gt;        &lt;li&gt;IBM Tivoli Access Manager &lt;/li&gt;        &lt;li&gt;McAfee OTP Server &lt;/li&gt;        &lt;li&gt;Modirum MDpay MPI &lt;/li&gt;        &lt;li&gt;Sophos Secure Web Gateway &lt;/li&gt;        &lt;li&gt;Trustwave FIM &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;LME_1.2.1_DM22&lt;/strong&gt;&lt;br /&gt;    &lt;br /&gt;    Dependencies: Trustwave SIEM 1.2.1 SP-20 and DM21&lt;br /&gt;    Support Packages: DM-22.tgz, DM-22.tgz.md5, Trustwave SIEM 1.2.1 DM-22.pdf&lt;br /&gt;    &lt;br /&gt;    New Data Modules &amp;amp; Solution Content:    &lt;ul&gt;        &lt;li&gt;ACI Worldwide PRM &lt;/li&gt;        &lt;li&gt;Aloha Configuration Center &lt;/li&gt;        &lt;li&gt;AppSecInc DbProtect &lt;/li&gt;        &lt;li&gt;EMC Centera &lt;/li&gt;        &lt;li&gt;McAfee Stonesoft NGN &lt;/li&gt;        &lt;li&gt;Sophos Cyberoam UTM Firewall &lt;/li&gt;        &lt;li&gt;Trustwave Antivirus &lt;/li&gt;    &lt;/ul&gt;    &lt;br /&gt;    New Acquisition Methods:    &lt;ul&gt;        &lt;li&gt;Microsoft Windows Non-Security Logs 2000-2008 EM/Snare/Splunk/Balabit/Lasso/Datagram &lt;/li&gt;        &lt;li&gt;Microsoft Windows Security Log 2008 - WinCollect  &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;LME_1.2.1_DM23 &lt;br /&gt;    &lt;/strong&gt; &lt;br /&gt;    Dependencies: Trustwave SIEM 1.2.1 SP-23 and DM22&lt;br /&gt;    Support Packages: DM-23.tgz, DM-23.tgz.md5, Trustwave SIEM 1.2.1 DM-23.pdf&lt;br /&gt;    &lt;br /&gt;    New Data Modules &amp;amp; Solution Content:    &lt;ul&gt;        &lt;li&gt;Catbird vSecurity &lt;/li&gt;        &lt;li&gt;ExtremeNetworks ExtremeXOS &lt;/li&gt;        &lt;li&gt;NCR RPOS &lt;/li&gt;        &lt;li&gt;Zscaler NSS &lt;/li&gt;        &lt;li&gt;ZyXel ZyWALL &lt;/li&gt;    &lt;/ul&gt;    &lt;br /&gt;    New Acquisition Methods:    &lt;ul&gt;        &lt;li&gt;IBM iSeries via Halcyon Syslog &lt;/li&gt;    &lt;/ul&gt;    &lt;br /&gt;    Enhanced Data Modules    &lt;ul&gt;        &lt;li&gt;Juniper JunOS  &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;LME_1.2.1_SP24&lt;/strong&gt;&lt;br /&gt;    &lt;br /&gt;    Dependencies: Trustwave SIEM 1.2.1 DM-21 SP-16 to SP-23&lt;br /&gt;    Support Packages: SP-24.tgz, SP-24.tgz.md5, Trustwave SIEM 1.2.1 SP-24.pdf&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;LME_1.2.1_SP25&lt;br /&gt;    &lt;br /&gt;    &lt;/strong&gt;Dependencies: Trustwave SIEM 1.2.1 DM-21 SP-24&lt;br /&gt;    Support Packages: SP-25.tgz, SP-25.tgz.md5, Trustwave SIEM 1.2.1 SP-25.pdf&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;LME_1.2.1_SP26&lt;/strong&gt;&lt;br /&gt;    &lt;br /&gt;    Dependencies: Trustwave SIEM 1.2.1 DM-21 SP-25&lt;br /&gt;    Support Packages: SP-26.tgz, SP-26.tgz.md5, Trustwave SIEM 1.2.1 SP-26.pdf&lt;/li&gt;    &lt;li&gt; &lt;strong&gt;LME_1.2.1_SP27&lt;/strong&gt;&lt;br /&gt;    &lt;br /&gt;    Dependencies: Trustwave SIEM 1.2.1 DM-21 SP-26&lt;br /&gt;    Support Packages: SP-27.tgz, SP-27.tgz.md5, Trustwave SIEM 1.2.1 SP-27.pdf&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;LME_1.2.1_DM24&lt;/strong&gt;&lt;br /&gt;    &lt;br /&gt;    Dependencies: Trustwave SIEM 1.2.1 SP-23 and DM23&lt;br /&gt;    Support Packages: DM-24.tgz, DM-24.tgz.md5, Trustwave SIEM 1.2.1 DM-24.pdf&lt;br /&gt;    &lt;br /&gt;    New Data Modules &amp;amp; Solution Content:  &lt;/li&gt;&lt;/ol&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;ul&gt;    &lt;li&gt;Actian Ingres via Flatfile &lt;/li&gt;    &lt;li&gt;Apache Qpid via Syslog &lt;/li&gt;    &lt;li&gt;Cylance Protect via Syslog &lt;/li&gt;    &lt;li&gt;Network Box UTM via Syslog &lt;/li&gt;    &lt;li&gt;Trustwave SEG via EM &lt;/li&gt;    &lt;li&gt;VASCO IAS via Flatfile &lt;/li&gt;    &lt;li&gt;Vormetric DSM via Syslog &lt;/li&gt;&lt;/ul&gt;&lt;div&gt;New &lt;g id="147" class="gr_ gr_147 gr-alert gr_spell undefined ContextualSpelling ins-del multiReplace" data-gr-id="147"&gt;Acqusition Methods:&lt;/g&gt;&lt;/div&gt;&lt;div&gt;&lt;ul&gt;    &lt;li&gt;ISC Bind via Flatfile   &lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;h2&gt;Update Instructions:&lt;/h2&gt;&lt;ol&gt;    &lt;li&gt;Download the Support Update from the Support Portal. &lt;/li&gt;    &lt;li&gt;Log on to the SIEM appliance as an administrator. &lt;/li&gt;    &lt;li&gt;On the Admin tab, open System Management | File Manager. &lt;/li&gt;    &lt;li&gt;On the File Manager tab, scroll down to Support Package Upload. &lt;/li&gt;    &lt;li&gt;Expand the item and click &lt;strong&gt;Add&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Browse to the file you want to add, and select it. &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Upload&lt;/strong&gt;. When the ‘successful upload’ window appears, close the window. &lt;/li&gt;    &lt;li&gt;Check that the Support Package has been installed by viewing the install.log under Common Logs on the File Manager tab. Look for entries that show the &lt;g id="148" class="gr_ gr_148 gr-alert gr_spell undefined ContextualSpelling" data-gr-id="148"&gt;time-stamps of when you added the file. &lt;/g&gt;&lt;/li&gt;&lt;/ol&gt;</description><pubDate>Tue, 26 Apr 2016 15:00:36 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Fixing a time zone change issue after SP-27 installation</title><link>https://support.levelblue.com/kb/Goto20551.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SIEM 1.2.1 SP-27 &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Time zone was incorrectly set to EST &lt;/li&gt;    &lt;li&gt;How can I correct the time zone after installing SIEM SP-27?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;The SIEM SP-27 installation script changes the time zone setting to EST.&lt;/p&gt;&lt;p&gt;Below is an extract from an example install.log:&lt;/p&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;p&gt;&lt;span style="font-family: 'courier new';"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="font-family: 'courier new';"&gt;Tue Mar 8 13:36:07 IST 2016&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new';"&gt;installing patch SP-27.tar&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new';"&gt;...&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new';"&gt;[20160308-133848] Deploying CPIO packages...&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new';"&gt;[20160308-030850] Update RPM DB...&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new';"&gt;...&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new';"&gt;[20160308-031434] &lt;strong&gt;Tue Mar 8 03:14:34 EST 2016&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new';"&gt;master_script is done&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new';"&gt;finished patch SP-27.tar&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;As a result the time zone has been changed to EST. &lt;/p&gt;&lt;h2&gt;Workaround: &lt;/h2&gt;&lt;ol&gt;    &lt;li&gt;Log in to the system with an account with administrative privileges. &lt;/li&gt;    &lt;li&gt;From the SIEM interface, select &lt;strong&gt;Admin   &amp;gt; System Management &amp;gt; Date /Time&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;In the time zone menu, you will see the original (correct) timezone. &lt;/li&gt;    &lt;li&gt;Choose a different timezone, and then click &lt;strong&gt;Save&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Choose the original desired time zone, and then click &lt;strong&gt;Save&lt;/strong&gt;. &lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;This issue will be corrected in SP-28. SP-27 has been withdrawn from release and will be replaced by SP-28.&lt;/p&gt;</description><pubDate>Wed, 23 Mar 2016 17:15:50 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>HA cluster - Not receiving notification when the secondary node becomes master </title><link>https://support.levelblue.com/kb/Goto20434.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SIEM LP/LME 1.2.x HA cluster setup &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;I don't receive notification when the secondary node becomes master &lt;/li&gt;    &lt;li&gt;How can I set up notification of failover? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;If you receive notification when one of the nodes become master, but you do not receive notification when the second one becomes master, you can adjust Alert Manager settings on the "silent" node. &lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Open the GUI  and navigate to Admin tab &amp;gt; System Management &amp;gt; Alarm Manager.&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" style="height: 277px; width: 614px;" src="https://support.levelblue.com/kb/Uploads/Images/padamczyk/Q3/notification_1.png" /&gt;&lt;/li&gt;    &lt;li&gt;&lt;span style="line-height: 11px;"&gt;On the top of the right pane, click &lt;strong&gt;Go to Alarm Manager Advanced Config&lt;/strong&gt;. &lt;/span&gt;&lt;/li&gt;    &lt;li&gt;&lt;span style="line-height: 11px;"&gt;On the advanced configuration page, check the &lt;strong&gt;Groups&lt;/strong&gt; and &lt;strong&gt;Actions&lt;/strong&gt; tabs and ensure that the settings are the same on both nodes. If not, copy the settings from the node with working notifications.&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;&lt;span style="line-height: 11px;"&gt;On the &lt;strong&gt;Categories&lt;/strong&gt; tab, select the Resources Error Alarm category and set up Current Alarm Actions.&lt;br /&gt;    &lt;/span&gt; &lt;br /&gt;    &lt;img alt="" style="height: 284px; width: 597px;" src="https://support.levelblue.com/kb/Uploads/Images/padamczyk/Q3/notification_2.png" /&gt;&lt;/li&gt;    &lt;li&gt;Save your changes. &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;To check that the applied settings work, force fail-over and look for the desired notification.&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;To set up Alarm Manager, use Internet Explorer or Firefox browser. Under Chrome this section is not visible.&lt;/p&gt;</description><pubDate>Tue, 24 Nov 2015 18:16:13 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Sample syslog-ng filter for Generic Unix Syslogs for SIEM OE</title><link>https://support.levelblue.com/kb/Goto15352.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SIEM OE 5.7  &lt;/li&gt;    &lt;li&gt;SIEM OE 5.9 &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What is an example syslog-ng filter for Generic Unix Syslogs for SIEM OE? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Reply:&lt;/h2&gt;&lt;p&gt;The following filter provides a generic format and can be used as a starting point.&lt;/p&gt;&lt;div style="width: 700px; overflow: auto; white-space: nowrap; margin: 5px; background-color: #dddddd;"&gt;&lt;p&gt;&lt;span style="font-family: 'courier new';"&gt;filter f_gen_unix      { (host("\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|^[A-Za-z0-9-]+") &lt;br /&gt;and (program("adclient|anacron|apple|atd|authexec|autofs|audit|automount|boot")&lt;br /&gt;or program("crond|chkpwd|chrootsh|date|dhcpd|dhclient|dmgt|fsck|fstab|ftp")&lt;br /&gt;or program("init|irqbalance|kcheckpass|klogind|imapd|inetd|jobid")&lt;br /&gt;or program("lmtpunix|login|logrotate|lsb_log_message|microcode_ctl")&lt;br /&gt;or program("nbproxy|network|netfs|nfslock|nscd|pam|passwd|portmap")&lt;br /&gt;or program("radiusd|rcp|rdistd|reboot|remshd|rexecd|rlogind|roathkr|root|rpc\.|rpcimapd|rshd|rssh")&lt;br /&gt;or program("savecore|SecurityAgent|shutdown|slapd|sshd|ssh-server-g3|start_udev|su|sudo|sysctl|sysinit|syslog")&lt;br /&gt;or program("tcpredirect|tsm|unix|useradd|userdel|userhelper|usermod|vgchange|wrappers|xinetd|xlock|xscreensaver|webmin")&lt;br /&gt;or program("runuser|cimserver|klogd|cron"))&lt;br /&gt;and not(match("eventmonitor-|LOG_USER|umask to 022|allowing scp|LOGLOGIC|NetScreen|DOT1X|genunix:|LWAPP|vxfsckd"))); };&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;</description><pubDate>Fri, 07 Aug 2015 19:06:56 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Testing the connection from the AC (workstation) to the SDW tier in SIEM OE</title><link>https://support.levelblue.com/kb/Goto15353.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SIEM OE 5.7  &lt;/li&gt;    &lt;li&gt;SIEM OE 5.9  &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How can I test connection from the AC (workstation) to the SDW tier in SIEM OE?  &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;To test the connection from a workstation to SD, use Telnet: &lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style="font-family: 'courier new';"&gt;telnet 172.2.2.2 443&lt;br /&gt;Trying 172.2.2.2...&lt;br /&gt;Connected to sdwserver.abc.local (172.2.2.2).&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: 'courier new';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: 'courier new';"&gt;&lt;br /&gt;Escape character is '^]'.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new';"&gt;Connection closed by foreign host.&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;To activate telnet on a Windows 7 workstation:&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Navigate to Control Panel --&amp;gt; Programs --&amp;gt; Turn Windows Features On or Off&lt;/li&gt;    &lt;li&gt;Find&lt;strong&gt; Telnet Client&lt;/strong&gt; in list and select it (check the box)&lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;OK&lt;/strong&gt; to activate&lt;/li&gt;&lt;/ol&gt;</description><pubDate>Fri, 07 Aug 2015 19:05:58 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Testing that an LP/LA is able to forward files to another LP or OE</title><link>https://support.levelblue.com/kb/Goto15349.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SIEM LP 1.2.1  &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I test that an LP/LA is able to forward files to another LP or OE?  &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;To manually SCP a file from an LP/LA to another LP or OE:&lt;blockquote&gt;&lt;p&gt;&lt;span style="font-family: 'courier new';"&gt;scp -i /opt/nsm/udp/keys/id_dsa -v /tmp/&lt;em&gt;test.txt&lt;/em&gt; itactics@&lt;em&gt;10.1.6.6&lt;/em&gt;:/tmp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;(Substitute the name of an existing file, and the correct IP address of the target)&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;If you are unable to manually SCP a file then confirm the Public Key (&lt;span style="font-family: 'courier new';"&gt;id_dsa.pub&lt;/span&gt;) is accurate&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Check dates on both &lt;span style="font-family: 'courier new';"&gt;id_dsa&lt;/span&gt; and &lt;span style="font-family: 'courier new';"&gt;id_dsa.pub&lt;/span&gt; are the same    &lt;ul&gt;        &lt;li&gt;&lt;span style="font-family: 'courier new';"&gt;ssh-keygen -y -f  id_dsa&lt;/span&gt; (will generate and display the public key)&lt;/li&gt;        &lt;li&gt;&lt;span style="font-family: 'courier new';"&gt;cat id_dsa.pub&lt;/span&gt; (will show the existing public key file)&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Compare the output from the twocommands&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;/p&gt;&lt;h2&gt;Note:&lt;/h2&gt;&lt;p&gt;For reference, the locations of SSH Keys and Authorized Keys Files are:&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new';"&gt;/opt/nsm/udp/keys/id_dsa&lt;br /&gt;/opt/nsm/udp/keys/id_dsa.pub&lt;br /&gt;/home/itactics/.ssh/authorized_keys&lt;/span&gt;&lt;/p&gt;</description><pubDate>Fri, 07 Aug 2015 19:05:03 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Checking what services are running on a SIEM appliance</title><link>https://support.levelblue.com/kb/Goto15363.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SIEM LP/XL/LA 1.2.X &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I verify what services are running on my SIEM appliance? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;Run the following command from the CLI:&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'courier new';"&gt;service nsmim status all&lt;/span&gt;&lt;/p&gt;&lt;p&gt;The results will show you what services are running and will look something like:&lt;/p&gt;&lt;pre&gt;&lt;span style="line-height: 18px; font-family: 'courier new';"&gt;SIEM DP (svc_id 1) (pid ppid 16326 16227) is running ...&lt;/span&gt;&lt;/pre&gt;&lt;span style="font-family: 'courier new';"&gt;&lt;/span&gt;&lt;pre&gt;&lt;span style="line-height: 18px; font-family: 'courier new';"&gt;SIEM DP (svc_id 21) (pid ppid 16568 16476) is running ..&lt;/span&gt;&lt;/pre&gt;&lt;span style="font-family: 'courier new';"&gt;&lt;/span&gt;&lt;pre&gt;&lt;span style="line-height: 18px; font-family: 'courier new';"&gt;SIEM DL (svc_id 2) (pid ppid 15136 15046) is running ...&lt;/span&gt;&lt;/pre&gt;&lt;span style="font-family: 'courier new';"&gt;&lt;/span&gt;&lt;pre&gt;&lt;span style="line-height: 18px; font-family: 'courier new';"&gt;SIEM DL (svc_id 15) (pid ppid 15329 15239) is running ...&lt;/span&gt;&lt;/pre&gt;&lt;span style="font-family: 'courier new';"&gt;&lt;/span&gt;&lt;pre&gt;&lt;span style="line-height: 18px; font-family: 'courier new';"&gt;SIEM DL (svc_id 16) (pid ppid 15522 15432) is running ...&lt;/span&gt;&lt;/pre&gt;&lt;span style="font-family: 'courier new';"&gt;&lt;/span&gt;&lt;pre&gt;&lt;span style="line-height: 18px; font-family: 'courier new';"&gt;SIEM DL (svc_id 17) (pid ppid 15715 15625) is running ...&lt;/span&gt;&lt;/pre&gt;&lt;span style="font-family: 'courier new';"&gt;&lt;/span&gt;&lt;pre&gt;&lt;span style="line-height: 18px; font-family: 'courier new';"&gt;SIEM DL (svc_id 18) (pid ppid 15909 15818) is running ...&lt;/span&gt;&lt;/pre&gt;&lt;span style="font-family: 'courier new';"&gt;&lt;/span&gt;&lt;pre&gt;&lt;span style="line-height: 18px; font-family: 'courier new';"&gt;SIEM RG (svc_id 13) (pid ppid 17295 17196) is running ...&lt;/span&gt;&lt;/pre&gt;&lt;span style="font-family: 'courier new';"&gt;&lt;/span&gt;&lt;pre&gt;&lt;span style="line-height: 18px; font-family: 'courier new';"&gt;SIEM US (svc_id 23) (pid ppid 17938 17848) is running ...&lt;/span&gt;&lt;/pre&gt;&lt;span style="font-family: 'courier new';"&gt;&lt;/span&gt;&lt;pre&gt;&lt;span style="line-height: 18px; font-family: 'courier new';"&gt;SIEM HM (svc_id 6) (pid ppid 13011 12901) is running ...&lt;/span&gt;&lt;/pre&gt;&lt;span style="font-family: 'courier new';"&gt;&lt;/span&gt;&lt;pre&gt;&lt;span style="line-height: 18px; font-family: 'courier new';"&gt;SIEM DLA (svc_id 3) (pid ppid 16104 16013) is running ...&lt;/span&gt;&lt;/pre&gt;&lt;span style="font-family: 'courier new';"&gt;&lt;/span&gt;&lt;pre&gt;&lt;span style="line-height: 18px; font-family: 'courier new';"&gt;SIEM LLM (svc_id 12) (pid ppid 16818 16726) is running ...&lt;/span&gt;&lt;/pre&gt;&lt;span style="font-family: 'courier new';"&gt;&lt;/span&gt;&lt;pre&gt;&lt;span style="line-height: 18px; font-family: 'courier new';"&gt;SIEM SSHD (svc_id 10) (pid ppid 17503 17413) is running ...&lt;/span&gt;&lt;/pre&gt;&lt;span style="font-family: 'courier new';"&gt;&lt;/span&gt;&lt;pre&gt;&lt;span style="line-height: 18px; font-family: 'courier new';"&gt;SIEM PSTAT (svc_id 24) (pid ppid 17074 16978) is running ...&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="line-height: 18px; font-family: verdana;"&gt;&lt;br /&gt;&lt;strong&gt;To verify mysql&lt;/strong&gt;, use the following command:&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="white-space: pre; font-family: 'courier new';" class="Apple-tab-span"&gt; &lt;/span&gt;&lt;span style="font-family: 'courier new';"&gt;service ismdb status&lt;/span&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-family: verdana;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt;</description><pubDate>Fri, 07 Aug 2015 19:04:02 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Checking the version of a SIEM appliance</title><link>https://support.levelblue.com/kb/Goto15362.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SIEM LP/XL/LA 1.2.X &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I check the version of my SIEM? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;The simplest way to check your SIEM version is through the graphical user interface.&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Log in to SIEM.&lt;/li&gt;    &lt;li&gt;In the upper right hand corner, click &lt;strong&gt;About&lt;/strong&gt;.&lt;br /&gt;    &lt;br /&gt;    The version information displays in a popup.&lt;/li&gt;&lt;/ol&gt;It is also possible to check the version from the command line interface. Issue the following command:&lt;blockquote&gt;&lt;p&gt;&lt;span style="font-family: 'courier new';"&gt;mysql -u&lt;em&gt;[user]&lt;/em&gt; -p&lt;em&gt;[userpassword]&lt;/em&gt; -e "SELECT * FROM UI.help;"&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;This will return the version information.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;</description><pubDate>Fri, 07 Aug 2015 19:03:40 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Checking the status of a SP or DM Install</title><link>https://support.levelblue.com/kb/Goto15361.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SIEM LP/XL/LA 1.2.X &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I check the status of a DM or SP update? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;To see details of upgrade progress, view the contents of the file &lt;span style="font-family: 'courier new';"&gt;install.log&lt;/span&gt; under &lt;span style="font-family: 'courier new';"&gt;/var/log/nsm/common &lt;/span&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style="font-family: 'courier new';"&gt;cat /var/nsm/common/install.log&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;You can also follow the updates in a terminal window using tail:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style="font-family: 'courier new';"&gt;tail -f /var/nsm/common/install.log&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;</description><pubDate>Fri, 07 Aug 2015 19:03:25 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Locking a SIEM OE HA Cluster for Maintenance</title><link>https://support.levelblue.com/kb/Goto15360.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SIEM OE 5.7 or 5.9 in HA &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I lock a SIEM OE High Availability Cluster for maintenance ? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;ol&gt;    &lt;li&gt;Lock the cluster:&lt;br /&gt;    &lt;span style="font-family: 'courier new';"&gt;&lt;br /&gt;    clusvcadm -Z&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;    &lt;p&gt;&lt;span style="line-height: 12px;"&gt;Perform any maintenance (for instance, install Hotfixes)&lt;/span&gt;&lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;&lt;span style="font-size: 8pt;"&gt;Unlock the cluster:&lt;/span&gt;&lt;span style="line-height: 12px;"&gt;&lt;br /&gt;    &lt;br /&gt;    &lt;span style="font-family: 'courier new';"&gt;clusvcadm –U&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt; &lt;/p&gt;&lt;h2&gt;&lt;/h2&gt;</description><pubDate>Fri, 07 Aug 2015 19:02:30 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>syslog-ng does not start after updating a DMFD</title><link>https://support.levelblue.com/kb/Goto15368.aspx</link><description>&lt;h2&gt;&lt;/h2&gt;&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;&lt;span style="font-weight: normal;"&gt;SIEM 5.7, 5.9&lt;/span&gt; &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;&lt;span style="font-weight: normal;"&gt;Why won't syslog-ng start up?&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;&lt;span style="font-weight: normal;"&gt;Updating a DFMD causes a problem with syslog-ng&lt;br /&gt;    &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;The update procedure provided in the PDF document for DMFDs instructs you to copy and paste some text into your syslog-ng.conf file.&lt;/p&gt;&lt;p&gt;If you copy and paste the exact text, you will also copy incorrect line breaks or white space. &lt;/p&gt;&lt;p&gt;You must remove these incorrect characters from your conf file in order to start syslog-ng.&lt;/p&gt;For example, the following text is a direct copy and paste from a DMFD readme:&lt;p&gt; &lt;/p&gt;&lt;pre&gt;destination d_cyberark_vault_syslog {file("/var/nsm/inbox/app/cyberark/vault/syslog/cyberark_vault_syslog-$R_MONTH$R_DAY$R_HOUR$R_MIN"); };filter f_cyberark_vault_syslog { match("Cyber-Ark"); };log { source(local); filter(f_cyberark_vault_syslog);destination(d_cyberark_vault_syslog); }/;log { source(remote); filter(f_cyberark_vault_syslog);destination(d_cyberark_vault_syslog); };&lt;/pre&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;The above example is incorrect &lt;em&gt;(note extra line breaks)&lt;/em&gt;. The corrected text is as follows &lt;em&gt;(enclosed in a scrolling box to maintain line breaks)&lt;/em&gt;:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div style="width: 700px; overflow: auto; white-space: nowrap; padding: 5px; background: #dddddd none repeat scroll 0% 0%;"&gt;&lt;pre&gt;destination d_cyberark_vault_syslog { file("/var/nsm/inbox/app/cyberark/vault/syslog/cyberark_vault_syslog-$R_MONTH$R_DAY$R_HOUR$R_MIN"); };filter f_cyberark_vault_syslog { match("Cyber-Ark"); };log { source(local); filter(f_cyberark_vault_syslog);destination(d_cyberark_vault_syslog); };log { source(remote); filter(f_cyberark_vault_syslog);destination(d_cyberark_vault_syslog); };&lt;/pre&gt;&lt;/div&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;After the incorrect line breaks and white space are removed, syslog-ng will start.&lt;/p&gt;</description><pubDate>Fri, 07 Aug 2015 19:01:48 GMT</pubDate><dc:creator>Charles Creegan</dc:creator></item><item><title>Using dbquery.sh to test connectivity with databases</title><link>https://support.levelblue.com/kb/Goto15396.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SIEM LP/OE (All versions)&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Is there a way to test Database connections?&lt;/li&gt;    &lt;li&gt;I have validated the Database reader I am using in LP but I see no events &lt;/li&gt;    &lt;li&gt;I know I am using the correct username and password, but no events are showing in the system &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;The &lt;span style="font-family: 'courier new';"&gt;dbquery.sh&lt;/span&gt; script helps to verify that the connections are setup correctly. Here is the procedure to use this tool:&lt;/p&gt;&lt;ul&gt;&lt;/ul&gt;    &lt;ol&gt;        &lt;li&gt;Download the tool from the zip file attached to this article.&lt;/li&gt;        &lt;li&gt;Using a SCP client, copy &lt;span style="font-family: 'courier new';"&gt;dbquery.sh&lt;/span&gt; to the system&lt;/li&gt;        &lt;li&gt;    From the bash prompt run this command:  &lt;/li&gt;        &lt;li&gt;Connect to the system via SSH &lt;/li&gt;        &lt;li&gt;From the bash prompt run this command:  &lt;span style="font-family: 'courier new';"&gt;chmod 755 dbquery.sh&lt;/span&gt;&lt;/li&gt;        &lt;li&gt;From the bash prompt run this command:&lt;/li&gt;    &lt;/ol&gt;    &lt;div style="font-family: 'courier new'; width: 700px; overflow: auto; white-space: nowrap; padding: 5px; margin: 10px; background-color: #dddddd;"&gt;   ./dbquery.sh "net.sourceforge.jtds.jdbc.Driver" "jdbc:jtds:sqlserver://&amp;lt;hostname/IP&amp;gt;:1433/&amp;lt;name_db" "&amp;lt;user_name&amp;gt;" "&amp;lt;password&amp;gt;" "&amp;lt;query&amp;gt;" &lt;/div&gt;    &lt;ul&gt;        &lt;li&gt;The quotes are part of the command. Replace the &lt;span style="font-family: 'courier new';"&gt;&amp;lt;parameters&amp;gt;&lt;/span&gt; with your values. See the example below.  &lt;/li&gt;        &lt;li&gt;If there are connection issues or authentication issues this command will give you a message &lt;/li&gt;    &lt;/ul&gt;    &lt;h2&gt;Example:&lt;/h2&gt;    &lt;div style="font-family: 'courier new'; width: 700px; overflow: auto; white-space: nowrap; padding: 5px; margin: 10px; background-color: #dddddd;"&gt; ./dbquery.sh "net.sourceforge.jtds.jdbc.Driver" "jdbc:jtds:sqlserver://192.168.10.23:1433/EPO-4" "admin" "password" “select max(autoid) from EPOEvents" &lt;/div&gt;</description><pubDate>Fri, 07 Aug 2015 19:01:12 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Administration Console Login Prompt does not disapear after logging in</title><link>https://support.levelblue.com/kb/Goto15394.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;    SIEM OE 5.6, 5.7 &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Symptoms:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;I logged in to the Administration Console and the login prompt is still on the screen.&lt;/li&gt;    &lt;li&gt;I also see my domain in the "log on to" box &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Cause:&lt;/h2&gt;&lt;p&gt;This issue can be caused by a fault in Java.&lt;/p&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Start a ssh session and check the following log file:&lt;span style="font-family: 'courier new';"&gt; /var/log/nsm/soc/server.log&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;Look for recent entries with the following message: &lt;span style="font-family: 'courier new';"&gt;java.lang.OutOfMemory&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;/ul&gt;    If you find this is the problem, you can resolve it as follows:    &lt;ol&gt;        &lt;li&gt;Close the Administration Console&lt;/li&gt;        &lt;li&gt;Open Task Manager &amp;gt; Processes &lt;/li&gt;        &lt;li&gt;Look for &lt;span style="font-family: 'courier new';"&gt;javaw.exe&lt;/span&gt; (for 64 bit systems, &lt;span style="font-family: 'courier new';"&gt;javaw.exe *32&lt;/span&gt;)&lt;/li&gt;        &lt;li&gt;Select this item and click End Process&lt;/li&gt;        &lt;li&gt;Restart the SOC service (&lt;span style="font-family: 'courier new';"&gt;service nsmsoc restart&lt;/span&gt;) &lt;/li&gt;        &lt;li&gt;Launch the Administration Console&lt;/li&gt;    &lt;/ol&gt;    &lt;h2&gt;Notes:&lt;/h2&gt;    &lt;p&gt;The Administration Console connects in the following order in 5.6 and 5.7: SDW, SOC, DA, TD, TE &lt;/p&gt;    &lt;p&gt;The 2 most critical tiers are the SDW and SOC, as these two tiers have user tables. &lt;/p&gt;</description><pubDate>Fri, 07 Aug 2015 19:00:53 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Changing the warning statement on the SIEM login screen</title><link>https://support.levelblue.com/kb/Goto15317.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SIEM LP  &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How can I change the warning statement on the SIEM login screen? &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span style="font-size: 11pt;"&gt; &lt;/span&gt; &lt;span style="font-size: 11pt;"&gt;  &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/siem/login.jpg" /&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;ol&gt;    &lt;li&gt;Log in to the appliance using a ssh connection as a root user.&lt;/li&gt;    &lt;li&gt;Edit the file&lt;br /&gt;    &lt;br /&gt;    &lt;span style="font-family: 'courier new';"&gt;/opt/tomcat/webapps/itactics/WEB-INF/classes/web.properties&lt;br /&gt;    &lt;br /&gt;    &lt;br /&gt;    &lt;/span&gt;&lt;/li&gt;    &lt;li&gt;Look for the existing entry LoginWarningText, and change the line after the = &lt;br /&gt;    &lt;br /&gt;    &lt;span style="font-family: 'courier new';"&gt;LoginWarningText = This is my custom warning text, all on one line.&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;Note:&lt;/h2&gt;&lt;p&gt;Restart services if needed:&lt;br /&gt;&lt;span style="font-family: 'courier new';"&gt;&lt;br /&gt;#service tomcat restart&lt;br /&gt;#service httpd restart&lt;/span&gt;&lt;/p&gt;</description><pubDate>Fri, 07 Aug 2015 19:00:22 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Database reader enabled but no connection attempts </title><link>https://support.levelblue.com/kb/Goto15397.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SIEM OE 5.5.1, 5.6, 5.7 and 5.9 &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Symptoms:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Reader enabled but tcpdump is not showing outgoing connections&lt;br /&gt;    (to check, run &lt;span style="font-family: 'courier new';"&gt;tcpdump -nn host  &amp;lt;IP&amp;gt;)&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;Error in the DA nsm log:  &lt;span style="font-family: 'courier new';"&gt;Critical [io.DBReaderNGSQLSource.connect] /system/da/input/&amp;lt;device&amp;gt;/&amp;lt;vendor&amp;gt;/&amp;lt;product&amp;gt; failed to load the database driver&lt;/span&gt; &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Causes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;jtds-1.2.5 driver is not installed &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Resolution:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;In 5.5.1 verify that the &lt;span style="font-family: 'courier new';"&gt;jtds-1.2.5.jar&lt;/span&gt; file is in the following locations:    &lt;ul&gt;        &lt;li&gt;&lt;span style="font-family: 'courier new';"&gt;/opt/nsm/common/thirdparty&lt;/span&gt; &lt;/li&gt;        &lt;li&gt;&lt;span style="font-family: 'courier new';"&gt;/opt/NSM/server/lib/support&lt;/span&gt; &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt; In 5.6 and newer versions    &lt;ul&gt;        &lt;li&gt;&lt;span style="font-family: 'courier new';"&gt;/opt/nsm/common/thirdparty&lt;/span&gt; &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;5.5.1 is the only OE version that will need this file in both locations. &lt;/li&gt;    &lt;li&gt;Here is the download location for the driver:  &lt;br /&gt;    &lt;br /&gt;    &lt;a href="http://sourceforge.net/projects/jtds/files/jtds/1.2.5/" class="ApplyClass" target="_blank"&gt;http://sourceforge.net/projects/jtds/files/jtds/1.2.5/&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;/p&gt;</description><pubDate>Fri, 07 Aug 2015 18:59:56 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Finding active supported devices on SIEM LP with a SQL Query</title><link>https://support.levelblue.com/kb/Goto15427.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SIEM LP &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;I need a list of the active supported devices from my LP. Is there a simple way to list those from MySQL? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt; Log in to MySQL and use the following commands (note the SELECT statement is a single line):&lt;/p&gt;&lt;p class="MsoNormal"&gt; &lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family: 'courier new';"&gt;&lt;span style="color: #a5a5a5;"&gt;mysql&amp;gt;&lt;/span&gt; use sdw                                                                                                                            &lt;/span&gt;&lt;/p&gt;&lt;span style="font-family: 'courier new';"&gt;&lt;/span&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family: 'courier new'; color: #a5a5a5;"&gt;Database changed                                                                                                                          &lt;/span&gt;&lt;/p&gt;&lt;span style="font-family: 'courier new'; color: #a5a5a5;"&gt;&lt;/span&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family: 'courier new';"&gt;&lt;span style="color: #a5a5a5;"&gt;mysql&amp;gt;&lt;/span&gt; SELECT supported_devices.device_id,name,expiry_after FROM supported_devices JOIN device_data_expiry ON supported_devices.device_id=device_data_expiry.device_id;&lt;/span&gt;&lt;/p&gt;&lt;span style="font-family: 'courier new';"&gt;&lt;/span&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-family: 'courier new';"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;These commands will display a list of the supported devices for a particular installation. This will also display the expiry time. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;Sample output:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt; &lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;/p&gt;&lt;pre&gt;+-----------+----------------------------------------------------+--------------+| device_id | name                                               | expiry_after |+-----------+----------------------------------------------------+--------------+|         1 | McAfeeePO                                          |          180 ||         3 | Symantec AntiVirus - Flatfile                      |         NULL ||         4 | OracleAudit Trail                                  |          180 ||         5 | CheckPoint Firewall                                |         NULL ||         6 | CiscoASA/PIX                                       |          180 ||        11 | JuniperSSL VPN                                     |          180 |  &lt;/pre&gt;&lt;p class="MsoNormal"&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;Here is an additional example of the output:&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/15427/MySQL%20List%20of%20Supported%20Devices%20with%20Expiries.jpg" /&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;br /&gt;</description><pubDate>Fri, 07 Aug 2015 18:59:13 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Applying Updates with the Dark Site Package Manager</title><link>https://support.levelblue.com/kb/Goto15374.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SIEM LP &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I use the DarkSite Package upload manager to apply packages?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;ol&gt;    &lt;li&gt;To begin the process of applying a package through the DarkSite package upload manager, go to the Admin tab in the LP UI interface, select "System Management", then "File Manager":&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/15374/LP%20File%20Manager.jpg" /&gt;&lt;/li&gt;    &lt;li&gt;Once the File Manager is loaded, select the file category "+dark site packages":&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/15374/DarkSitePackages.jpg" style="width: 700px; height: 399px;" /&gt;&lt;/li&gt;    &lt;li&gt;Under "+dark site packages", click "Upload". A new window will open to allow you to browse to the package you need to upload:&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/15374/AddFile.jpg" style="width: 700px; height: 357px;" /&gt;&lt;span style="line-height: 12px; font-size: 11px;"&gt;&lt;br /&gt;    &lt;br /&gt;    &lt;/span&gt;&lt;/li&gt;    &lt;li&gt;&lt;span style="line-height: 12px; font-size: 11px;"&gt;Once the file has been uploaded through the DarkSite Package manager, navigate to the Update Manager under System Management in the Admin tab and choose "Available Updates". Place a check in the box next to the package and click "Extract". The DarkSite packages are the only types of packages you need to extract prior to installation; DMs and SPs do not need to be extracted. &lt;br /&gt;    &lt;br /&gt;    &lt;/span&gt;&lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/15374/Available%20Updates.jpg" style="width: 700px; height: 146px;" /&gt;&lt;/li&gt;    &lt;li&gt;Once the extraction is complete, click over to the "Updates to Install" tab. Your uploaded file should appear and be available for you to select and install.&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/15374/UpdatestoInstall.jpg" style="width: 700px; height: 354px;" /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;p&gt; &lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Upgrade packages in the following &lt;span style="line-height: 12px; font-size: 11px;"&gt; folder must also be applied with the "Update Manager" from the UI:&lt;/span&gt;    &lt;ul&gt;        &lt;li&gt;&lt;span style="line-height: 12px; font-size: 11px; font-family: 'courier new';"&gt;/usr/local/neiagent/DarkStore&lt;/span&gt;&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;Regular support package uploads go into /var/nsm/uploads to manually apply&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;/p&gt;</description><pubDate>Fri, 07 Aug 2015 18:58:42 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item></channel></rss>