<?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 Re: Auditd logs are not being discarded as expected! in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Auditd-logs-are-not-being-discarded-as-expected/m-p/747999#M118857</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/261907"&gt;@sawwinnaung&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;at first use backslash when you have = in your regexes, anyway, where do you located these conf files?&lt;/P&gt;&lt;P&gt;they must be located in the first full Splunk instance that data are passing through, in other words, in the first Heavy Forwarder (if present) or in the Indexers (if there are no HFs), not on Universal Forwarder.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jun 2025 06:59:47 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2025-06-16T06:59:47Z</dc:date>
    <item>
      <title>Auditd logs are not being discarded as expected!</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Auditd-logs-are-not-being-discarded-as-expected/m-p/747990#M118850</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am trying to setup props &amp;amp; transforms in indexers to send PROCTITLE events to null queue&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i tried below regex but that doesn't seem to work.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;props.conf and transforms.conf location:&amp;nbsp; &amp;nbsp;/app/splunk/etc/apps/TA-linux_auditd/local/&lt;BR /&gt;&lt;BR /&gt;props.conf&lt;BR /&gt;[linux_audit]&lt;BR /&gt;TRANSFORMS-set = discard_proctitle&lt;BR /&gt;[source::/var/log/audit/audit.log]&lt;BR /&gt;TRANSFORMS-set = discard_proctitle&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;transforms.conf&lt;BR /&gt;[discard_proctitle]&lt;BR /&gt;REGEX = ^type=PROCTITLE.*&lt;BR /&gt;DEST_KEY = queue&lt;BR /&gt;FORMAT = nullQueue&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sample event-&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;type=PROCTITLE&lt;/SPAN&gt; &lt;SPAN class=""&gt;msg=audit&lt;/SPAN&gt;(&lt;SPAN class=""&gt;1750049138.587:1710xxxx&lt;/SPAN&gt;)&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;proctitle=737368643A206165705F667470757372205B70726xxxxx&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;type=PROCTITLE&lt;/SPAN&gt; &lt;SPAN class=""&gt;msg=audit&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;1750049130.891:1710xxxx&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;proctitle=&lt;/SPAN&gt;&lt;SPAN&gt;"(&lt;/SPAN&gt;&lt;SPAN class=""&gt;systemd&lt;/SPAN&gt;&lt;SPAN&gt;)"&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;type=PROCTITLE&lt;/SPAN&gt; &lt;SPAN class=""&gt;msg=audit&lt;/SPAN&gt;(&lt;SPAN class=""&gt;1750049102.068:377xxxx&lt;/SPAN&gt;)&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;proctitle=&lt;/SPAN&gt;"&lt;SPAN class=""&gt;/usr/lib/systemd/systemd-logind"&lt;BR /&gt;&lt;BR /&gt;Could someone help me to fix this issue?&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 04:53:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Auditd-logs-are-not-being-discarded-as-expected/m-p/747990#M118850</guid>
      <dc:creator>sawwinnaung</dc:creator>
      <dc:date>2025-06-16T04:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Auditd logs are not being discarded as expected!</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Auditd-logs-are-not-being-discarded-as-expected/m-p/747993#M118853</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/261907"&gt;@sawwinnaung&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try below,&lt;/P&gt;&lt;P&gt;props.conf&lt;BR /&gt;[linux_audit]&lt;BR /&gt;TRANSFORMS-set = discard_proctitle&lt;/P&gt;&lt;P&gt;[source::/var/log/audit/audit.log]&lt;BR /&gt;TRANSFORMS-set = discard_proctitle&lt;/P&gt;&lt;P&gt;transforms.conf&lt;BR /&gt;[discard_proctitle]&lt;BR /&gt;REGEX = type=PROCTITLE&lt;BR /&gt;DEST_KEY = queue&lt;BR /&gt;FORMAT = nullQueue&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prewin&lt;BR /&gt;Splunk Enthusiast | Always happy to help! If this answer helped you, please consider marking it as the solution or giving a kudos/Karma. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 05:33:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Auditd-logs-are-not-being-discarded-as-expected/m-p/747993#M118853</guid>
      <dc:creator>PrewinThomas</dc:creator>
      <dc:date>2025-06-16T05:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Auditd logs are not being discarded as expected!</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Auditd-logs-are-not-being-discarded-as-expected/m-p/747999#M118857</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/261907"&gt;@sawwinnaung&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;at first use backslash when you have = in your regexes, anyway, where do you located these conf files?&lt;/P&gt;&lt;P&gt;they must be located in the first full Splunk instance that data are passing through, in other words, in the first Heavy Forwarder (if present) or in the Indexers (if there are no HFs), not on Universal Forwarder.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 06:59:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Auditd-logs-are-not-being-discarded-as-expected/m-p/747999#M118857</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-06-16T06:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Auditd logs are not being discarded as expected!</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Auditd-logs-are-not-being-discarded-as-expected/m-p/748002#M118860</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/28010"&gt;@PrewinThomas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks for your help. Even though I updated REGEX = type=PROCTITLE in transforms.conf located on the indexer, the filtering still isn’t working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 07:46:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Auditd-logs-are-not-being-discarded-as-expected/m-p/748002#M118860</guid>
      <dc:creator>sawwinnaung</dc:creator>
      <dc:date>2025-06-16T07:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Auditd logs are not being discarded as expected!</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Auditd-logs-are-not-being-discarded-as-expected/m-p/748004#M118861</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The props.conf and transforms.conf files are located on the indexer under the following path:&lt;BR /&gt;/app/splunk/etc/apps/TA-linux_auditd/local/&lt;/P&gt;&lt;P&gt;These configurations previously worked successfully. However, after upgrading the Splunk version and migrating the Linux environment, the configurations no longer seem to function as expected.&lt;/P&gt;&lt;P&gt;Thanks for your suggestions.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 08:09:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Auditd-logs-are-not-being-discarded-as-expected/m-p/748004#M118861</guid>
      <dc:creator>sawwinnaung</dc:creator>
      <dc:date>2025-06-16T08:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Auditd logs are not being discarded as expected!</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Auditd-logs-are-not-being-discarded-as-expected/m-p/748005#M118862</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/261907"&gt;@sawwinnaung&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;if you haven't any additional HF in your infrastructure, check the regex you're using (you can test it using the regex command in Splunk).&lt;/P&gt;&lt;P&gt;In this way you can check if there was some change in the logs structure.&lt;/P&gt;&lt;P&gt;Then try to use backslash to escape the = in your regex.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 08:18:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Auditd-logs-are-not-being-discarded-as-expected/m-p/748005#M118862</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-06-16T08:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Auditd logs are not being discarded as expected!</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Auditd-logs-are-not-being-discarded-as-expected/m-p/748010#M118867</link>
      <description>&lt;P&gt;When I applied below confs in HF, PROCTITLE has been discarded successfully .&amp;nbsp; Thanks for your help and suggestions.&lt;/P&gt;&lt;P&gt;props.conf&lt;BR /&gt;[linux_audit]&lt;BR /&gt;TRANSFORMS-set = discard_proctitle&lt;/P&gt;&lt;P&gt;[source::/var/log/audit/audit.log]&lt;BR /&gt;TRANSFORMS-set = discard_proctitle&lt;/P&gt;&lt;P&gt;transforms.conf&lt;BR /&gt;[discard_proctitle]&lt;BR /&gt;REGEX = ^type=PROCTITLE.*&lt;BR /&gt;DEST_KEY = queue&lt;BR /&gt;FORMAT = nullQueue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 10:00:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Auditd-logs-are-not-being-discarded-as-expected/m-p/748010#M118867</guid>
      <dc:creator>sawwinnaung</dc:creator>
      <dc:date>2025-06-16T10:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Auditd logs are not being discarded as expected!</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Auditd-logs-are-not-being-discarded-as-expected/m-p/748011#M118868</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/261907"&gt;@sawwinnaung&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;let us know if we can help you more, or, please, accept one answer for the other people of Community.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 10:11:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Auditd-logs-are-not-being-discarded-as-expected/m-p/748011#M118868</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-06-16T10:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Auditd logs are not being discarded as expected!</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Auditd-logs-are-not-being-discarded-as-expected/m-p/748027#M118870</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/261907"&gt;@sawwinnaung&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 15:05:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Auditd-logs-are-not-being-discarded-as-expected/m-p/748027#M118870</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-06-16T15:05:59Z</dc:date>
    </item>
  </channel>
</rss>

