<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Groups &#8211; Blue Lance</title>
	<atom:link href="https://bluelance.com/docs-category/eventlogcentral/configuration-eventlogcentral/groups/feed/" rel="self" type="application/rss+xml" />
	<link>https://bluelance.com</link>
	<description></description>
	<lastBuildDate>Thu, 04 Jun 2026 23:12:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://bluelance.com/wp-content/uploads/2025/11/fevicon-ic-1.png</url>
	<title>Groups &#8211; Blue Lance</title>
	<link>https://bluelance.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Event Logs</title>
		<link>https://bluelance.com/docs/eventlogs/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Tue, 02 Jun 2026 23:28:15 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=16202</guid>

					<description><![CDATA[The Event Logs configuration within a group defines which Windows Event Log channels the EventLogAgent clients in that group collect and forward. Each group can be configured to collect from different log channels with specific Event ID inclusion and exclusion rules, allowing you to tailor collection precisely to the needs of each group of machines. [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">The Event Logs configuration within a group defines which Windows Event Log channels the EventLogAgent clients in that group collect and forward. Each group can be configured to collect from different log channels with specific Event ID inclusion and exclusion rules, allowing you to tailor collection precisely to the needs of each group of machines.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Understanding group-based Event Log configuration:</strong></p>



<p class="wp-block-paragraph">Event Log settings are configured at the group level — meaning all clients assigned to a group share the same Event Log collection settings. This makes it straightforward to apply consistent collection policies across machines that serve the same role, such as all Domain Controllers or all SQL Servers, while using different settings for other groups.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Accessing Event Log configuration for a group:</strong></p>



<ol class="wp-block-list">
<li>In the left navigation menu, click <strong>Groups</strong></li>



<li>Locate the group you want to configure</li>



<li>Click the <strong>⋮</strong> menu next to the group</li>



<li>Select <strong>Event Logs</strong></li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Adding a Windows Event Log to a group:</strong></p>



<ol class="wp-block-list">
<li>From the Event Logs configuration screen, click <strong>Add Event Log</strong></li>



<li>Select a log from the available list or enter the log name manually:</li>
</ol>



<p class="wp-block-paragraph"><strong>Common Windows Event Logs:</strong></p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Log Name</strong></td><td><strong>Description</strong></td><td><strong>Common Use Cases</strong></td></tr><tr><td>Security</td><td>Security audit events</td><td>Logons, privilege use, object access, account changes</td></tr><tr><td>System</td><td>Windows system events</td><td>Service changes, system errors, hardware events</td></tr><tr><td>Application</td><td>Application events</td><td>App crashes, warnings, informational messages</td></tr><tr><td>Microsoft-Windows-PowerShell/Operational</td><td>PowerShell execution events</td><td>Script execution tracking, command logging</td></tr><tr><td>Microsoft-Windows-Sysmon/Operational</td><td>Sysmon events</td><td>Advanced threat detection</td></tr><tr><td>Microsoft-Windows-TaskScheduler/Operational</td><td>Scheduled task events</td><td>Task execution and modification tracking</td></tr></tbody></table></figure>



<ol start="3" class="wp-block-list">
<li>Configure the following settings for each log:</li>
</ol>



<p class="wp-block-paragraph"><strong>Enable/Disable:</strong> Toggle collection on or off for this log without removing it from the configuration. Disabled logs are not collected but their settings are retained for future use.</p>



<p class="wp-block-paragraph"><strong>Include Event IDs:</strong> Specify which Event IDs to collect from this log. Leave blank to collect all Event IDs from the channel.</p>



<p class="wp-block-paragraph">Example: 4624, 4625, 4672, 4720, 4726</p>



<p class="wp-block-paragraph"><strong>Exclude Event IDs:</strong> Specify Event IDs to ignore even if they appear in the log channel. Use this to suppress high-volume or low-value events.</p>



<p class="wp-block-paragraph">Example: 4634, 4648</p>



<p class="wp-block-paragraph"><strong>Exclude Descriptions:</strong> Filter events by message content — events whose description matches the specified text will be suppressed.</p>



<ol start="4" class="wp-block-list">
<li>Click <strong>Save</strong></li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Recommended Event ID configuration:</strong></p>



<p class="wp-block-paragraph">The following Event IDs are recommended as a starting point for security monitoring. Your administrator should adjust this list based on your organization&#8217;s specific compliance and monitoring requirements.</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Event ID</strong></td><td><strong>Log</strong></td><td><strong>Description</strong></td></tr><tr><td>4624</td><td>Security</td><td>Successful logon</td></tr><tr><td>4625</td><td>Security</td><td>Failed logon</td></tr><tr><td>4672</td><td>Security</td><td>Privileged logon</td></tr><tr><td>4688</td><td>Security</td><td>Process creation</td></tr><tr><td>4720</td><td>Security</td><td>User account created</td></tr><tr><td>4726</td><td>Security</td><td>User account deleted</td></tr><tr><td>4732</td><td>Security</td><td>User added to group</td></tr><tr><td>4740</td><td>Security</td><td>Account locked out</td></tr><tr><td>4768</td><td>Security</td><td>Kerberos authentication</td></tr><tr><td>4776</td><td>Security</td><td>NTLM authentication</td></tr><tr><td>5136</td><td>Security</td><td>Active Directory object modified</td></tr></tbody></table></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Example group Event Log configuration:</strong></p>



<p class="wp-block-paragraph">The following example shows a recommended starting configuration for a Domain Controllers group:</p>



<p class="wp-block-paragraph">Log: Security</p>



<p class="wp-block-paragraph">Enabled: Yes</p>



<p class="wp-block-paragraph">Include Event IDs: 4624, 4625, 4672, 4720, 4726, 4732, 4740, 4768, 4776, 5136</p>



<p class="wp-block-paragraph">Exclude Event IDs: (none)</p>



<p class="wp-block-paragraph">Description: Collect logon events, account changes, and privilege use</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Editing an existing Event Log configuration:</strong></p>



<ol class="wp-block-list">
<li>Navigate to the group&#8217;s Event Logs configuration</li>



<li>Locate the log to edit</li>



<li>Click the expand arrow to view current settings</li>



<li>Click <strong>Edit</strong></li>



<li>Modify the settings as needed</li>



<li>Click <strong>Save</strong></li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Disabling a log without removing it:</strong></p>



<p class="wp-block-paragraph">To temporarily stop collecting from a log channel without losing its configuration:</p>



<ol class="wp-block-list">
<li>Navigate to the group&#8217;s Event Logs configuration</li>



<li>Locate the log</li>



<li>Toggle the <strong>Enable</strong> switch to off</li>



<li>The log will not be collected until re-enabled</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Best practices:</strong></p>



<ul class="wp-block-list">
<li>Start with the Security log and the recommended Event IDs above before expanding to additional log channels</li>



<li>Use Include Event IDs rather than collecting all events from a channel — this significantly reduces forwarding volume and SIEM ingestion costs</li>



<li>Use Exclude Event IDs to suppress known high-volume, low-value events such as routine service account logons</li>



<li>Create separate groups for different server roles (Domain Controllers, File Servers, SQL Servers) and configure Event Log settings appropriate to each role</li>



<li>Test new Event Log configurations on a small group of non-production machines before rolling out to the full environment</li>



<li>Enable Windows Advanced Audit Policy on monitored machines to ensure the relevant Security Event IDs are being generated — EventLogAgent can only collect events that Windows is actually logging</li>
</ul>



<p class="wp-block-paragraph"><em>[Your administrator should review the Event Log configuration for each group regularly to confirm it remains aligned with your organization&#8217;s security monitoring and compliance requirements.]</em></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Audit Policies</title>
		<link>https://bluelance.com/docs/audit-policies/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Tue, 02 Jun 2026 23:28:56 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=16208</guid>

					<description><![CDATA[Audit Policies are rule-based filters that determine which Windows security events collected by EventLogAgent clients are forwarded to LT Auditor MP or the configured syslog destination. Each policy applies an ALLOW or DENY action based on conditions evaluated against incoming events, giving administrators precise control over which events are forwarded and which are suppressed. Understanding [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Audit Policies are rule-based filters that determine which Windows security events collected by EventLogAgent clients are forwarded to LT Auditor <sup>MP</sup> or the configured syslog destination. Each policy applies an ALLOW or DENY action based on conditions evaluated against incoming events, giving administrators precise control over which events are forwarded and which are suppressed.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Understanding audit policy logic:</strong></p>



<p class="wp-block-paragraph">Audit policies use a two-level rule structure:</p>



<p class="wp-block-paragraph"><strong>Rule Sets:</strong> Each policy contains one or more Rule Sets. Rule Sets use <strong>OR</strong> logic — if any Rule Set within a policy matches an incoming event, the policy action is applied.</p>



<p class="wp-block-paragraph"><strong>Conditions:</strong> Each Rule Set contains one or more Conditions. Conditions within a Rule Set use <strong>AND</strong> logic — all conditions in a Rule Set must match for the Rule Set to trigger.</p>



<p class="wp-block-paragraph">This structure allows complex filtering logic to be expressed clearly:</p>



<p class="wp-block-paragraph">Policy matches if:</p>



<p class="wp-block-paragraph">&nbsp;&nbsp;(Condition A AND Condition B) &nbsp; ← Rule Set 1</p>



<p class="wp-block-paragraph">&nbsp;&nbsp;OR</p>



<p class="wp-block-paragraph">&nbsp;&nbsp;(Condition C AND Condition D) &nbsp; ← Rule Set 2</p>



<p class="wp-block-paragraph"><strong>ALLOW vs DENY:</strong></p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Action</strong></td><td><strong>Description</strong></td></tr><tr><td>ALLOW</td><td>Matching events are forwarded to the configured target</td></tr><tr><td>DENY</td><td>Matching events are suppressed and not forwarded</td></tr></tbody></table></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Accessing audit policy configuration for a group:</strong></p>



<ol class="wp-block-list">
<li>In the left navigation menu, click <strong>Groups</strong></li>



<li>Locate the group you want to configure</li>



<li>Click the <strong>⋮</strong> menu next to the group</li>



<li>Select <strong>Audit Policies</strong></li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Creating a new audit policy:</strong></p>



<ol class="wp-block-list">
<li>Click <strong>Add Policy</strong></li>



<li>Configure the policy details:
<ul class="wp-block-list">
<li><strong>Policy Name</strong> — a descriptive name that clearly indicates the policy&#8217;s purpose (e.g., Suppress Service Account Logons, Alert Privileged Logons)</li>



<li><strong>Action</strong> — select <strong>ALLOW</strong> to forward matching events or <strong>DENY</strong> to suppress them</li>
</ul>
</li>



<li>Click <strong>Add Rule Set</strong> to add the first rule set</li>



<li>Enter a <strong>Rule Set Name</strong> (e.g., Service Account Pattern)</li>



<li>Add conditions to the rule set:
<ul class="wp-block-list">
<li>Click <strong>Add Condition</strong></li>



<li>Select a <strong>Field</strong> from the available event fields:</li>
</ul>
</li>
</ol>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Field</strong></td><td><strong>Description</strong></td></tr><tr><td>EventID</td><td>The Windows Event ID</td></tr><tr><td>TargetUserName</td><td>The username associated with the event</td></tr><tr><td>LogonType</td><td>The logon type code (e.g., 2 = Interactive, 3 = Network)</td></tr><tr><td>PrivilegeList</td><td>Privileges associated with the event</td></tr><tr><td>ProcessName</td><td>The name of the process that generated the event</td></tr></tbody></table></figure>



<ul class="wp-block-list">
<li>Select an <strong>Operator</strong>:</li>
</ul>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Operator</strong></td><td><strong>Description</strong></td></tr><tr><td>Equals</td><td>Exact match</td></tr><tr><td>Contains</td><td>Partial text match</td></tr><tr><td>StartsWith</td><td>Matches text at the beginning of the field value</td></tr><tr><td>EndsWith</td><td>Matches text at the end of the field value</td></tr><tr><td>Regex</td><td>Match using a regular expression pattern</td></tr></tbody></table></figure>



<ul class="wp-block-list">
<li>Enter the <strong>Value</strong> to match against</li>



<li>Click <strong>Save Condition</strong></li>
</ul>



<ol start="6" class="wp-block-list">
<li>Add additional conditions to the same rule set as needed — all conditions in a rule set must match (AND logic)</li>



<li>Click <strong>Add Rule Set</strong> to add additional rule sets if needed — any rule set matching triggers the policy (OR logic)</li>



<li>Click <strong>Save</strong></li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Example audit policies:</strong></p>



<p class="wp-block-paragraph"><strong>Example 1 — Suppress service account logons:</strong></p>



<p class="wp-block-paragraph">This policy suppresses routine service account logon events to reduce forwarding volume.</p>



<p class="wp-block-paragraph">Policy Name: Suppress Service Accounts</p>



<p class="wp-block-paragraph">Action: DENY</p>



<p class="wp-block-paragraph">Rule Set 1: Service Account Pattern</p>



<p class="wp-block-paragraph">&nbsp;&nbsp;Condition: TargetUserName EndsWith &#8220;$&#8221;</p>



<p class="wp-block-paragraph">&nbsp;&nbsp;Condition: EventID Equals &#8220;4624&#8221;</p>



<p class="wp-block-paragraph">Rule Set 2: Specific Service Accounts</p>



<p class="wp-block-paragraph">&nbsp;&nbsp;Condition: TargetUserName Equals &#8220;NT AUTHORITY\SYSTEM&#8221;</p>



<p class="wp-block-paragraph">&nbsp;&nbsp;Condition: EventID Equals &#8220;4624&#8221;</p>



<p class="wp-block-paragraph"><strong>Example 2 — Forward privileged logon events:</strong></p>



<p class="wp-block-paragraph">This policy ensures privileged logon events containing specific privileges are always forwarded.</p>



<p class="wp-block-paragraph">Policy Name: Alert Privileged Logons</p>



<p class="wp-block-paragraph">Action: ALLOW</p>



<p class="wp-block-paragraph">Rule Set 1: Admin Logon</p>



<p class="wp-block-paragraph">&nbsp;&nbsp;Condition: EventID Equals &#8220;4672&#8221;</p>



<p class="wp-block-paragraph">&nbsp;&nbsp;Condition: PrivilegeList Contains &#8220;SeDebugPrivilege&#8221;</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Policy evaluation order:</strong></p>



<p class="wp-block-paragraph">Policies within a group are evaluated in the order they are listed. Consider the following when setting policy priority:</p>



<ul class="wp-block-list">
<li>Place more specific DENY policies before broader ALLOW policies to ensure targeted suppression works as intended</li>



<li>Place critical ALLOW policies at a high priority to ensure important events are not inadvertently suppressed by a broader DENY policy</li>



<li>Test policies against real sample events before activating them in production</li>
</ul>



<p class="wp-block-paragraph"><em>[Your administrator should document the intended logic and business rationale for each audit policy so other administrators can understand and maintain them correctly.]</em></p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Editing an existing audit policy:</strong></p>



<ol class="wp-block-list">
<li>Navigate to the group&#8217;s Audit Policies configuration</li>



<li>Locate the policy to edit</li>



<li>Click the <strong>Edit</strong> icon</li>



<li>Modify the policy name, action, rule sets, or conditions as needed</li>



<li>Click <strong>Save</strong></li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Enabling and disabling policies:</strong></p>



<p class="wp-block-paragraph">To temporarily suspend a policy without deleting it:</p>



<ol class="wp-block-list">
<li>Locate the policy in the Audit Policies list</li>



<li>Toggle the <strong>Active</strong> switch to off</li>



<li>The policy will not be evaluated until re-enabled</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Deleting a policy:</strong></p>



<p class="wp-block-paragraph">Deleting a policy is permanent. Consider disabling the policy instead if you may need it again in the future.</p>



<ol class="wp-block-list">
<li>Locate the policy</li>



<li>Click the <strong>Delete</strong> icon</li>



<li>Confirm the deletion</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Best practices:</strong></p>



<ul class="wp-block-list">
<li>Use descriptive policy names that clearly indicate what the policy does and why — this is especially important for DENY policies where the intent may not be obvious</li>



<li>Start with ALLOW policies focused on the events you want to collect before adding DENY policies to suppress noise</li>



<li>Use DENY policies carefully — an overly broad suppression policy can silently drop security-relevant events</li>



<li>Test new policies on a small non-production group before applying them to production machines</li>



<li>Review audit policies regularly to ensure they remain appropriate as your environment and security requirements evolve</li>



<li>Use the Regex operator for complex pattern matching where standard operators are insufficient</li>



<li>Document the business logic behind each policy, particularly DENY policies, so the team understands what is being suppressed and why</li>
</ul>



<p class="wp-block-paragraph"><em>[Your administrator should audit active policies across all groups periodically to confirm that no critical event types are being inadvertently suppressed.]</em></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>File Audit</title>
		<link>https://bluelance.com/docs/file-audit/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Tue, 02 Jun 2026 23:28:29 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=16205</guid>

					<description><![CDATA[The File Audit configuration within a group defines rules for monitoring file system activity on the Windows machines assigned to that group. File audit rules instruct EventLogAgent clients to monitor specific directories for file operations such as reads, writes, deletions, renames, and permission changes, and forward matching activity to LT Auditor MP or the configured [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">The File Audit configuration within a group defines rules for monitoring file system activity on the Windows machines assigned to that group. File audit rules instruct EventLogAgent clients to monitor specific directories for file operations such as reads, writes, deletions, renames, and permission changes, and forward matching activity to LT Auditor <sup>MP</sup> or the configured syslog destination.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Understanding file auditing in EventLogCentral:</strong></p>



<p class="wp-block-paragraph">File auditing in EventLogCentral works through Windows Security event logs rather than a separate agent mechanism. Specifically it uses Windows Security Event IDs:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Event ID</strong></td><td><strong>Description</strong></td></tr><tr><td>4656</td><td>A handle to an object was requested</td></tr><tr><td>4670</td><td>Permissions on an object were changed</td></tr></tbody></table></figure>



<p class="wp-block-paragraph">Because file audit relies on Windows Security event logging, <strong>Windows Object Access auditing must be enabled</strong> on monitored machines before file audit rules will generate events. Without this, EventLogAgent has nothing to collect regardless of how file audit rules are configured.</p>



<p class="wp-block-paragraph">Rules are evaluated locally on each client — only matching events are forwarded to reduce network traffic and SIEM ingestion volume.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Enabling Windows Object Access auditing:</strong></p>



<p class="wp-block-paragraph">Before configuring file audit rules, confirm that Windows Object Access auditing is enabled on the target machines. This can be done via Group Policy:</p>



<ol class="wp-block-list">
<li>Open <strong>Group Policy Management Console</strong></li>



<li>Edit the GPO applied to the relevant machines</li>



<li>Navigate to:</li>
</ol>



<p class="wp-block-paragraph">Computer Configuration → Policies → Windows Settings →</p>



<p class="wp-block-paragraph">Security Settings → Advanced Audit Policy Configuration →</p>



<p class="wp-block-paragraph">Object Access</p>



<ol start="4" class="wp-block-list">
<li>Enable <strong>Audit File System</strong> for Success and Failure</li>



<li>Apply the GPO</li>
</ol>



<p class="wp-block-paragraph"><em>[Your administrator should confirm that Object Access auditing is enabled across all machines in groups where file audit rules are configured before expecting file audit events to appear in LT Auditor <sup>MP</sup>.]</em></p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Accessing file audit configuration for a group:</strong></p>



<ol class="wp-block-list">
<li>In the left navigation menu, click <strong>Groups</strong></li>



<li>Locate the group you want to configure</li>



<li>Click the <strong>⋮</strong> menu next to the group</li>



<li>Select <strong>File Audit</strong></li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Creating a file audit rule:</strong></p>



<ol class="wp-block-list">
<li>Click <strong>Add Rule</strong></li>



<li>Configure the rule details:</li>
</ol>



<p class="wp-block-paragraph"><strong>Rule Name:</strong> A descriptive name for the rule:</p>



<p class="wp-block-paragraph">Example: Monitor HR Documents</p>



<p class="wp-block-paragraph">Example: Critical Config Files</p>



<p class="wp-block-paragraph">Example: Finance Share Activity</p>



<p class="wp-block-paragraph"><strong>Path:</strong> The full directory path to monitor on the client machine:</p>



<p class="wp-block-paragraph">Windows examples:</p>



<p class="wp-block-paragraph">C:\HR\Documents</p>



<p class="wp-block-paragraph">C:\Windows\System32\config</p>



<p class="wp-block-paragraph">\\fileserver01\shares\Finance</p>



<p class="wp-block-paragraph"><strong>Recursive:</strong> Whether to monitor subdirectories within the specified path:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Setting</strong></td><td><strong>Description</strong></td></tr><tr><td>Enabled</td><td>Monitor the specified path and all subdirectories</td></tr><tr><td>Disabled</td><td>Monitor only the specified path — subdirectories are not included</td></tr></tbody></table></figure>



<p class="wp-block-paragraph"><strong>Operations:</strong> Select which file operations to monitor:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Operation</strong></td><td><strong>Description</strong></td></tr><tr><td>Read</td><td>File read access</td></tr><tr><td>Write</td><td>File write or modification</td></tr><tr><td>Delete</td><td>File deletion</td></tr><tr><td>Rename</td><td>File or folder rename</td></tr><tr><td>Permission Change</td><td>Changes to file or folder permissions</td></tr></tbody></table></figure>



<p class="wp-block-paragraph"><strong>Include Patterns:</strong> File name patterns to include in monitoring. Leave blank to monitor all file types:</p>



<p class="wp-block-paragraph">Examples:</p>



<p class="wp-block-paragraph">*.docx, *.xlsx, *.pdf</p>



<p class="wp-block-paragraph">SAM, SYSTEM, SECURITY</p>



<p class="wp-block-paragraph">*.csv, *.txt</p>



<p class="wp-block-paragraph"><strong>Exclude Patterns:</strong> File name patterns to exclude from monitoring — useful for filtering out temporary or system-generated files that create noise:</p>



<p class="wp-block-paragraph">Examples:</p>



<p class="wp-block-paragraph">~$*&nbsp; &nbsp; &nbsp; &nbsp; (temporary Office files)</p>



<p class="wp-block-paragraph">*.tmp&nbsp; &nbsp; &nbsp; (temporary files)</p>



<p class="wp-block-paragraph">*.log&nbsp; &nbsp; &nbsp; (log files)</p>



<ol start="3" class="wp-block-list">
<li>Click <strong>Save</strong></li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Example file audit rules:</strong></p>



<p class="wp-block-paragraph"><strong>Example 1 — Monitor HR documents:</strong></p>



<p class="wp-block-paragraph">Rule Name: HR Documents</p>



<p class="wp-block-paragraph">Path: C:\HR\Documents</p>



<p class="wp-block-paragraph">Recursive: Yes</p>



<p class="wp-block-paragraph">Operations: Read, Write, Delete, Rename, Permission Change</p>



<p class="wp-block-paragraph">Include Patterns: *.docx, *.xlsx, *.pdf</p>



<p class="wp-block-paragraph">Exclude Patterns: ~$*, *.tmp</p>



<p class="wp-block-paragraph"><strong>Example 2 — Monitor critical Windows configuration files:</strong></p>



<p class="wp-block-paragraph">Rule Name: Critical Config Files</p>



<p class="wp-block-paragraph">Path: C:\Windows\System32\config</p>



<p class="wp-block-paragraph">Recursive: No</p>



<p class="wp-block-paragraph">Operations: Write, Delete, Rename, Permission Change</p>



<p class="wp-block-paragraph">Include Patterns: SAM, SYSTEM, SECURITY</p>



<p class="wp-block-paragraph">Exclude Patterns: *.log, *.tmp</p>



<p class="wp-block-paragraph"><strong>Example 3 — Monitor a sensitive network share:</strong></p>



<p class="wp-block-paragraph">Rule Name: Finance Share</p>



<p class="wp-block-paragraph">Path: \\fileserver01\shares\Finance</p>



<p class="wp-block-paragraph">Recursive: Yes</p>



<p class="wp-block-paragraph">Operations: Read, Write, Delete, Permission Change</p>



<p class="wp-block-paragraph">Include Patterns: (blank — monitor all file types)</p>



<p class="wp-block-paragraph">Exclude Patterns: ~$*, *.tmp, Thumbs.db</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Editing an existing file audit rule:</strong></p>



<ol class="wp-block-list">
<li>Navigate to the group&#8217;s File Audit configuration</li>



<li>Locate the rule to edit</li>



<li>Click the <strong>Edit</strong> icon</li>



<li>Modify the settings as needed</li>



<li>Click <strong>Save</strong></li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Deleting a file audit rule:</strong></p>



<ol class="wp-block-list">
<li>Locate the rule in the File Audit list</li>



<li>Click the <strong>Delete</strong> icon</li>



<li>Confirm the deletion</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Troubleshooting file audit:</strong></p>



<p class="wp-block-paragraph">If file audit events are not appearing in LT Auditor <sup>MP</sup>, work through the following checks:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Problem</strong></td><td><strong>Likely Cause</strong></td><td><strong>Resolution</strong></td></tr><tr><td>No file events appearing</td><td>Windows Object Access auditing not enabled</td><td>Enable Audit File System via Group Policy</td></tr><tr><td>No file events from a specific path</td><td>Path does not exist on the client</td><td>Confirm the path exists and is accessible on the target machine</td></tr><tr><td>No file events for specific file types</td><td>Include pattern too restrictive</td><td>Review and update the Include Patterns setting</td></tr><tr><td>Excessive noise from a path</td><td>Exclude pattern too broad or missing</td><td>Add or refine Exclude Patterns to filter out unwanted files</td></tr><tr><td>File events appearing but not forwarded</td><td>Audit policy suppressing events</td><td>Review group Audit Policies for DENY rules affecting file event IDs</td></tr><tr><td>Network share not being monitored</td><td>Agent lacks access to the share</td><td>Confirm the EventLogAgent service account has read access to the network path</td></tr></tbody></table></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Best practices:</strong></p>



<ul class="wp-block-list">
<li>Always confirm Windows Object Access auditing is enabled before configuring file audit rules — without it no events will be generated regardless of rule configuration</li>



<li>Be specific with monitored paths — targeting entire drives generates extremely high event volumes and significant performance impact on client machines</li>



<li>Use Include Patterns to limit monitoring to file types most likely to contain sensitive data</li>



<li>Use Exclude Patterns to filter out temporary files, log files, and other noise sources from the start</li>



<li>Disable the Read operation for high-traffic directories if write, delete, and permission change monitoring is sufficient — read events can generate very high volumes on busy file servers</li>



<li>Test file audit rules on non-production machines before deploying to production to assess event volume and performance impact</li>



<li>Confirm the EventLogAgent service account has appropriate read access to any network shares included in file audit rules</li>
</ul>



<p class="wp-block-paragraph"><em>[Your administrator should document all active file audit rules and the business rationale for each monitored path so the configuration is auditable and can be reviewed during compliance assessments.]</em></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Sender</title>
		<link>https://bluelance.com/docs/sender/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Tue, 02 Jun 2026 23:29:03 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=16207</guid>

					<description><![CDATA[The Sender configuration within a group assigns a syslog target to all clients in that group. This determines where EventLogAgent clients in the group forward their collected Windows Event Log and file audit data. Each group can be assigned one target, and all clients in the group forward their events to that target. Understanding sender [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">The Sender configuration within a group assigns a syslog target to all clients in that group. This determines where EventLogAgent clients in the group forward their collected Windows Event Log and file audit data. Each group can be assigned one target, and all clients in the group forward their events to that target.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Understanding sender configuration:</strong></p>



<p class="wp-block-paragraph">Targets are created and managed centrally in the <strong>Targets</strong> section of EventLogCentral. The Sender configuration within a group simply assigns one of those pre-configured targets to the group. If no sender is assigned to a group, clients in that group use their default local configuration for forwarding.</p>



<p class="wp-block-paragraph">Changes to a group&#8217;s sender assignment are applied to all clients in the group immediately — clients receive the updated forwarding configuration on their next heartbeat cycle.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Accessing sender configuration for a group:</strong></p>



<ol class="wp-block-list">
<li>In the left navigation menu, click <strong>Groups</strong></li>



<li>Locate the group you want to configure</li>



<li>Click the <strong>⋮</strong> menu next to the group</li>



<li>Select <strong>Sender</strong></li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Assigning a target to a group:</strong></p>



<ol class="wp-block-list">
<li>From the Sender configuration screen, select a configured target from the dropdown list</li>



<li>Click <strong>Update</strong></li>
</ol>



<p class="wp-block-paragraph">All clients in the group will begin forwarding events to the selected target on their next heartbeat cycle (default: 5 minutes). Use <strong>Force Configuration Sync</strong> on individual clients from the Clients page if the change needs to be applied immediately.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Changing a group&#8217;s sender assignment:</strong></p>



<p class="wp-block-paragraph">To change the forwarding target for a group:</p>



<ol class="wp-block-list">
<li>Navigate to the group&#8217;s Sender configuration</li>



<li>Select the new target from the dropdown list</li>



<li>Click <strong>Update</strong></li>
</ol>



<p class="wp-block-paragraph">Changing a sender assignment redirects all future event forwarding from the group to the new target. Events already forwarded to the previous target are not affected.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Groups without a sender assigned:</strong></p>



<p class="wp-block-paragraph">If no sender is assigned to a group, clients in that group use their default local forwarding configuration. This may result in events being forwarded to an unintended destination or not forwarded at all, depending on the agent&#8217;s local configuration.</p>



<p class="wp-block-paragraph">It is recommended to assign an explicit sender to every group to ensure consistent and predictable event forwarding across all clients.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Verifying sender configuration:</strong></p>



<p class="wp-block-paragraph">After assigning a sender to a group, verify that clients are forwarding events to the correct target:</p>



<ol class="wp-block-list">
<li>Navigate to <strong>Clients</strong> in the left navigation menu</li>



<li>Select a client in the group</li>



<li>Click <strong>View Effective Configuration</strong></li>



<li>Confirm the configured target matches the sender assigned to the group</li>



<li>In the LT Auditor <sup>MP</sup> Web UI, navigate to <strong>View</strong> and confirm events from clients in the group are appearing under the correct environment and category</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>Best practices:</strong></p>



<ul class="wp-block-list">
<li>Assign an explicit sender to every group — do not rely on default local agent configuration for forwarding in production environments</li>



<li>Use Force Configuration Sync on clients after changing a sender assignment if the change needs to take effect immediately rather than waiting for the next heartbeat</li>



<li>Create a dedicated LT Auditor <sup>MP</sup> target in the Targets section and assign it as the sender for all groups that should forward to LT Auditor <sup>MP</sup></li>



<li>Verify event forwarding in the LT Auditor <sup>MP</sup> View module after any sender assignment change to confirm events are arriving at the correct destination</li>



<li>If different groups need to forward to different destinations — for example, Domain Controllers to LT Auditor <sup>MP</sup> and workstations to a separate SIEM — create separate targets for each destination and assign them to the relevant groups</li>
</ul>



<p class="wp-block-paragraph"><em>[Your administrator should document the sender assignment for each group and review it whenever targets are added, modified, or removed to ensure all groups are forwarding to the correct destination.]</em></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
