<?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 Discard Source type in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Discard-Source-type/m-p/30328#M5286</link>
    <description>&lt;P&gt;I have a situation. &lt;BR /&gt;
I have defined the source type under Deployment server- deployment app&amp;gt;local&amp;gt;prop.conf&amp;gt; as &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::.../engine-*.log]
TRANSFORMS-null=setnull
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also created under deployment app&amp;gt;local&amp;gt; tranforms.conf which includes:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[setnull]
DEST_KEY = queue
FORMAT = nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;As explained link: &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3/Deploy/Routeandfilterdatad#Filter_event_data_and_send_to_queues" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/4.3/Deploy/Routeandfilterdatad#Filter_event_data_and_send_to_queues&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I want to discard the source type for the time being because data is not required for now but might req in future. Created a corresponding stanza in transforms.conf. Set DEST_KEY to "queue" and FORMAT to "nullQueue": &lt;BR /&gt;
Problem: I am still getting data from that source type. Can you suggest to resolve this?&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 11:41:53 GMT</pubDate>
    <dc:creator>nikhilagrawal</dc:creator>
    <dc:date>2020-09-28T11:41:53Z</dc:date>
    <item>
      <title>Discard Source type</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Discard-Source-type/m-p/30328#M5286</link>
      <description>&lt;P&gt;I have a situation. &lt;BR /&gt;
I have defined the source type under Deployment server- deployment app&amp;gt;local&amp;gt;prop.conf&amp;gt; as &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::.../engine-*.log]
TRANSFORMS-null=setnull
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also created under deployment app&amp;gt;local&amp;gt; tranforms.conf which includes:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[setnull]
DEST_KEY = queue
FORMAT = nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;As explained link: &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3/Deploy/Routeandfilterdatad#Filter_event_data_and_send_to_queues" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/4.3/Deploy/Routeandfilterdatad#Filter_event_data_and_send_to_queues&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I want to discard the source type for the time being because data is not required for now but might req in future. Created a corresponding stanza in transforms.conf. Set DEST_KEY to "queue" and FORMAT to "nullQueue": &lt;BR /&gt;
Problem: I am still getting data from that source type. Can you suggest to resolve this?&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:41:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Discard-Source-type/m-p/30328#M5286</guid>
      <dc:creator>nikhilagrawal</dc:creator>
      <dc:date>2020-09-28T11:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Discard Source type</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Discard-Source-type/m-p/30329#M5287</link>
      <description>&lt;P&gt;Do you mean source when you say sourcetype?&lt;BR /&gt;
Did you restart after making those changes?&lt;BR /&gt;
Also, they will only affect newly indexed data, all your old data will still persist in your index&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2012 09:44:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Discard-Source-type/m-p/30329#M5287</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-04-19T09:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Discard Source type</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Discard-Source-type/m-p/30330#M5288</link>
      <description>&lt;P&gt;No It is source type named engine(in my case) and I have restarted the DS. Do I need to restart the forwarder as well? I dont mind with the existing data just want to ignore for future. I have also tried to comment out like:&lt;/P&gt;

&lt;H1&gt;[source::.../engine-*.log]&lt;/H1&gt;

&lt;H1&gt;sourcetype=engine&lt;/H1&gt;

&lt;H1&gt;TRANSFORMS-null= setnull&lt;/H1&gt;

&lt;P&gt;Just to check if it discard the data but still showing the indexed data. &lt;BR /&gt;
Any suggestion?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2012 15:40:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Discard-Source-type/m-p/30330#M5288</guid>
      <dc:creator>nikhilagrawal</dc:creator>
      <dc:date>2012-04-19T15:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Discard Source type</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Discard-Source-type/m-p/30331#M5289</link>
      <description>&lt;P&gt;Can anyone suggest to my above query please?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2012 13:29:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Discard-Source-type/m-p/30331#M5289</guid>
      <dc:creator>nikhilagrawal</dc:creator>
      <dc:date>2012-04-20T13:29:10Z</dc:date>
    </item>
  </channel>
</rss>

