<?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: ignore the raw event using heavy forworder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/ignore-the-raw-event-using-heavy-forworder/m-p/431572#M75526</link>
    <description>&lt;P&gt;As others have said, use &lt;CODE&gt;SEDCMD&lt;/CODE&gt; and use capture groups to grab your stuff so it would look something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;SEDCMD-reduceraw = s/^firstSkipRegEx(firstCaptureRegEx)secondSkipRegEx(secondCaptureRegEx)thirdSkipRegEx(thirdCaptureRegEx).*$/\1,\2,\3/g
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 16 Jun 2019 23:21:42 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2019-06-16T23:21:42Z</dc:date>
    <item>
      <title>ignore the raw event using heavy forworder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/ignore-the-raw-event-using-heavy-forworder/m-p/431569#M75523</link>
      <description>&lt;P&gt;Hi ALL,&lt;/P&gt;

&lt;P&gt;could anyone help use to parsing/trimming of the raw event using heavy forworders?&lt;/P&gt;

&lt;P&gt;Plzz find the attached screenshot .i want to ignore the rest of the events except few tags that I was highlighted.&lt;/P&gt;

&lt;P&gt;I request you to provide me proper configuration.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Nerellu &lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7219iF094248B12F98370/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2019 04:24:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/ignore-the-raw-event-using-heavy-forworder/m-p/431569#M75523</guid>
      <dc:creator>nerelluk</dc:creator>
      <dc:date>2019-06-16T04:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: ignore the raw event using heavy forworder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/ignore-the-raw-event-using-heavy-forworder/m-p/431570#M75524</link>
      <description>&lt;P&gt;See props.conf and SEDCMD.&lt;/P&gt;

&lt;P&gt;If you're new to regular expression use regex101.com to help you build the correct regexes.&lt;/P&gt;

&lt;P&gt;You will need the SEDCMD in props on the first "heavy" splunk that receives the data.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2019 12:39:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/ignore-the-raw-event-using-heavy-forworder/m-p/431570#M75524</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2019-06-16T12:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: ignore the raw event using heavy forworder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/ignore-the-raw-event-using-heavy-forworder/m-p/431571#M75525</link>
      <description>&lt;P&gt;If the fields are always in the same order, you should be able to do it using &lt;CODE&gt;SEDCMD&lt;/CODE&gt;.  Add this line to your props.conf file:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;SEDCMD-record = s/\&amp;lt;L:RECORD&amp;gt;.*?(\&amp;lt;L:EPOCH&amp;gt;.*?\&amp;lt;\/L:EPOCH&amp;gt;)[\S\s]+(\&amp;lt;L:MESSAGEID&amp;gt;.*?\&amp;lt;\/L:MESSAGEID&amp;gt;)[\S\s]+(\&amp;lt;L:TEXT&amp;gt;.*?\&amp;lt;\/L:TEXT&amp;gt;).*\&amp;lt;\/L:RECORD&amp;gt;/$1$2$3/
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 16 Jun 2019 13:02:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/ignore-the-raw-event-using-heavy-forworder/m-p/431571#M75525</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-06-16T13:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: ignore the raw event using heavy forworder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/ignore-the-raw-event-using-heavy-forworder/m-p/431572#M75526</link>
      <description>&lt;P&gt;As others have said, use &lt;CODE&gt;SEDCMD&lt;/CODE&gt; and use capture groups to grab your stuff so it would look something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;SEDCMD-reduceraw = s/^firstSkipRegEx(firstCaptureRegEx)secondSkipRegEx(secondCaptureRegEx)thirdSkipRegEx(thirdCaptureRegEx).*$/\1,\2,\3/g
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 16 Jun 2019 23:21:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/ignore-the-raw-event-using-heavy-forworder/m-p/431572#M75526</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-06-16T23:21:42Z</dc:date>
    </item>
  </channel>
</rss>

