<?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>prerequisites &#8211; Blue Lance</title>
	<atom:link href="https://bluelance.com/docs-tag/prerequisites/feed/" rel="self" type="application/rss+xml" />
	<link>https://bluelance.com</link>
	<description></description>
	<lastBuildDate>Wed, 03 Jun 2026 17:45:11 +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>prerequisites &#8211; Blue Lance</title>
	<link>https://bluelance.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Prerequisites for Azure Log Connector</title>
		<link>https://bluelance.com/docs/prerequisites-for-azurelogconnector/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Thu, 28 May 2026 16:23:10 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=15895</guid>

					<description><![CDATA[Prerequisites for Azure Log Connector Before installing and configuring Azure Log Connector, several prerequisites must be in place in both your Microsoft Azure environment and your LT Auditor MP deployment. This article covers everything that needs to be confirmed or prepared before proceeding with installation. LT Auditor MP prerequisites: Requirement Details LT Auditor MP Server [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h3 class="wp-block-heading"><strong>Prerequisites for Azure Log Connector</strong></h3>



<p class="wp-block-paragraph">Before installing and configuring Azure Log Connector, several prerequisites must be in place in both your Microsoft Azure environment and your LT Auditor <sup>MP</sup> deployment. This article covers everything that needs to be confirmed or prepared before proceeding with installation.</p>



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



<p class="wp-block-paragraph"><strong>LT Auditor <sup>MP</sup> prerequisites:</strong></p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Requirement</strong></td><td><strong>Details</strong></td></tr><tr><td>LT Auditor <sup>MP</sup> Server</td><td>Must be installed and running</td></tr><tr><td>Network Access — Inbound</td><td>LT Auditor <sup>MP</sup> syslog listener must be active on the configured port (default: 5050)</td></tr><tr><td>Download Package</td><td>lta-mp-azurelogcollector.zip obtained from your administrator or Blue Lance</td></tr></tbody></table></figure>



<p class="wp-block-paragraph"><em>[Your administrator should confirm the exact download location for the Azure Log Connector package in your environment.]</em></p>



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



<p class="wp-block-paragraph"><strong>Server requirements:</strong></p>



<p class="wp-block-paragraph">The machine where Azure Log Connector will be installed must meet the following requirements:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Requirement</strong></td><td><strong>Details</strong></td></tr><tr><td>Operating System</td><td>Windows Server 2019 or newer</td></tr><tr><td>Internet Connectivity</td><td>Outbound HTTPS access to Microsoft Graph and Office 365 Management APIs</td></tr><tr><td>Administrative Access</td><td>Local administrator privileges required for installation and configuration</td></tr><tr><td>Network Access — Outbound</td><td>Must be able to reach the LT Auditor <sup>MP</sup> syslog listener on the configured port (default: 5050)</td></tr><tr><td>Azure Portal Access</td><td>Access to the Azure Portal to create and configure the App Registration</td></tr></tbody></table></figure>



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



<p class="wp-block-paragraph"><strong>Required outbound network access:</strong></p>



<p class="wp-block-paragraph">Azure Log Connector requires outbound HTTPS access to the following Microsoft API endpoints. Confirm these are not blocked by your firewall or proxy:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Endpoint</strong></td><td><strong>Purpose</strong></td></tr><tr><td>https://graph.microsoft.com</td><td>Microsoft Graph API — Entra ID sign-in logs, audit logs, identity protection events</td></tr><tr><td>https://manage.office.com</td><td>Office 365 Management API — SharePoint Online and OneDrive activity logs</td></tr><tr><td>https://login.microsoftonline.com</td><td>Microsoft identity platform — authentication for the App Registration</td></tr></tbody></table></figure>



<p class="wp-block-paragraph">Test connectivity from the Azure Log Connector server to each endpoint:</p>



<p class="wp-block-paragraph">Test-NetConnection -ComputerName graph.microsoft.com -Port 443</p>



<p class="wp-block-paragraph">Test-NetConnection -ComputerName manage.office.com -Port 443</p>



<p class="wp-block-paragraph">Test-NetConnection -ComputerName login.microsoftonline.com -Port 443</p>



<p class="wp-block-paragraph">All three should return a successful result. If any connection fails, work with your network team to allow outbound HTTPS traffic to those endpoints.</p>



<p class="wp-block-paragraph"><em>[Your administrator should confirm whether outbound internet access from the installation server requires proxy configuration, and if so, ensure the proxy settings are configured before proceeding.]</em></p>



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



<p class="wp-block-paragraph"><strong>Microsoft Entra ID prerequisites:</strong></p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Requirement</strong></td><td><strong>Details</strong></td></tr><tr><td>Active Entra ID Tenant</td><td>An active Microsoft Entra ID (Azure AD) tenant</td></tr><tr><td>Azure Portal Access</td><td>Global Administrator or Application Administrator privileges to create App Registrations</td></tr><tr><td>App Registration</td><td>A dedicated App Registration created for Azure Log Connector</td></tr><tr><td>API Permissions</td><td>Microsoft Graph and Office 365 Management API permissions granted with admin consent</td></tr><tr><td>Client Secret</td><td>A client secret generated for the App Registration</td></tr></tbody></table></figure>



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



<p class="wp-block-paragraph"><strong>Required API permissions:</strong></p>



<p class="wp-block-paragraph">The App Registration used by Azure Log Connector requires the following permissions. All permissions are <strong>Application</strong> type — not Delegated — as Azure Log Connector runs as a background service without a signed-in user. All permissions require <strong>Admin Consent</strong> from a Global Administrator.</p>



<p class="wp-block-paragraph"><strong>Microsoft Graph — Application Permissions:</strong></p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Permission</strong></td><td><strong>Purpose</strong></td></tr><tr><td>AuditLog.Read.All</td><td>Read Entra ID audit logs and sign-in logs</td></tr><tr><td>Directory.Read.All</td><td>Read directory objects including users, groups, and roles</td></tr><tr><td>Application.Read.All</td><td>Read application registrations and service principals</td></tr><tr><td>Domain.Read.All</td><td>Read domain information</td></tr><tr><td>Files.Read.All</td><td>Read files across the organization</td></tr><tr><td>GroupMember.Read.All</td><td>Read group memberships</td></tr><tr><td>IdentityProvider.Read.All</td><td>Read identity provider configurations</td></tr><tr><td>IdentityRiskyServicePrincipal.Read.All</td><td>Read risky service principal detections</td></tr><tr><td>IdentityRiskyUser.Read.All</td><td>Read risky user detections</td></tr><tr><td>Policy.Read.All</td><td>Read conditional access and other policies</td></tr><tr><td>RoleManagementAlert.Read.Directory</td><td>Read role management alerts</td></tr><tr><td>User.Export.All</td><td>Export user data</td></tr><tr><td>User.Read.All</td><td>Read user profiles</td></tr><tr><td>UserAuthenticationMethod.Read.All</td><td>Read user authentication methods including MFA</td></tr></tbody></table></figure>



<p class="wp-block-paragraph"><strong>Office 365 Management APIs — Application Permissions:</strong></p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Permission</strong></td><td><strong>Purpose</strong></td></tr><tr><td>ActivityFeed.Read</td><td>Read SharePoint Online and OneDrive activity logs</td></tr></tbody></table></figure>



<p class="wp-block-paragraph">This is a significantly broader set of permissions than the previous EntraConnector module required, reflecting the expanded scope of Azure Log Connector across both Entra ID and Microsoft 365. All permissions require Admin Consent before they become active.</p>



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



<p class="wp-block-paragraph"><strong>Microsoft 365 license requirements:</strong></p>



<p class="wp-block-paragraph">Access to certain log categories requires appropriate Microsoft licensing. Confirm the following with your Microsoft licensing administrator:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Log Category</strong></td><td><strong>Minimum License Required</strong></td></tr><tr><td>Entra ID Audit Logs</td><td>Microsoft Entra ID Free</td></tr><tr><td>Sign-In Logs</td><td>Microsoft Entra ID P1 or P2</td></tr><tr><td>Risky Sign-Ins &amp; Identity Protection</td><td>Microsoft Entra ID P2</td></tr><tr><td>SharePoint Online Activity Logs</td><td>Microsoft 365 Business Standard or above</td></tr><tr><td>OneDrive Activity Logs</td><td>Microsoft 365 Business Standard or above</td></tr><tr><td>Conditional Access Activity</td><td>Microsoft Entra ID P1 or P2</td></tr></tbody></table></figure>



<p class="wp-block-paragraph"><em>[Your administrator should confirm your organization&#8217;s current Microsoft 365 and Entra ID license tiers and which log categories are available before configuring Azure Log Connector.]</em></p>



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



<p class="wp-block-paragraph"><strong>Roles required for setup:</strong></p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Task</strong></td><td><strong>Required Role</strong></td></tr><tr><td>Create the App Registration</td><td>Global Administrator or Application Administrator</td></tr><tr><td>Grant Admin Consent for API permissions</td><td>Global Administrator</td></tr><tr><td>Install Azure Log Connector</td><td>Local Administrator on the installation server</td></tr><tr><td>Configure Azure Log Connector in LT Auditor <sup>MP</sup></td><td>LT Auditor <sup>MP</sup> Administrator</td></tr></tbody></table></figure>



<p class="wp-block-paragraph"><em>[Your administrator should coordinate with your Azure or Microsoft 365 administrator to complete the App Registration steps if they do not have access to the Azure Portal.]</em></p>



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



<p class="wp-block-paragraph"><strong>Information to gather before installation:</strong></p>



<p class="wp-block-paragraph">Before proceeding to the App Registration and installation steps, gather the following. You will need all of these values during configuration:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Item</strong></td><td><strong>Where to Find It</strong></td><td><strong>Notes</strong></td></tr><tr><td>Tenant ID</td><td>Azure Portal → Microsoft Entra ID → Overview</td><td>Also called Directory ID</td></tr><tr><td>Client ID</td><td>Azure Portal → App Registrations → your app → Overview</td><td>Also called Application ID</td></tr><tr><td>Client Secret</td><td>Azure Portal → App Registrations → your app → Certificates &amp; Secrets</td><td>Copy immediately — only shown once</td></tr><tr><td>LT Auditor <sup>MP</sup> Server IP or Hostname</td><td>Your LT Auditor <sup>MP</sup> installation</td><td>Needed during configuration</td></tr><tr><td>Syslog Port</td><td>LT Auditor <sup>MP</sup> <br>Configure → Transformation Rules</td><td>Default: 5050</td></tr><tr><td>Syslog Protocol</td><td>LT Auditor <sup>MP</sup> <br>Configure → Transformation Rules</td><td>UDP, TCP, or TLS</td></tr></tbody></table></figure>



<p class="wp-block-paragraph">The Client Secret value is only displayed once at the time of creation. Copy it immediately and store it securely. If the secret is lost, a new one must be generated.</p>



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



<p class="wp-block-paragraph"><strong>Prerequisites checklist:</strong></p>



<p class="wp-block-paragraph">Before proceeding to the next article, confirm all of the following:</p>



<ul class="wp-block-list">
<li>[ ] Installation server meets Windows Server 2019 or newer requirement</li>



<li>[ ] Outbound HTTPS access confirmed to all three Microsoft API endpoints</li>



<li>[ ] LT Auditor <sup>MP</sup> server is installed and running</li>



<li>[ ] LT Auditor <sup>MP</sup> syslog listener is active on the configured port</li>



<li>[ ] Azure Portal access with appropriate privileges is available</li>



<li>[ ] Microsoft 365 and Entra ID license tiers confirmed</li>



<li>[ ] Tenant ID, Client ID, and Client Secret are ready to hand</li>



<li>[ ] LT Auditor <sup>MP</sup> syslog port and protocol are confirmed</li>
</ul>



<p class="wp-block-paragraph"><em>[Your administrator should complete this checklist before proceeding to the Registering the App in Microsoft Entra ID article to avoid interruptions during setup.]</em></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Windows Installation Steps</title>
		<link>https://bluelance.com/docs/windows-installation-steps/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Thu, 28 May 2026 16:17:22 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=15825</guid>

					<description><![CDATA[To install LT Auditor MP on a Windows system, you will need Administrator privileges. The installation is handled by a PowerShell script included in the installation package. Before you begin: Installation steps: cd Windows Set-ExecutionPolicy Unrestricted .\Install.ps1 Set-ExecutionPolicy Restricted Always reset the execution policy after installation is complete as a security best practice. [Your administrator [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">To install LT Auditor <sup>MP</sup> on a Windows system, you will need Administrator privileges. The installation is handled by a PowerShell script included in the installation package.</p>



<p class="wp-block-paragraph"><strong>Before you begin:</strong></p>



<ul class="wp-block-list">
<li>Confirm your OS meets the requirements listed in Supported Operating Systems</li>



<li>Confirm required ports are available and not blocked by your firewall</li>



<li>Have your server&#8217;s actual IP address or domain name ready — do not use 127.0.0.1</li>
</ul>



<p class="wp-block-paragraph"><strong>Installation steps:</strong></p>



<ol class="wp-block-list">
<li>Open PowerShell as Administrator and navigate to the Windows directory:</li>
</ol>



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



<ol start="2" class="wp-block-list">
<li>Allow PowerShell scripts to run:</li>
</ol>



<p class="wp-block-paragraph">Set-ExecutionPolicy Unrestricted</p>



<ol start="3" class="wp-block-list">
<li>Run the installation script:</li>
</ol>



<p class="wp-block-paragraph">.\Install.ps1</p>



<ol start="4" class="wp-block-list">
<li>Follow any on-screen instructions, including accepting the EULA when prompted.<br></li>



<li>Once installation is complete, reset the PowerShell execution policy:<br></li>
</ol>



<p class="wp-block-paragraph">Set-ExecutionPolicy Restricted</p>



<p class="wp-block-paragraph">Always reset the execution policy after installation is complete as a security best practice.</p>



<p class="wp-block-paragraph"><em>[Your administrator should note here where the installation package is obtained and any environment-specific options that appear during installation.]</em></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Linux Installation Steps</title>
		<link>https://bluelance.com/docs/linux-installation-steps/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Thu, 28 May 2026 16:16:14 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=15815</guid>

					<description><![CDATA[To install LT Auditor MP on a Linux system, you will need root or sudo access. The installation is handled by a script included in the installation package. Before you begin: Installation steps: [Your administrator should note here where the installation package is obtained and any environment-specific options that appear during installation.]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">To install LT Auditor <sup>MP</sup> on a Linux system, you will need root or sudo access. The installation is handled by a script included in the installation package.</p>



<p class="wp-block-paragraph"><strong>Before you begin:</strong></p>



<ul class="wp-block-list">
<li>Confirm your OS meets the requirements listed in Supported Operating Systems</li>



<li>Confirm required ports are available and not blocked by your firewall</li>



<li>Have your server&#8217;s actual IP address or domain name ready — do not use 127.0.0.1</li>
</ul>



<p class="wp-block-paragraph"><strong>Installation steps:</strong></p>



<ol class="wp-block-list">
<li>Navigate to the scripts directory:</li>
</ol>



<pre class="wp-block-code"><code>cd scripts</code></pre>



<ol start="2" class="wp-block-list">
<li>Switch to superuser mode:</li>
</ol>



<pre class="wp-block-code"><code>sudo su</code></pre>



<ol start="3" class="wp-block-list">
<li>Make all scripts executable:</li>
</ol>



<pre class="wp-block-code"><code>chmod +x *.sh</code></pre>



<ol start="4" class="wp-block-list">
<li>Run the installation script:</li>
</ol>



<pre class="wp-block-code"><code>./install.sh</code></pre>



<ol start="5" class="wp-block-list">
<li>Follow any on-screen instructions, including accepting the EULA when prompted.</li>
</ol>



<p class="wp-block-paragraph"><em>[Your administrator should note here where the installation package is obtained and any environment-specific options that appear during installation.]</em></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>EULA Acceptance</title>
		<link>https://bluelance.com/docs/eula-acceptance/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Thu, 28 May 2026 16:15:50 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=15813</guid>

					<description><![CDATA[Before installation can proceed, you must read and accept the End User License Agreement (EULA). The installation script will display the EULA automatically and prompt you to accept it before continuing. Installation cannot proceed without accepting the EULA.]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Before installation can proceed, you must read and accept the End User License Agreement (EULA). The installation script will display the EULA automatically and prompt you to accept it before continuing.</p>



<p class="wp-block-paragraph">Installation cannot proceed without accepting the EULA.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Supported Operating Systems</title>
		<link>https://bluelance.com/docs/supported-operating-systems/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Thu, 28 May 2026 16:15:40 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=15811</guid>

					<description><![CDATA[LT Auditor MP is supported on the following operating systems: Linux: Windows:]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph" style="font-size:16px">LT Auditor <sup>MP</sup> is supported on the following operating systems:</p>



<p class="wp-block-paragraph" style="font-size:16px"><strong>Linux:</strong></p>



<ul style="font-size:16px" class="wp-block-list">
<li>SLES 15 or newer</li>



<li>Ubuntu 22.04 LTS or newer</li>



<li>Debian 12 or newer</li>
</ul>



<p class="wp-block-paragraph" style="font-size:16px"><strong>Windows:</strong></p>



<ul style="font-size:16px" class="wp-block-list">
<li>Windows Server 2019 or newer</li>
</ul>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>System Requirements</title>
		<link>https://bluelance.com/docs/system-requirements/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Thu, 28 May 2026 16:14:45 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=15809</guid>

					<description><![CDATA[Before installing LT Auditor MP, confirm that your server meets the following minimum requirements. Component Requirement Operating System See Supported Operating Systems RAM 8 GB minimum (16 GB recommended) Disk Space 50 GB minimum for server Database PostgreSQL (installed automatically) Browser Chrome, Edge, or Firefox (for Web UI) Network Required ports must be open and [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph" style="font-size:16px">Before installing LT Auditor <sup>MP</sup>, confirm that your server meets the following minimum requirements.</p>



<figure class="wp-block-table is-style-stripes" style="font-size:16px"><table class="has-fixed-layout"><thead><tr><th>Component</th><th>Requirement</th></tr></thead><tbody><tr><td>Operating System</td><td>See Supported Operating Systems</td></tr><tr><td>RAM</td><td>8 GB minimum (16 GB recommended)</td></tr><tr><td>Disk Space</td><td>50 GB minimum for server</td></tr><tr><td>Database</td><td>PostgreSQL (installed automatically)</td></tr><tr><td>Browser</td><td>Chrome, Edge, or Firefox (for Web UI)</td></tr><tr><td>Network</td><td>Required ports must be open and not blocked by firewall</td></tr><tr><td>Privileges</td><td>Root or sudo access (Linux) / Administrator (Windows)</td></tr></tbody></table></figure>



<p class="wp-block-paragraph" style="font-size:16px"><em>Your administrator should confirm exact RAM, disk, and network port requirements for your specific deployment.</em></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
