<?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: Remove unwanted events from the data. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Remove-unwanted-events-from-the-data/m-p/668806#M112104</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/80737"&gt;@inventsekar&lt;/a&gt;&amp;nbsp;It has been resolved- Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 16 Nov 2023 00:44:23 GMT</pubDate>
    <dc:creator>iamsplunker</dc:creator>
    <dc:date>2023-11-16T00:44:23Z</dc:date>
    <item>
      <title>Remove unwanted events from the data.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Remove-unwanted-events-from-the-data/m-p/668788#M112097</link>
      <description>&lt;P&gt;Hi I wanted to remove unwanted events from my data, To ingest as cleanest as possible and for better line breaking etc.&lt;/P&gt;&lt;P&gt;These events are not like regular logs. Since these are generated by a script which runs everyday at 12 am and log file rotates and gets renamed as logfile.log.&amp;lt;date&amp;gt;&lt;/P&gt;&lt;P&gt;Here is the pattern that I wanted to remove using SEDCMD and apply it in props.conf&lt;/P&gt;&lt;P&gt;[09/13/2023 00:00:00]&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Event was scheduled based on job definition.&amp;gt;&lt;/P&gt;&lt;P&gt;[10/12/2023 23:58:01]&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Executing at CA_AGENT&amp;gt;&lt;/P&gt;&lt;P&gt;[11/12/2023 23:58:01]&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ----------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 21:16:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Remove-unwanted-events-from-the-data/m-p/668788#M112097</guid>
      <dc:creator>iamsplunker</dc:creator>
      <dc:date>2023-11-15T21:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Remove unwanted events from the data.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Remove-unwanted-events-from-the-data/m-p/668796#M112099</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/223385"&gt;@iamsplunker&lt;/a&gt;&amp;nbsp;... pls suggest if you have HF or UF and indexer.&lt;/P&gt;&lt;P&gt;also pls suggest us if you have had a chance to look at this doc... pls copy paste your current props/transforms&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.1.1/Data/Anonymizedata" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.1.1/Data/Anonymizedata&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 23:35:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Remove-unwanted-events-from-the-data/m-p/668796#M112099</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2023-11-15T23:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Remove unwanted events from the data.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Remove-unwanted-events-from-the-data/m-p/668804#M112102</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/80737"&gt;@inventsekar&lt;/a&gt;&amp;nbsp;Thanks for your response .We have UF and indexer, I developed a regex to stripe out the unwanted events. It's working as expected.&lt;BR /&gt;&lt;BR /&gt;SEDCMD-Remove1=s/^\[\d{2}\/\d{2}\/\d{4}\s\d{2}\:\d{2}:\d{2}]\s+&amp;lt;Event was scheduled based on job definition.&amp;gt;//&lt;BR /&gt;SEDCMD-Remove2=s/^\[\d{2}\/\d{2}\/\d{4}\s\d{2}\:\d{2}:\d{2}]\s+&amp;lt;Executing at CA_AGENT&amp;gt;//&lt;BR /&gt;SEDCMD-Remove3=s/^\[\d{2}\/\d{2}\/\d{4}\s\d{2}\:\d{2}:\d{2}]\s+-+//&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 00:38:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Remove-unwanted-events-from-the-data/m-p/668804#M112102</guid>
      <dc:creator>iamsplunker</dc:creator>
      <dc:date>2023-11-16T00:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Remove unwanted events from the data.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Remove-unwanted-events-from-the-data/m-p/668805#M112103</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; I developed a regex to stripe out the unwanted events. It's working as expected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;so, may i know if your problem is resolved ah..&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or do you some issues still, pls suggest, thanks.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Karma points / upvotes are appreciated, thanks.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 00:41:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Remove-unwanted-events-from-the-data/m-p/668805#M112103</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2023-11-16T00:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Remove unwanted events from the data.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Remove-unwanted-events-from-the-data/m-p/668806#M112104</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/80737"&gt;@inventsekar&lt;/a&gt;&amp;nbsp;It has been resolved- Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 00:44:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Remove-unwanted-events-from-the-data/m-p/668806#M112104</guid>
      <dc:creator>iamsplunker</dc:creator>
      <dc:date>2023-11-16T00:44:23Z</dc:date>
    </item>
  </channel>
</rss>

