<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic TA Linux Auditd for OCSF	transforms has bugs in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/TA-Linux-Auditd-for-OCSF-transforms-has-bugs/m-p/690709#M10101</link>
    <description>&lt;P&gt;The transforms to set sourcetypes has a bug.&lt;BR /&gt;The regex uses a capture group that is not used in the format statment.&lt;BR /&gt;When this is the case splunk does not return a match on the regex.&lt;BR /&gt;To get this to work it is neccessary to change the regex to a non-capturing group&lt;BR /&gt;e.g. for:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[auditdclasses2]
REGEX = type\=(ANOM_|USER_AVC|AVC|CRYPTO_REPLAY_USER|RESP)
DEST_KEY = MetaData:Sourcetype
FORMAT = sourcetype::linux:audit:ocsf:finding&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;must be change to&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;REGEX = type\=(?:ANOM_|USER_AVC|AVC|CRYPTO_REPLAY_USER|RESP)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Then it works.&lt;BR /&gt;The same for the other auditdclasses1 - 6.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jun 2024 13:06:08 GMT</pubDate>
    <dc:creator>ivarny</dc:creator>
    <dc:date>2024-06-14T13:06:08Z</dc:date>
    <item>
      <title>TA Linux Auditd for OCSF	transforms has bugs</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/TA-Linux-Auditd-for-OCSF-transforms-has-bugs/m-p/690709#M10101</link>
      <description>&lt;P&gt;The transforms to set sourcetypes has a bug.&lt;BR /&gt;The regex uses a capture group that is not used in the format statment.&lt;BR /&gt;When this is the case splunk does not return a match on the regex.&lt;BR /&gt;To get this to work it is neccessary to change the regex to a non-capturing group&lt;BR /&gt;e.g. for:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[auditdclasses2]
REGEX = type\=(ANOM_|USER_AVC|AVC|CRYPTO_REPLAY_USER|RESP)
DEST_KEY = MetaData:Sourcetype
FORMAT = sourcetype::linux:audit:ocsf:finding&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;must be change to&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;REGEX = type\=(?:ANOM_|USER_AVC|AVC|CRYPTO_REPLAY_USER|RESP)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Then it works.&lt;BR /&gt;The same for the other auditdclasses1 - 6.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 13:06:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/TA-Linux-Auditd-for-OCSF-transforms-has-bugs/m-p/690709#M10101</guid>
      <dc:creator>ivarny</dc:creator>
      <dc:date>2024-06-14T13:06:08Z</dc:date>
    </item>
  </channel>
</rss>

