<?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: Splunk Add-on for NetFlow: How to filter Netflow data and send specific fields to Indexer? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-NetFlow-How-to-filter-Netflow-data-and-send/m-p/360991#M43619</link>
    <description>&lt;P&gt;I should have added this:&lt;BR /&gt;
3) Strip the raw events of certain bits of data but let the rest of the event string come in.&lt;/P&gt;

&lt;P&gt;I think you mean #3 but I need you to confirm.  I do not at all understand the way that you have phrased the question.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Mar 2017 01:16:25 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2017-03-21T01:16:25Z</dc:date>
    <item>
      <title>Splunk Add-on for NetFlow: How to filter Netflow data and send specific fields to Indexer?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-NetFlow-How-to-filter-Netflow-data-and-send/m-p/360988#M43616</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;

&lt;P&gt;I have the Splunk Add-on for NetFlow installed on Splunk Heavy Forwarder (HF), receiving data from Netflow enabled device. I am getting the data and it is sent successfully to indexer. I want to filter fields  send only specific fields for indexing. Can you let me know how to achieve this?&lt;/P&gt;

&lt;P&gt;E.g I need to completely remove below fields from indexing. These fields are as is extracted by add-on&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;tcp_flag,fwd_status,src_tos
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Will the below configuration work? And do I have to perform the change at HF or Indexer level?&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[netflow]
TRANSFORMS-nullQ= nullFilter
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[nullFilter]
REGEX = tcp_flag|fwd_status|src_tos
DEST_KEY=queue
FORMAT = nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Hemendra&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 05:42:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-NetFlow-How-to-filter-Netflow-data-and-send/m-p/360988#M43616</guid>
      <dc:creator>hemendralodhi</dc:creator>
      <dc:date>2017-03-20T05:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for NetFlow: How to filter Netflow data and send specific fields to Indexer?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-NetFlow-How-to-filter-Netflow-data-and-send/m-p/360989#M43617</link>
      <description>&lt;P&gt;Do you need to:&lt;BR /&gt;
1) Stop specific fields from being created but allow the events that have that data to be forwarded in?&lt;BR /&gt;
2) Stop the events themselves from coming into Splunk?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 16:54:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-NetFlow-How-to-filter-Netflow-data-and-send/m-p/360989#M43617</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-20T16:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for NetFlow: How to filter Netflow data and send specific fields to Indexer?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-NetFlow-How-to-filter-Netflow-data-and-send/m-p/360990#M43618</link>
      <description>&lt;P&gt;Hello Woodcock,&lt;/P&gt;

&lt;P&gt;Thanks for your response.&lt;/P&gt;

&lt;P&gt;Fields were created by Netflow add on (installed on HF) based on the data and it has pre-defined extraction. Data comes in binary format which Add-on converts into ascii format and send to indexers.&lt;/P&gt;

&lt;P&gt;I want to stop the events for some specific fields to send to Indexer.  For e.g. I don't want tcp_flag,fwd_status,src_tos field data to be sent to indexer. There are other fields too which i want to filter out. Based on this sample , I can work them out.&lt;/P&gt;

&lt;P&gt;Appreciate your help.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Hemendra&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:16:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-NetFlow-How-to-filter-Netflow-data-and-send/m-p/360990#M43618</guid>
      <dc:creator>hemendralodhi</dc:creator>
      <dc:date>2020-09-29T13:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for NetFlow: How to filter Netflow data and send specific fields to Indexer?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-NetFlow-How-to-filter-Netflow-data-and-send/m-p/360991#M43619</link>
      <description>&lt;P&gt;I should have added this:&lt;BR /&gt;
3) Strip the raw events of certain bits of data but let the rest of the event string come in.&lt;/P&gt;

&lt;P&gt;I think you mean #3 but I need you to confirm.  I do not at all understand the way that you have phrased the question.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 01:16:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-NetFlow-How-to-filter-Netflow-data-and-send/m-p/360991#M43619</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-21T01:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for NetFlow: How to filter Netflow data and send specific fields to Indexer?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-NetFlow-How-to-filter-Netflow-data-and-send/m-p/360992#M43620</link>
      <description>&lt;P&gt;@hemendralodhi Now showing in a theater near you:  &lt;CODE&gt;Splunk Stream 7: The Filtered Dataset&lt;/CODE&gt;.  Download now at Splunkbase [&lt;A href="https://splunkbase.splunk.com/app/1809"&gt;https://splunkbase.splunk.com/app/1809&lt;/A&gt;]. Splunk Stream captures Netflow (v5, v9, and IPFIX) and allows you to filter based on the fields being sent in  the data AS WELL AS allow you to pick which fields to index. Without using a props or transforms! Read the full documentation here: &lt;A href="http://docs.splunk.com/Documentation/StreamApp/7.0.1/DeployStreamApp/ConfigureFlowcollector"&gt;http://docs.splunk.com/Documentation/StreamApp/7.0.1/DeployStreamApp/ConfigureFlowcollector&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This is to be used in the place of the Netflow Add-On, as it is more robust and scalable. &lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 13:36:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-NetFlow-How-to-filter-Netflow-data-and-send/m-p/360992#M43620</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2017-03-21T13:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for NetFlow: How to filter Netflow data and send specific fields to Indexer?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-NetFlow-How-to-filter-Netflow-data-and-send/m-p/360993#M43621</link>
      <description>&lt;P&gt;See the answer by @alacercogitatus.  He is spot on.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 14:20:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-NetFlow-How-to-filter-Netflow-data-and-send/m-p/360993#M43621</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-21T14:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for NetFlow: How to filter Netflow data and send specific fields to Indexer?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-NetFlow-How-to-filter-Netflow-data-and-send/m-p/360994#M43622</link>
      <description>&lt;P&gt;Hello Woodcock,&lt;/P&gt;

&lt;P&gt;Yes that is correct, I want to strip certain raw events (fields) from the event and then send to indexer.&lt;/P&gt;

&lt;P&gt;Please advise.&lt;/P&gt;

&lt;P&gt;Unfortunately , I will not be able to use Splunk Stream for now.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 19:58:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-NetFlow-How-to-filter-Netflow-data-and-send/m-p/360994#M43622</guid>
      <dc:creator>hemendralodhi</dc:creator>
      <dc:date>2017-03-21T19:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for NetFlow: How to filter Netflow data and send specific fields to Indexer?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-NetFlow-How-to-filter-Netflow-data-and-send/m-p/360995#M43623</link>
      <description>&lt;P&gt;Thanks for the recommendation , but I may not be able to use Stream for now but look into it later.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 19:59:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-NetFlow-How-to-filter-Netflow-data-and-send/m-p/360995#M43623</guid>
      <dc:creator>hemendralodhi</dc:creator>
      <dc:date>2017-03-21T19:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for NetFlow: How to filter Netflow data and send specific fields to Indexer?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-NetFlow-How-to-filter-Netflow-data-and-send/m-p/360996#M43624</link>
      <description>&lt;P&gt;Actually (without the period):&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/StreamApp/7.0.1/DeployStreamApp/ConfigureFlowcollector"&gt;http://docs.splunk.com/Documentation/StreamApp/7.0.1/DeployStreamApp/ConfigureFlowcollector&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 20:01:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-NetFlow-How-to-filter-Netflow-data-and-send/m-p/360996#M43624</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-21T20:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for NetFlow: How to filter Netflow data and send specific fields to Indexer?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-NetFlow-How-to-filter-Netflow-data-and-send/m-p/360997#M43625</link>
      <description>&lt;P&gt;Stream is really your only option here. You cannot &lt;EM&gt;simply&lt;/EM&gt; and &lt;EM&gt;easily&lt;/EM&gt; remove specific fields from the Netflow traffic using &lt;CODE&gt;props&lt;/CODE&gt; and &lt;CODE&gt;transforms&lt;/CODE&gt;.  You can drop ENTIRE events, yes, but you cannot pull out specific fields. You need stream to do that, otherwise you will be writing some very Nasty &lt;CODE&gt;SEDCMD&lt;/CODE&gt; settings.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 20:01:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-NetFlow-How-to-filter-Netflow-data-and-send/m-p/360997#M43625</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2017-03-21T20:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for NetFlow: How to filter Netflow data and send specific fields to Indexer?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-NetFlow-How-to-filter-Netflow-data-and-send/m-p/360998#M43626</link>
      <description>&lt;P&gt;edited thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 20:02:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-NetFlow-How-to-filter-Netflow-data-and-send/m-p/360998#M43626</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2017-03-21T20:02:06Z</dc:date>
    </item>
  </channel>
</rss>

