<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-2386 Log ingestion pipelines fail for login-audit.csv after upgrading to Appian 25.4</title><link>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-2386 Log ingestion pipelines fail for login-audit.csv after upgrading to Appian 25.4</title><link>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4</link><pubDate>Mon, 15 Jun 2026 16:05:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eb43299f-2fd7-450c-a67e-c2347d58d810</guid><dc:creator>pauline.delacruz</dc:creator><comments>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4#comments</comments><description>Current Revision posted to Appian Knowledge Base by pauline.delacruz on 6/15/2026 4:05:32 PM&lt;br /&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Symptoms&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;"&gt;After upgrading to Appian 25.4, automated log ingestion pipelines (such as Splunk, Datadog, ELK, or custom Appian expression rules) that process the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/login-audit.csv&lt;/code&gt; file and rely on strict positional parsing or headerless formats may fail or parse data incorrectly.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,1"&gt;&lt;span style="font-family:inherit;"&gt;As a result, administrators may experience a temporary loss of login audit data visibility in downstream reporting stores, or trigger internal security/IT alerts due to these ingestion job failures.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Cause &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;This issue is caused by schema changes introduced in Appian 25.4 to support the new &amp;quot;Multi-Factor Authentication: Authenticator Apps&amp;quot; feature. &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;Pipelines relying on headerless parsing or strict positional index mapping will fail due to two structural modifications:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="6"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,0,0"&gt;&lt;span style="font-family:inherit;"&gt;Inclusion of Headers&lt;b data-path-to-node="6,0,0" data-index-in-node="0"&gt;:&lt;/b&gt; Row 1 of &lt;strong&gt;login-audit.csv&lt;/strong&gt; now contains column headers. Historically, this file was headerless.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,0"&gt;&lt;span style="font-family:inherit;"&gt;New MFA Tracking Column&lt;b data-path-to-node="6,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; A new column was appended to the log to track native MFA events.&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="6,1,1"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,0,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian 25.4, this column was initially introduced as &lt;/span&gt;MFA User&lt;span style="font-family:inherit;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,1,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian Hotfix 25.4.371.0, this column was renamed to &lt;/span&gt;MFA Authenticated &lt;span style="font-family:inherit;"&gt;and its behavior was refined to accurately distinguish genuine Appian MFA events from SSO/LDAP authentications.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,2,0"&gt;&lt;span style="font-family:inherit;"&gt;Note: &lt;/span&gt;&lt;code&gt;true&lt;/code&gt; &lt;span style="font-family:inherit;"&gt;indicates successful authentication using Appian native MFA, while &lt;/span&gt;&lt;code&gt;false&lt;/code&gt; &lt;span style="font-family:inherit;"&gt;indicates external authentication (SSO/LDAP), primary authentication failure, or MFA not being enabled.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="7"&gt;&lt;span style="font-family:inherit;"&gt;Strict positional parsing of the &lt;/span&gt;&lt;strong&gt;login-audit.csv&lt;/strong&gt;&lt;span style="font-family:inherit;"&gt; file without accounting for the newly added header row is no longer a supported ingestion approach.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="7"&gt;For more information about &lt;strong&gt;login-audit.csv&lt;/strong&gt;, refer to &lt;a href="https://docs.appian.com/suite/help/latest/Logging.html#logins"&gt;Logging&lt;/a&gt;.&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Action &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;"&gt;To resolve this issue and prevent future disruptions, log ingestion scripts and parsers must be updated:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="9"&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,0,0"&gt;Account for the Header Row: Update ingestion scripts to ignore the first row as data, treating it instead as the schema definition.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,1,0"&gt;Update Parsing Logic&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="9,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; Switch from positional indexing to header-based mapping (e.g., map by the exact header string MFA Authenticated). This guarantees pipeline stability even if column orders change in future releases.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Affected Versions&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="10"&gt;This article applies to Appian 25.4 and later.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;&lt;span&gt;Last Reviewed: June 2026&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: integration, authentication&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-2591] Log ingestion pipelines fail for login-audit.csv after upgrading to Appian 25.4</title><link>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4/revision/13</link><pubDate>Wed, 20 May 2026 20:12:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eb43299f-2fd7-450c-a67e-c2347d58d810</guid><dc:creator>pauline.delacruz</dc:creator><comments>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4#comments</comments><description>Revision 13 posted to Appian Knowledge Base by pauline.delacruz on 5/20/2026 8:12:41 PM&lt;br /&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Symptoms&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;"&gt;After upgrading to Appian 25.4, automated log ingestion pipelines (such as Splunk, Datadog, ELK, or custom Appian expression rules) that process the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/login-audit.csv&lt;/code&gt; file and rely on strict positional parsing or headerless formats may fail or parse data incorrectly.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,1"&gt;&lt;span style="font-family:inherit;"&gt;As a result, administrators may experience a temporary loss of login audit data visibility in downstream reporting stores, or trigger internal security/IT alerts due to these ingestion job failures.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="4"&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Cause &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;This issue is caused by schema changes introduced in Appian 25.4 to support the new &amp;quot;Multi-Factor Authentication: Authenticator Apps&amp;quot; feature. &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;Pipelines relying on headerless parsing or strict positional index mapping will fail due to two structural modifications:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="6"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,0,0"&gt;&lt;span style="font-family:inherit;"&gt;Inclusion of Headers&lt;b data-path-to-node="6,0,0" data-index-in-node="0"&gt;:&lt;/b&gt; Row 1 of &lt;strong&gt;login-audit.csv&lt;/strong&gt; now contains column headers. Historically, this file was headerless.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,0"&gt;&lt;span style="font-family:inherit;"&gt;New MFA Tracking Column&lt;b data-path-to-node="6,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; A new column was appended to the log to track native MFA events.&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="6,1,1"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,0,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian 25.4, this column was initially introduced as &lt;/span&gt;MFA User&lt;span style="font-family:inherit;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,1,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian Hotfix 25.4.371.0, this column was renamed to &lt;/span&gt;MFA Authenticated &lt;span style="font-family:inherit;"&gt;and its behavior was refined to accurately distinguish genuine Appian MFA events from SSO/LDAP authentications.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,2,0"&gt;&lt;span style="font-family:inherit;"&gt;Note: &lt;/span&gt;&lt;code&gt;true&lt;/code&gt; &lt;span style="font-family:inherit;"&gt;indicates successful authentication using Appian native MFA, while &lt;/span&gt;&lt;code&gt;false&lt;/code&gt; &lt;span style="font-family:inherit;"&gt;indicates external authentication (SSO/LDAP), primary authentication failure, or MFA not being enabled.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="7"&gt;&lt;span style="font-family:inherit;"&gt;Strict positional parsing of the &lt;/span&gt;&lt;strong&gt;login-audit.csv&lt;/strong&gt;&lt;span style="font-family:inherit;"&gt; file without accounting for the newly added header row is no longer a supported ingestion approach.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="7"&gt;For more information about &lt;strong&gt;login-audit.csv&lt;/strong&gt;, refer to &lt;a href="https://docs.appian.com/suite/help/latest/Logging.html#logins"&gt;Logging&lt;/a&gt;&lt;/p&gt;
&lt;p data-path-to-node="7"&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Action &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;"&gt;To resolve this issue and prevent future disruptions, log ingestion scripts and parsers must be updated:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="9"&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,0,0"&gt;Account for the Header Row: Update ingestion scripts to ignore the first row as data, treating it instead as the schema definition.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,1,0"&gt;Update Parsing Logic&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="9,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; Switch from positional indexing to header-based mapping (e.g., map by the exact header string MFA Authenticated). This guarantees pipeline stability even if column orders change in future releases.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="10" data-index-in-node="0"&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Affected Versions&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="10"&gt;This article applies to Appian 25.4 and later.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;May 2026&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: authentication&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-2591] Log ingestion pipelines fail for login-audit.csv after upgrading to Appian 25.4</title><link>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4/revision/12</link><pubDate>Tue, 19 May 2026 08:58:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eb43299f-2fd7-450c-a67e-c2347d58d810</guid><dc:creator>cesar.gilalonso</dc:creator><comments>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4#comments</comments><description>Revision 12 posted to Appian Knowledge Base by cesar.gilalonso on 5/19/2026 8:58:41 AM&lt;br /&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Symptoms&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;"&gt;After upgrading to Appian 25.4, automated log ingestion pipelines (such as Splunk, Datadog, ELK, or custom Appian expression rules) that process the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/login-audit.csv&lt;/code&gt; file and rely on strict positional parsing or headerless formats may fail or parse data incorrectly.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,1"&gt;&lt;span style="font-family:inherit;"&gt;As a result, administrators may experience a temporary loss of login audit data visibility in downstream reporting stores, or trigger internal security/IT alerts due to these ingestion job failures.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="4"&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Cause &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;This issue is caused by schema changes introduced in Appian 25.4 to support the new &amp;quot;Multi-Factor Authentication: Authenticator Apps&amp;quot; feature. &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;Pipelines relying on headerless parsing or strict positional index mapping will fail due to two structural modifications:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="6"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,0,0"&gt;&lt;span style="font-family:inherit;"&gt;Inclusion of Headers&lt;b data-path-to-node="6,0,0" data-index-in-node="0"&gt;:&lt;/b&gt; Row 1 of &lt;strong&gt;login-audit.csv&lt;/strong&gt; now contains column headers. Historically, this file was headerless.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,0"&gt;&lt;span style="font-family:inherit;"&gt;New MFA Tracking Column&lt;b data-path-to-node="6,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; A new column was appended to the log to track native MFA events.&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="6,1,1"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,0,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian 25.4, this column was initially introduced as &lt;/span&gt;MFA User&lt;span style="font-family:inherit;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,1,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian Hotfix 25.4.371.0, this column was renamed to &lt;/span&gt;MFA Authenticated &lt;span style="font-family:inherit;"&gt;and its behavior was refined to accurately distinguish genuine Appian MFA events from SSO/LDAP authentications.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,2,0"&gt;&lt;span style="font-family:inherit;"&gt;Note: &lt;/span&gt;true &lt;span style="font-family:inherit;"&gt;indicates successful authentication using Appian native MFA, while &lt;/span&gt;false &lt;span style="font-family:inherit;"&gt;indicates external authentication (SSO/LDAP), primary authentication failure, or MFA not being enabled.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="7"&gt;&lt;span style="font-family:inherit;"&gt;Strict positional parsing of the &lt;/span&gt;&lt;strong&gt;login-audit.csv&lt;/strong&gt;&lt;span style="font-family:inherit;"&gt; file without accounting for the newly added header row is no longer a supported ingestion approach.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="7"&gt;For more information about &lt;strong&gt;login-audit.csv&lt;/strong&gt;, refer to &lt;a href="https://docs.appian.com/suite/help/26.4/Logging.html#logins"&gt;Logging&lt;/a&gt;&lt;/p&gt;
&lt;p data-path-to-node="7"&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Action &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;"&gt;To resolve this issue and prevent future disruptions, log ingestion scripts and parsers must be updated:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="9"&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,0,0"&gt;Account for the Header Row: Update ingestion scripts to ignore the first row as data, treating it instead as the schema definition.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,1,0"&gt;Update Parsing Logic&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="9,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; Switch from positional indexing to header-based mapping (e.g., map by the exact header string MFA Authenticated). This guarantees pipeline stability even if column orders change in future releases.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="10" data-index-in-node="0"&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Affected Versions&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="11"&gt;
&lt;li&gt;
&lt;p data-path-to-node="11,0,0"&gt;&lt;span style="font-family:inherit;"&gt;This article applies to Appian 25.4 and later.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;May 2026&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: authentication&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-2591] Log ingestion pipelines fail for login-audit.csv after upgrading to Appian 25.4</title><link>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4/revision/11</link><pubDate>Tue, 19 May 2026 08:57:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eb43299f-2fd7-450c-a67e-c2347d58d810</guid><dc:creator>cesar.gilalonso</dc:creator><comments>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4#comments</comments><description>Revision 11 posted to Appian Knowledge Base by cesar.gilalonso on 5/19/2026 8:57:53 AM&lt;br /&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Symptoms&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;"&gt;After upgrading to Appian 25.4, automated log ingestion pipelines (such as Splunk, Datadog, ELK, or custom Appian expression rules) that process the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/login-audit.csv&lt;/code&gt; file and rely on strict positional parsing or headerless formats may fail or parse data incorrectly.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,1"&gt;&lt;span style="font-family:inherit;"&gt;As a result, administrators may experience a temporary loss of login audit data visibility in downstream reporting stores, or trigger internal security/IT alerts due to these ingestion job failures.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="4"&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Cause &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;This issue is caused by schema changes introduced in Appian 25.4 to support the new &amp;quot;Multi-Factor Authentication: Authenticator Apps&amp;quot; feature. &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;Pipelines relying on headerless parsing or strict positional index mapping will fail due to two structural modifications:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="6"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,0,0"&gt;&lt;span style="font-family:inherit;"&gt;Inclusion of Headers&lt;b data-path-to-node="6,0,0" data-index-in-node="0"&gt;:&lt;/b&gt; Row 1 of &lt;strong&gt;login-audit.csv&lt;/strong&gt; now contains column headers. Historically, this file was headerless.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,0"&gt;&lt;span style="font-family:inherit;"&gt;New MFA Tracking Column&lt;b data-path-to-node="6,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; A new column was appended to the log to track native MFA events.&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="6,1,1"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,0,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian 25.4, this column was initially introduced as &lt;/span&gt;MFA User&lt;span style="font-family:inherit;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,1,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian Hotfix 25.4.371.0, this column was renamed to &lt;/span&gt;MFA Authenticated &lt;span style="font-family:inherit;"&gt;and its behavior was refined to accurately distinguish genuine Appian MFA events from SSO/LDAP authentications.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,2,0"&gt;&lt;span style="font-family:inherit;"&gt;Note: &lt;/span&gt;true &lt;span style="font-family:inherit;"&gt;indicates successful authentication using Appian native MFA, while &lt;/span&gt;false &lt;span style="font-family:inherit;"&gt;indicates external authentication (SSO/LDAP), primary authentication failure, or MFA not being enabled.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="7"&gt;&lt;span style="font-family:inherit;"&gt;Strict positional parsing of the &lt;/span&gt;&lt;strong&gt;login-audit.csv&lt;/strong&gt;&lt;span style="font-family:inherit;"&gt; file without accounting for the newly added header row is no longer a supported ingestion approach.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="7"&gt;For more information about &lt;strong&gt;login-audit.csv&lt;/strong&gt;, refer to &lt;a href="https://docs.appian.com/suite/help/26.4/Logging.html#logins"&gt;Logging&lt;/a&gt;&lt;/p&gt;
&lt;p data-path-to-node="7"&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Action &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;"&gt;To resolve this issue and prevent future disruptions, log ingestion scripts and parsers must be updated:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="9"&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,0,0"&gt;Account for the Header Row: Update ingestion scripts to ignore the first row as data, treating it instead as the schema definition.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,1,0"&gt;Update Parsing Logic&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="9,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; Switch from positional indexing to header-based mapping (e.g., map by the exact header string MFA Authenticated). This guarantees pipeline stability even if column orders change in future releases.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="10" data-index-in-node="0"&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Affected Versions&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="11"&gt;
&lt;li&gt;
&lt;p data-path-to-node="11,0,0"&gt;&lt;span style="font-family:inherit;"&gt;This article applies to Appian 25.4 and later.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: authentication&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-2591] Log ingestion pipelines fail for login-audit.csv after upgrading to Appian 25.4</title><link>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4/revision/10</link><pubDate>Tue, 19 May 2026 08:56:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eb43299f-2fd7-450c-a67e-c2347d58d810</guid><dc:creator>cesar.gilalonso</dc:creator><comments>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4#comments</comments><description>Revision 10 posted to Appian Knowledge Base by cesar.gilalonso on 5/19/2026 8:56:14 AM&lt;br /&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Symptoms&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;"&gt;After upgrading to Appian 25.4, automated log ingestion pipelines (such as Splunk, Datadog, ELK, or custom Appian expression rules) that process the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/login-audit.csv&lt;/code&gt; file and rely on strict positional parsing or headerless formats may fail or parse data incorrectly.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,1"&gt;&lt;span style="font-family:inherit;"&gt;As a result, administrators may experience a temporary loss of login audit data visibility in downstream reporting stores, or trigger internal security/IT alerts due to these ingestion job failures.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="4"&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Cause &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;This issue is caused by schema changes introduced in Appian 25.4 to support the new &amp;quot;Multi-Factor Authentication: Authenticator Apps&amp;quot; feature. &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;Pipelines relying on headerless parsing or strict positional index mapping will fail due to two structural modifications:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="6"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,0,0"&gt;&lt;span style="font-family:inherit;"&gt;Inclusion of Headers&lt;b data-path-to-node="6,0,0" data-index-in-node="0"&gt;:&lt;/b&gt; Row 1 of &lt;strong&gt;login-audit.csv&lt;/strong&gt; now contains column headers. Historically, this file was headerless.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,0"&gt;&lt;span style="font-family:inherit;"&gt;New MFA Tracking Column&lt;b data-path-to-node="6,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; A new column was appended to the log to track native MFA events.&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="6,1,1"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,0,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian 25.4, this column was initially introduced as &lt;/span&gt;MFA User&lt;span style="font-family:inherit;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,1,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian Hotfix 25.4.371.0, this column was renamed to &lt;/span&gt;MFA Authenticated &lt;span style="font-family:inherit;"&gt;and its behavior was refined to accurately distinguish genuine Appian MFA events from SSO/LDAP authentications.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,2,0"&gt;&lt;span style="font-family:inherit;"&gt;Note: &lt;/span&gt;true &lt;span style="font-family:inherit;"&gt;indicates successful authentication using Appian native MFA, while &lt;/span&gt;false &lt;span style="font-family:inherit;"&gt;indicates external authentication (SSO/LDAP), primary authentication failure, or MFA not being enabled.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="7"&gt;&lt;span style="font-family:inherit;"&gt;Strict positional parsing of the &lt;/span&gt;&lt;strong&gt;login-audit.csv&lt;/strong&gt;&lt;span style="font-family:inherit;"&gt; file without accounting for the newly added header row is no longer a supported ingestion approach.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="7"&gt;For more information about &lt;strong&gt;login-audit.csv&lt;/strong&gt;, refer to &lt;a href="https://docs.appian.com/suite/help/26.4/Logging.html#logins"&gt;Logging&lt;/a&gt;&lt;/p&gt;
&lt;p data-path-to-node="7"&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Action &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;"&gt;To resolve this issue and prevent future disruptions, log ingestion scripts and parsers must be updated:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="9"&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,0,0"&gt;Account for the Header Row: Update ingestion scripts to ignore the first row as data, treating it instead as the schema definition.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,1,0"&gt;Update Parsing Logic&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="9,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; Switch from positional indexing to header-based mapping (e.g., map by the exact header string MFA Authenticated). This guarantees pipeline stability even if column orders change in future releases.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="10" data-index-in-node="0"&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Affected Versions&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="11"&gt;
&lt;li&gt;
&lt;p data-path-to-node="11,0,0"&gt;&lt;span style="font-family:inherit;"&gt;Appian 25.4 and later.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: authentication&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-2591] Log ingestion pipelines fail for login-audit.csv after upgrading to Appian 25.4</title><link>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4/revision/9</link><pubDate>Tue, 19 May 2026 08:36:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eb43299f-2fd7-450c-a67e-c2347d58d810</guid><dc:creator>cesar.gilalonso</dc:creator><comments>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4#comments</comments><description>Revision 9 posted to Appian Knowledge Base by cesar.gilalonso on 5/19/2026 8:36:47 AM&lt;br /&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Issue &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;"&gt;After upgrading to Appian 25.4, automated log ingestion pipelines (such as Splunk, Datadog, ELK, or custom Appian expression rules) that process the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/login-audit.csv&lt;/code&gt; file and rely on strict positional parsing or headerless formats may fail or parse data incorrectly.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,1"&gt;&lt;span style="font-family:inherit;"&gt;As a result, administrators may experience a temporary loss of login audit data visibility in downstream reporting stores, or trigger internal security/IT alerts due to these ingestion job failures.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="4"&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Cause &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;This issue is caused by schema changes introduced in Appian 25.4 to support the new &amp;quot;Multi-Factor Authentication: Authenticator Apps&amp;quot; feature. &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;Pipelines relying on headerless parsing or strict positional index mapping will fail due to two structural modifications:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="6"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,0,0"&gt;&lt;span style="font-family:inherit;"&gt;Inclusion of Headers&lt;b data-path-to-node="6,0,0" data-index-in-node="0"&gt;:&lt;/b&gt; Row 1 of &lt;strong&gt;login-audit.csv&lt;/strong&gt; now contains column headers. Historically, this file was headerless.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,0"&gt;&lt;span style="font-family:inherit;"&gt;New MFA Tracking Column&lt;b data-path-to-node="6,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; A new column was appended to the log to track native MFA events.&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="6,1,1"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,0,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian 25.4, this column was initially introduced as &lt;/span&gt;MFA User&lt;span style="font-family:inherit;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,1,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian Hotfix 25.4.371.0, this column was renamed to &lt;/span&gt;MFA Authenticated &lt;span style="font-family:inherit;"&gt;and its behavior was refined to accurately distinguish genuine Appian MFA events from SSO/LDAP authentications.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,2,0"&gt;&lt;span style="font-family:inherit;"&gt;Note: &lt;/span&gt;true &lt;span style="font-family:inherit;"&gt;indicates successful authentication using Appian native MFA, while &lt;/span&gt;false &lt;span style="font-family:inherit;"&gt;indicates external authentication (SSO/LDAP), primary authentication failure, or MFA not being enabled.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="7"&gt;&lt;span style="font-family:inherit;"&gt;Strict positional parsing of the &lt;/span&gt;&lt;strong&gt;login-audit.csv&lt;/strong&gt;&lt;span style="font-family:inherit;"&gt; file without accounting for the newly added header row is no longer a supported ingestion approach.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="7"&gt;For more information about &lt;strong&gt;login-audit.csv&lt;/strong&gt;, refer to &lt;a href="https://docs.appian.com/suite/help/26.4/Logging.html#logins"&gt;Logging&lt;/a&gt;&lt;/p&gt;
&lt;p data-path-to-node="7"&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Action &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;"&gt;To resolve this issue and prevent future disruptions, log ingestion scripts and parsers must be updated:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="9"&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,0,0"&gt;Account for the Header Row: Update ingestion scripts to ignore the first row as data, treating it instead as the schema definition.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,1,0"&gt;Update Parsing Logic&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="9,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; Switch from positional indexing to header-based mapping (e.g., map by the exact header string MFA Authenticated). This guarantees pipeline stability even if column orders change in future releases.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="10" data-index-in-node="0"&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Affected Versions&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="11"&gt;
&lt;li&gt;
&lt;p data-path-to-node="11,0,0"&gt;&lt;span style="font-family:inherit;"&gt;Appian 25.4 and later.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: authentication&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-2591] Log ingestion pipelines fail for login-audit.csv after upgrading to Appian 25.4</title><link>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4/revision/8</link><pubDate>Tue, 19 May 2026 08:36:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eb43299f-2fd7-450c-a67e-c2347d58d810</guid><dc:creator>cesar.gilalonso</dc:creator><comments>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4#comments</comments><description>Revision 8 posted to Appian Knowledge Base by cesar.gilalonso on 5/19/2026 8:36:30 AM&lt;br /&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Issue &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;"&gt;After upgrading to Appian 25.4, automated log ingestion pipelines (such as Splunk, Datadog, ELK, or custom Appian expression rules) that process the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/login-audit.csv&lt;/code&gt; file and rely on strict positional parsing or headerless formats may fail or parse data incorrectly.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,1"&gt;&lt;span style="font-family:inherit;"&gt;As a result, administrators may experience a temporary loss of login audit data visibility in downstream reporting stores, or trigger internal security/IT alerts due to these ingestion job failures.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="4"&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Cause &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;This issue is caused by schema changes introduced in Appian 25.4 to support the new &amp;quot;Multi-Factor Authentication: Authenticator Apps&amp;quot; feature. &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;Pipelines relying on headerless parsing or strict positional index mapping will fail due to two structural modifications:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="6"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,0,0"&gt;&lt;span style="font-family:inherit;"&gt;Inclusion of Headers&lt;b data-path-to-node="6,0,0" data-index-in-node="0"&gt;:&lt;/b&gt; Row 1 of &lt;strong&gt;login-audit.csv&lt;/strong&gt; now contains column headers. Historically, this file was headerless.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,0"&gt;&lt;span style="font-family:inherit;"&gt;New MFA Tracking Column&lt;b data-path-to-node="6,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; A new column was appended to the log to track native MFA events.&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="6,1,1"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,0,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian 25.4, this column was initially introduced as &lt;/span&gt;MFA User&lt;span style="font-family:inherit;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,1,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian Hotfix 25.4.371.0, this column was renamed to &lt;/span&gt;MFA Authenticated &lt;span style="font-family:inherit;"&gt;and its behavior was refined to accurately distinguish genuine Appian MFA events from SSO/LDAP authentications.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,2,0"&gt;&lt;span style="font-family:inherit;"&gt;Note: &lt;/span&gt;true &lt;span style="font-family:inherit;"&gt;indicates successful authentication using Appian native MFA, while &lt;/span&gt;false &lt;span style="font-family:inherit;"&gt;indicates external authentication (SSO/LDAP), primary authentication failure, or MFA not being enabled.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="7"&gt;&lt;span style="font-family:inherit;"&gt;Strict positional parsing of the &lt;/span&gt;&lt;strong&gt;login-audit.csv&lt;/strong&gt;&lt;span style="font-family:inherit;"&gt; file without accounting for the newly added header row is no longer a supported ingestion approach.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="7"&gt;For more information about &lt;strong&gt;login-audit.csv&lt;/strong&gt;, refer to &lt;a href="https://docs.appian.com/suite/help/26.4/Logging.html#logins"&gt;Logging&lt;/a&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Action &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;"&gt;To resolve this issue and prevent future disruptions, log ingestion scripts and parsers must be updated:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="9"&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,0,0"&gt;Account for the Header Row: Update ingestion scripts to ignore the first row as data, treating it instead as the schema definition.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,1,0"&gt;Update Parsing Logic&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="9,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; Switch from positional indexing to header-based mapping (e.g., map by the exact header string MFA Authenticated). This guarantees pipeline stability even if column orders change in future releases.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="10" data-index-in-node="0"&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Affected Versions&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="11"&gt;
&lt;li&gt;
&lt;p data-path-to-node="11,0,0"&gt;&lt;span style="font-family:inherit;"&gt;Appian 25.4 and later.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: authentication&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-2591] Log ingestion pipelines fail for login-audit.csv after upgrading to Appian 25.4</title><link>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4/revision/7</link><pubDate>Tue, 19 May 2026 08:26:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eb43299f-2fd7-450c-a67e-c2347d58d810</guid><dc:creator>cesar.gilalonso</dc:creator><comments>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4#comments</comments><description>Revision 7 posted to Appian Knowledge Base by cesar.gilalonso on 5/19/2026 8:26:07 AM&lt;br /&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Issue &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;"&gt;After upgrading to Appian 25.4, automated log ingestion pipelines (such as Splunk, Datadog, ELK, or custom Appian expression rules) that process the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/login-audit.csv&lt;/code&gt; file and rely on strict positional parsing or headerless formats may fail or parse data incorrectly.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,1"&gt;&lt;span style="font-family:inherit;"&gt;As a result, administrators may experience a temporary loss of login audit data visibility in downstream reporting stores, or trigger internal security/IT alerts due to these ingestion job failures.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="4"&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Cause &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;This issue is caused by schema changes introduced in Appian 25.4 to support the new &amp;quot;Multi-Factor Authentication: Authenticator Apps&amp;quot; feature. &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;Pipelines relying on headerless parsing or strict positional index mapping will fail due to two structural modifications:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="6"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,0,0"&gt;&lt;span style="font-family:inherit;"&gt;Inclusion of Headers&lt;b data-path-to-node="6,0,0" data-index-in-node="0"&gt;:&lt;/b&gt; Row 1 of &lt;strong&gt;login-audit.csv&lt;/strong&gt; now contains column headers. Historically, this file was headerless.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,0"&gt;&lt;span style="font-family:inherit;"&gt;New MFA Tracking Column&lt;b data-path-to-node="6,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; A new column was appended to the log to track native MFA events.&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="6,1,1"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,0,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian 25.4, this column was initially introduced as &lt;/span&gt;MFA User&lt;span style="font-family:inherit;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,1,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian Hotfix 25.4.371.0, this column was renamed to &lt;/span&gt;MFA Authenticated &lt;span style="font-family:inherit;"&gt;and its behavior was refined to accurately distinguish genuine Appian MFA events from SSO/LDAP authentications.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,2,0"&gt;&lt;span style="font-family:inherit;"&gt;Note: &lt;/span&gt;true &lt;span style="font-family:inherit;"&gt;indicates successful authentication using Appian native MFA, while &lt;/span&gt;false &lt;span style="font-family:inherit;"&gt;indicates external authentication (SSO/LDAP), primary authentication failure, or MFA not being enabled.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="7"&gt;&lt;span style="font-family:inherit;"&gt;Strict positional parsing of the &lt;/span&gt;&lt;strong&gt;login-audit.csv&lt;/strong&gt;&lt;span style="font-family:inherit;"&gt; file without accounting for the newly added header row is no longer a supported ingestion approach.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="7"&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Action &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;"&gt;To resolve this issue and prevent future disruptions, log ingestion scripts and parsers must be updated:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="9"&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,0,0"&gt;Account for the Header Row: Update ingestion scripts to ignore the first row as data, treating it instead as the schema definition.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,1,0"&gt;Update Parsing Logic&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="9,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; Switch from positional indexing to header-based mapping (e.g., map by the exact header string MFA Authenticated). This guarantees pipeline stability even if column orders change in future releases.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="10" data-index-in-node="0"&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Affected Versions&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="11"&gt;
&lt;li&gt;
&lt;p data-path-to-node="11,0,0"&gt;&lt;span style="font-family:inherit;"&gt;Appian 25.4 and later.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: authentication&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-2591] Log ingestion pipelines fail for login-audit.csv after upgrading to Appian 25.4</title><link>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4/revision/6</link><pubDate>Tue, 19 May 2026 08:25:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eb43299f-2fd7-450c-a67e-c2347d58d810</guid><dc:creator>cesar.gilalonso</dc:creator><comments>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4#comments</comments><description>Revision 6 posted to Appian Knowledge Base by cesar.gilalonso on 5/19/2026 8:25:38 AM&lt;br /&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Issue &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;"&gt;After upgrading to Appian 25.4, automated log ingestion pipelines (such as Splunk, Datadog, ELK, or custom Appian expression rules) that process the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/login-audit.csv&lt;/code&gt; file and rely on strict positional parsing or headerless formats may fail or parse data incorrectly.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,1"&gt;&lt;span style="font-family:inherit;"&gt;As a result, administrators may experience a temporary loss of login audit data visibility in downstream reporting stores, or trigger internal security/IT alerts due to these ingestion job failures.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="4"&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Cause &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;This issue is caused by schema changes introduced in Appian 25.4 to support the new &amp;quot;Multi-Factor Authentication: Authenticator Apps&amp;quot; feature. &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;Pipelines relying on headerless parsing or strict positional index mapping will fail due to two structural modifications:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="6"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,0,0"&gt;&lt;span style="font-family:inherit;"&gt;Inclusion of Headers&lt;b data-path-to-node="6,0,0" data-index-in-node="0"&gt;:&lt;/b&gt; Row 1 of &lt;strong&gt;login-audit.csv&lt;/strong&gt; now contains column headers. Historically, this file was headerless.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,0"&gt;&lt;span style="font-family:inherit;"&gt;New MFA Tracking Column&lt;b data-path-to-node="6,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; A new column was appended to the log to track native MFA events.&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="6,1,1"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,0,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian 25.4, this column was initially introduced as &lt;/span&gt;MFA User&lt;span style="font-family:inherit;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,1,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian Hotfix 25.4.371.0, this column was renamed to &lt;/span&gt;MFA Authenticated &lt;span style="font-family:inherit;"&gt;and its behavior was refined to accurately distinguish genuine Appian MFA events from SSO/LDAP authentications.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,2,0"&gt;&lt;span style="font-family:inherit;"&gt;Note: &lt;/span&gt;true &lt;span style="font-family:inherit;"&gt;indicates successful authentication using Appian native MFA, while &lt;/span&gt;false &lt;span style="font-family:inherit;"&gt;indicates external authentication (SSO/LDAP), primary authentication failure, or MFA not being enabled.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="7"&gt;&lt;span style="font-family:inherit;"&gt;Strict positional parsing of the &lt;/span&gt;&lt;strong&gt;login-audit.csv&lt;/strong&gt;&lt;span style="font-family:inherit;"&gt; file without accounting for the newly added header row is no longer a supported ingestion approach.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="7"&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Action &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;"&gt;To resolve this issue and prevent future disruptions, log ingestion scripts and parsers must be updated:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="9"&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,0,0"&gt;Account for the Header Row: Update ingestion scripts to ignore the first row as data, treating it instead as the schema definition.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,1,0"&gt;Update Parsing Logic&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="9,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; Switch from positional indexing to header-based mapping (e.g., map by the exact header string MFA Authenticated). This guarantees pipeline stability even if column orders change in future releases.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="10" data-index-in-node="0"&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Affected Versions&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="11"&gt;
&lt;li&gt;
&lt;p data-path-to-node="11,0,0"&gt;&lt;span style="font-family:inherit;"&gt;Appian 25.4 and later.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-2591] Log ingestion pipelines fail for login-audit.csv after upgrading to Appian 25.4</title><link>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4/revision/5</link><pubDate>Tue, 19 May 2026 08:23:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eb43299f-2fd7-450c-a67e-c2347d58d810</guid><dc:creator>cesar.gilalonso</dc:creator><comments>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4#comments</comments><description>Revision 5 posted to Appian Knowledge Base by cesar.gilalonso on 5/19/2026 8:23:40 AM&lt;br /&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Issue &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;"&gt;After upgrading to Appian 25.4, automated log ingestion pipelines (such as Splunk, Datadog, ELK, or custom Appian expression rules) that process the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/login-audit.csv&lt;/code&gt; file and rely on strict positional parsing or headerless formats may fail or parse data incorrectly.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,1"&gt;&lt;span style="font-family:inherit;"&gt;As a result, administrators may experience a temporary loss of login audit data visibility in downstream reporting stores, or trigger internal security/IT alerts due to these ingestion job failures.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="4"&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Cause &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;This issue is caused by schema changes introduced in Appian 25.4 to support the new &amp;quot;Multi-Factor Authentication: Authenticator Apps&amp;quot; feature. &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;Pipelines relying on headerless parsing or strict positional index mapping will fail due to two structural modifications:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="6"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,0,0"&gt;&lt;span style="font-family:inherit;"&gt;Inclusion of Headers&lt;b data-path-to-node="6,0,0" data-index-in-node="0"&gt;:&lt;/b&gt; Row 1 of &lt;strong&gt;login-audit.csv&lt;/strong&gt; now contains column headers. Historically, this file was headerless.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,0"&gt;&lt;span style="font-family:inherit;"&gt;New MFA Tracking Column&lt;b data-path-to-node="6,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; A new column was appended to the log to track native MFA events.&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="6,1,1"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,0,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian 25.4, this column was initially introduced as &lt;/span&gt;MFA User&lt;span style="font-family:inherit;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,1,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian Hotfix 25.4.371.0, this column was renamed to &lt;/span&gt;MFA Authenticated &lt;span style="font-family:inherit;"&gt;and its behavior was refined to accurately distinguish genuine Appian MFA events from SSO/LDAP authentications.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,2,0"&gt;&lt;span style="font-family:inherit;"&gt;Note: &lt;/span&gt;true &lt;span style="font-family:inherit;"&gt;indicates successful authentication using Appian native MFA, while &lt;/span&gt;false &lt;span style="font-family:inherit;"&gt;indicates external authentication (SSO/LDAP), primary authentication failure, or MFA not being enabled.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="7"&gt;&lt;span style="font-family:inherit;"&gt;Strict positional parsing of the &lt;/span&gt;&lt;strong&gt;login-audit.csv&lt;/strong&gt;&lt;span style="font-family:inherit;"&gt; file without accounting for the newly added header row is no longer a supported ingestion approach.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="7"&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Action &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;"&gt;To resolve this issue and prevent future disruptions, administrators must update their log ingestion scripts and parsers:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="9"&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,0,0"&gt;Account for the Header Row: Update ingestion scripts to ignore the first row as data, treating it instead as the schema definition.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,1,0"&gt;Update Parsing Logic&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="9,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; Switch from positional indexing to header-based mapping (e.g., map by the exact header string MFA Authenticated). This guarantees pipeline stability even if column orders change in future releases.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="10" data-index-in-node="0"&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Affected Versions&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="11"&gt;
&lt;li&gt;
&lt;p data-path-to-node="11,0,0"&gt;&lt;span style="font-family:inherit;"&gt;Appian 25.4 and later.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-2591] Log ingestion pipelines fail for login-audit.csv after upgrading to Appian 25.4</title><link>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4/revision/4</link><pubDate>Tue, 19 May 2026 08:22:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eb43299f-2fd7-450c-a67e-c2347d58d810</guid><dc:creator>cesar.gilalonso</dc:creator><comments>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4#comments</comments><description>Revision 4 posted to Appian Knowledge Base by cesar.gilalonso on 5/19/2026 8:22:46 AM&lt;br /&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Issue &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;"&gt;After upgrading to Appian 25.4, automated log ingestion pipelines (such as Splunk, Datadog, ELK, or custom Appian expression rules) that process the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/login-audit.csv&lt;/code&gt; file and rely on strict positional parsing or headerless formats may fail or parse data incorrectly.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,1"&gt;&lt;span style="font-family:inherit;"&gt;As a result, administrators may experience a temporary loss of login audit data visibility in downstream reporting stores, or trigger internal security/IT alerts due to these ingestion job failures.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="4"&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Cause &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;This issue is caused by schema changes introduced in Appian 25.4 to support the new &amp;quot;Multi-Factor Authentication: Authenticator Apps&amp;quot; feature. &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;Pipelines relying on headerless parsing or strict positional index mapping will fail due to two structural modifications:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="6"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,0,0"&gt;&lt;span style="font-family:inherit;"&gt;Inclusion of Headers&lt;b data-path-to-node="6,0,0" data-index-in-node="0"&gt;:&lt;/b&gt; Row 1 of &lt;strong&gt;login-audit.csv&lt;/strong&gt; now contains column headers. Historically, this file was headerless.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,0"&gt;&lt;span style="font-family:inherit;"&gt;New MFA Tracking Column&lt;b data-path-to-node="6,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; A new column was appended to the log to track native MFA events.&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="6,1,1"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,0,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian 25.4, this column was initially introduced as &lt;strong&gt;&lt;code data-path-to-node="6,1,1,0,0" data-index-in-node="59"&gt;MFA User&lt;/code&gt;&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,1,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian Hotfix 25.4.371.0, this column was renamed to &lt;/span&gt;MFA Authenticated &lt;span style="font-family:inherit;"&gt;and its behavior was refined to accurately distinguish genuine Appian MFA events from SSO/LDAP authentications.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,2,0"&gt;&lt;span style="font-family:inherit;"&gt;Note: &lt;/span&gt;true &lt;span style="font-family:inherit;"&gt;indicates successful authentication using Appian native MFA, while &lt;/span&gt;false &lt;span style="font-family:inherit;"&gt;indicates external authentication (SSO/LDAP), primary authentication failure, or MFA not being enabled.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="7"&gt;&lt;span style="font-family:inherit;"&gt;Strict positional parsing of the &lt;/span&gt;&lt;strong&gt;login-audit.csv&lt;/strong&gt;&lt;span style="font-family:inherit;"&gt; file without accounting for the newly added header row is no longer a supported ingestion approach.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="7"&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Action &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;"&gt;To resolve this issue and prevent future disruptions, administrators must update their log ingestion scripts and parsers:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="9"&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,0,0"&gt;Account for the Header Row: Update ingestion scripts to ignore the first row as data, treating it instead as the schema definition.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,1,0"&gt;Update Parsing Logic&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="9,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; Switch from positional indexing to header-based mapping (e.g., map by the exact header string MFA Authenticated). This guarantees pipeline stability even if column orders change in future releases.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="10" data-index-in-node="0"&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Affected Versions&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="11"&gt;
&lt;li&gt;
&lt;p data-path-to-node="11,0,0"&gt;&lt;span style="font-family:inherit;"&gt;Appian 25.4 and later.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-2591] Log ingestion pipelines fail for login-audit.csv after upgrading to Appian 25.4</title><link>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4/revision/3</link><pubDate>Tue, 19 May 2026 08:22:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eb43299f-2fd7-450c-a67e-c2347d58d810</guid><dc:creator>cesar.gilalonso</dc:creator><comments>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4#comments</comments><description>Revision 3 posted to Appian Knowledge Base by cesar.gilalonso on 5/19/2026 8:22:00 AM&lt;br /&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Issue &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;"&gt;After upgrading to Appian 25.4, automated log ingestion pipelines (such as Splunk, Datadog, ELK, or custom Appian expression rules) that process the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/login-audit.csv&lt;/code&gt; file and rely on strict positional parsing or headerless formats may fail or parse data incorrectly.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,1"&gt;&lt;span style="font-family:inherit;"&gt;As a result, administrators may experience a temporary loss of login audit data visibility in downstream reporting stores, or trigger internal security/IT alerts due to these ingestion job failures.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="4"&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Cause &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;This issue is caused by schema changes introduced in Appian 25.4 to support the new &lt;strong&gt;&amp;quot;Multi-Factor Authentication: Authenticator Apps&lt;/strong&gt;&amp;quot; feature. &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;Pipelines relying on headerless parsing or strict positional index mapping will fail due to two structural modifications:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="6"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,0,0"&gt;&lt;span style="font-family:inherit;"&gt;Inclusion of Headers&lt;b data-path-to-node="6,0,0" data-index-in-node="0"&gt;:&lt;/b&gt; Row 1 of &lt;strong&gt;login-audit.csv&lt;/strong&gt; now contains column headers. Historically, this file was headerless.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,0"&gt;&lt;span style="font-family:inherit;"&gt;New MFA Tracking Column&lt;b data-path-to-node="6,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; A new column was appended to the log to track native MFA events.&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="6,1,1"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,0,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian 25.4, this column was initially introduced as &lt;strong&gt;&lt;code data-path-to-node="6,1,1,0,0" data-index-in-node="59"&gt;MFA User&lt;/code&gt;&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,1,0"&gt;&lt;span style="font-family:inherit;"&gt;In Appian Hotfix 25.4.371.0, this column was renamed to &lt;/span&gt;MFA Authenticated &lt;span style="font-family:inherit;"&gt;and its behavior was refined to accurately distinguish genuine Appian MFA events from SSO/LDAP authentications.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,2,0"&gt;&lt;span style="font-family:inherit;"&gt;Note: &lt;/span&gt;true &lt;span style="font-family:inherit;"&gt;indicates successful authentication using Appian native MFA, while &lt;/span&gt;false &lt;span style="font-family:inherit;"&gt;indicates external authentication (SSO/LDAP), primary authentication failure, or MFA not being enabled.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="7"&gt;&lt;span style="font-family:inherit;"&gt;Strict positional parsing of the &lt;/span&gt;&lt;strong&gt;login-audit.csv&lt;/strong&gt;&lt;span style="font-family:inherit;"&gt; file without accounting for the newly added header row is no longer a supported ingestion approach.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="7"&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Action &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;"&gt;To resolve this issue and prevent future disruptions, administrators must update their log ingestion scripts and parsers:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="9"&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,0,0"&gt;Account for the Header Row: Update ingestion scripts to ignore the first row as data, treating it instead as the schema definition.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,1,0"&gt;Update Parsing Logic&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="9,1,0" data-index-in-node="0"&gt;:&lt;/b&gt; Switch from positional indexing to header-based mapping (e.g., map by the exact header string MFA Authenticated). This guarantees pipeline stability even if column orders change in future releases.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="10" data-index-in-node="0"&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Affected Versions&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="11"&gt;
&lt;li&gt;
&lt;p data-path-to-node="11,0,0"&gt;&lt;span style="font-family:inherit;"&gt;Appian 25.4 and later.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-2591] Log ingestion pipelines fail for login-audit.csv after upgrading to Appian 25.4</title><link>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4/revision/2</link><pubDate>Tue, 19 May 2026 08:06:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eb43299f-2fd7-450c-a67e-c2347d58d810</guid><dc:creator>cesar.gilalonso</dc:creator><comments>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4#comments</comments><description>Revision 2 posted to Appian Knowledge Base by cesar.gilalonso on 5/19/2026 8:06:26 AM&lt;br /&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Issue &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:inherit;"&gt;After upgrading to &lt;strong&gt;Appian 25.4&lt;/strong&gt;, automated log ingestion pipelines (such as Splunk, Datadog, ELK, or custom Appian expression rules) that process the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/login-audit.csv&lt;/code&gt; file and&lt;b data-path-to-node="3,0" data-index-in-node="190"&gt; rely on strict positional parsing &lt;/b&gt;or&lt;b data-path-to-node="3,0" data-index-in-node="190"&gt; headerless formats &lt;/b&gt;may fail or parse data incorrectly.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,1"&gt;&lt;span style="font-family:inherit;"&gt;As a result, administrators may experience a temporary loss of login audit data visibility in downstream reporting stores, or trigger internal security/IT alerts due to these ingestion job failures.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="4"&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Cause &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;This issue is caused by &lt;strong&gt;schema changes&lt;/strong&gt; introduced in Appian 25.4 to support the new &amp;quot;&lt;strong&gt;Multi-Factor Authentication: Authenticator Apps&lt;/strong&gt;&amp;quot; feature. &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:inherit;"&gt;Pipelines relying on &lt;strong&gt;headerless&lt;/strong&gt; parsing or strict positional index mapping will fail due to two structural modifications:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="6"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,0,0"&gt;&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="6,0,0" data-index-in-node="0"&gt;Inclusion of Headers:&lt;/b&gt; Row 1 of &lt;strong&gt;&lt;code data-path-to-node="6,0,0" data-index-in-node="31"&gt;login-audit.csv&lt;/code&gt;&lt;/strong&gt; now contains column headers. Historically, this file was headerless.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,0"&gt;&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="6,1,0" data-index-in-node="0"&gt;New MFA Tracking Column:&lt;/b&gt; A new column was appended to the log to track native MFA events.&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="6,1,1"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,0,0"&gt;&lt;span style="font-family:inherit;"&gt;In &lt;strong&gt;Appian&lt;/strong&gt; &lt;b data-path-to-node="6,1,1,0,0" data-index-in-node="10"&gt;25.4&lt;/b&gt;, this column was initially introduced as &lt;strong&gt;&lt;code data-path-to-node="6,1,1,0,0" data-index-in-node="59"&gt;MFA User&lt;/code&gt;&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,1,0"&gt;&lt;span style="font-family:inherit;"&gt;In &lt;strong&gt;Appian&lt;/strong&gt; &lt;b data-path-to-node="6,1,1,1,0" data-index-in-node="10"&gt;Hotfix 25.4.371.0&lt;/b&gt;, this column was renamed to &lt;strong&gt;&lt;code data-path-to-node="6,1,1,1,0" data-index-in-node="56"&gt;MFA Authenticated&lt;/code&gt;&lt;/strong&gt; and its behavior was refined to accurately distinguish genuine Appian MFA events from SSO/LDAP authentications.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,2,0"&gt;&lt;span style="font-family:inherit;"&gt;Note: &lt;strong&gt;&lt;code data-path-to-node="6,1,1,2,0" data-index-in-node="6"&gt;true&lt;/code&gt; &lt;/strong&gt;indicates successful authentication using Appian native MFA, while &lt;strong&gt;&lt;code data-path-to-node="6,1,1,2,0" data-index-in-node="78"&gt;false&lt;/code&gt; &lt;/strong&gt;indicates external authentication (SSO/LDAP), primary authentication failure, or MFA not being enabled.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="7"&gt;&lt;span style="font-family:inherit;"&gt;Strict positional parsing of the &lt;strong&gt;&lt;code data-path-to-node="7" data-index-in-node="33"&gt;login-audit.csv&lt;/code&gt;&lt;/strong&gt; file without accounting for the newly added header row is no longer a supported ingestion approach.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="7"&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Action &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:inherit;"&gt;To resolve this issue and prevent future disruptions, administrators must update their log ingestion scripts and parsers:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="9"&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,0,0"&gt;&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="9,0,0" data-index-in-node="0"&gt;Account for the Header Row:&lt;/b&gt; Update ingestion scripts to ignore the first row as data, treating it instead as the schema definition.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,1,0"&gt;&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="9,1,0" data-index-in-node="0"&gt;Update Parsing Logic:&lt;/b&gt; Switch from positional indexing to header-based mapping (e.g., map by the exact header string MFA Authenticated). This guarantees pipeline stability even if column orders change in future releases.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;"&gt;&lt;b data-path-to-node="10" data-index-in-node="0"&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:inherit;font-size:200%;"&gt;Affected Versions&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="11"&gt;
&lt;li&gt;
&lt;p data-path-to-node="11,0,0"&gt;&lt;span style="font-family:inherit;"&gt;Appian 25.4 and later.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-2591] Log ingestion pipelines fail for login-audit.csv after upgrading to Appian 25.4</title><link>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4/revision/1</link><pubDate>Tue, 19 May 2026 07:47:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eb43299f-2fd7-450c-a67e-c2347d58d810</guid><dc:creator>cesar.gilalonso</dc:creator><comments>https://community.appian.com/support/w/kb/3814/kb-2386-log-ingestion-pipelines-fail-for-login-audit-csv-after-upgrading-to-appian-25-4#comments</comments><description>Revision 1 posted to Appian Knowledge Base by cesar.gilalonso on 5/19/2026 7:47:09 AM&lt;br /&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:tahoma, arial, helvetica, sans-serif;font-size:200%;"&gt;Issue &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,0"&gt;&lt;span style="font-family:tahoma, arial, helvetica, sans-serif;"&gt;After upgrading to &lt;strong&gt;Appian 25.4&lt;/strong&gt;, automated log ingestion pipelines (such as Splunk, Datadog, ELK, or custom Appian expression rules) that process the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/login-audit.csv&lt;/code&gt; file and&lt;b data-path-to-node="3,0" data-index-in-node="190"&gt; rely on strict positional parsing &lt;/b&gt;or&lt;b data-path-to-node="3,0" data-index-in-node="190"&gt; headerless formats &lt;/b&gt;may fail or parse data incorrectly.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="3,1"&gt;&lt;span style="font-family:tahoma, arial, helvetica, sans-serif;"&gt;As a result, administrators may experience a temporary loss of login audit data visibility in downstream reporting stores, or trigger internal security/IT alerts due to these ingestion job failures.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="4"&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:tahoma, arial, helvetica, sans-serif;font-size:200%;"&gt;Cause &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:tahoma, arial, helvetica, sans-serif;"&gt;This issue is caused by &lt;strong&gt;schema changes&lt;/strong&gt; introduced in Appian 25.4 to support the new &amp;quot;&lt;strong&gt;Multi-Factor Authentication: Authenticator Apps&lt;/strong&gt;&amp;quot; feature. &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="5"&gt;&lt;span style="font-family:tahoma, arial, helvetica, sans-serif;"&gt;Pipelines relying on &lt;strong&gt;headerless&lt;/strong&gt; parsing or strict positional index mapping will fail due to two structural modifications:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="6"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,0,0"&gt;&lt;span style="font-family:tahoma, arial, helvetica, sans-serif;"&gt;&lt;b data-path-to-node="6,0,0" data-index-in-node="0"&gt;Inclusion of Headers:&lt;/b&gt; Row 1 of &lt;strong&gt;&lt;code data-path-to-node="6,0,0" data-index-in-node="31"&gt;login-audit.csv&lt;/code&gt;&lt;/strong&gt; now contains column headers. Historically, this file was headerless.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,0"&gt;&lt;span style="font-family:tahoma, arial, helvetica, sans-serif;"&gt;&lt;b data-path-to-node="6,1,0" data-index-in-node="0"&gt;New MFA Tracking Column:&lt;/b&gt; A new column was appended to the log to track native MFA events.&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="6,1,1"&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,0,0"&gt;&lt;span style="font-family:tahoma, arial, helvetica, sans-serif;"&gt;In &lt;strong&gt;Appian&lt;/strong&gt; &lt;b data-path-to-node="6,1,1,0,0" data-index-in-node="10"&gt;25.4&lt;/b&gt;, this column was initially introduced as&lt;/span&gt; &lt;strong&gt;&lt;code data-path-to-node="6,1,1,0,0" data-index-in-node="59"&gt;MFA User&lt;/code&gt;&lt;/strong&gt;&lt;span style="font-family:tahoma, arial, helvetica, sans-serif;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,1,0"&gt;&lt;span style="font-family:tahoma, arial, helvetica, sans-serif;"&gt;In &lt;strong&gt;Appian&lt;/strong&gt; &lt;b data-path-to-node="6,1,1,1,0" data-index-in-node="10"&gt;Hotfix 25.4.371.0&lt;/b&gt;, this column was renamed to &lt;/span&gt;&lt;strong&gt;&lt;code data-path-to-node="6,1,1,1,0" data-index-in-node="56"&gt;MFA Authenticated&lt;/code&gt;&lt;/strong&gt;&lt;span style="font-family:tahoma, arial, helvetica, sans-serif;"&gt; and its behavior was refined to accurately distinguish genuine Appian MFA events from SSO/LDAP authentications.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="6,1,1,2,0"&gt;&lt;span style="font-family:tahoma, arial, helvetica, sans-serif;"&gt;Note: &lt;strong&gt;&lt;code data-path-to-node="6,1,1,2,0" data-index-in-node="6"&gt;true&lt;/code&gt; &lt;/strong&gt;indicates successful authentication using Appian native MFA, while &lt;strong&gt;&lt;code data-path-to-node="6,1,1,2,0" data-index-in-node="78"&gt;false&lt;/code&gt; &lt;/strong&gt;indicates external authentication (SSO/LDAP), primary authentication failure, or MFA not being enabled.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="7"&gt;&lt;span style="font-family:tahoma, arial, helvetica, sans-serif;"&gt;Strict positional parsing of the &lt;strong&gt;&lt;code data-path-to-node="7" data-index-in-node="33"&gt;login-audit.csv&lt;/code&gt;&lt;/strong&gt; file without accounting for the newly added header row is no longer a supported ingestion approach.&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="7"&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:tahoma, arial, helvetica, sans-serif;font-size:200%;"&gt;Action &lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="8"&gt;&lt;span style="font-family:tahoma, arial, helvetica, sans-serif;"&gt;To resolve this issue and prevent future disruptions, administrators must update their log ingestion scripts and parsers:&lt;/span&gt;&lt;/p&gt;
&lt;ol start="1" data-path-to-node="9"&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,0,0"&gt;&lt;span style="font-family:tahoma, arial, helvetica, sans-serif;"&gt;&lt;b data-path-to-node="9,0,0" data-index-in-node="0"&gt;Account for the Header Row:&lt;/b&gt; Update ingestion scripts to ignore the first row as data, treating it instead as the schema definition.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node="9,1,0"&gt;&lt;span style="font-family:tahoma, arial, helvetica, sans-serif;"&gt;&lt;b data-path-to-node="9,1,0" data-index-in-node="0"&gt;Update Parsing Logic:&lt;/b&gt; Switch from positional indexing to header-based mapping (e.g., map by the exact header string MFA Authenticated). This guarantees pipeline stability even if column orders change in future releases.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:tahoma, arial, helvetica, sans-serif;"&gt;&lt;b data-path-to-node="10" data-index-in-node="0"&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node="10"&gt;&lt;span style="font-family:tahoma, arial, helvetica, sans-serif;font-size:200%;"&gt;Affected Versions&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node="11"&gt;
&lt;li&gt;
&lt;p data-path-to-node="11,0,0"&gt;&lt;span style="font-family:tahoma, arial, helvetica, sans-serif;"&gt;Appian 25.4 and later.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>