<?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: Stop indexing particular logs in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Stop-indexing-particular-logs/m-p/580872#M102443</link>
    <description>&lt;P&gt;Thanks for the idea.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, we are sending those logs to a syslogng and then to our indexers.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So, I realized that I should have create the props.conf and transforms.conf in the opt/splunk/etc/system/local. However, same result, I am still getting the logs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe that I might be choosing the wrong directory?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jan 2022 02:44:39 GMT</pubDate>
    <dc:creator>ed07net_YG</dc:creator>
    <dc:date>2022-01-13T02:44:39Z</dc:date>
    <item>
      <title>Stop indexing particular logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Stop-indexing-particular-logs/m-p/580859#M102441</link>
      <description>&lt;P&gt;Hi community ,&lt;/P&gt;&lt;P&gt;I am trying to filter out some undesired traffic from a particular index. I read about the option using props.conf and transforms.conf.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The query matching the traffic that I don't want, looks like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=abc sourcetype=abc_traffic dest_ip=255.255.255.255&lt;/P&gt;&lt;P&gt;The index abc is located in the&amp;nbsp;&lt;SPAN&gt;search App.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So, I went to my Search Head -&amp;gt; opt/splunk/etc/apps/search/local and modified the props.conf with the following:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[abc_traffic]&lt;BR /&gt;TRANSFORMS-null= broadcast-null&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then, I created a TRANSFORMS.conf file in the same directory with the following entry:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[broadcast-null]&lt;BR /&gt;REGEX= dest_ip= 255.255.255.255&lt;BR /&gt;DEST_KEY= queue&lt;BR /&gt;FORMAT= nullQueue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Restarted splunk &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am not sure if I am doing something wrong, maybe I am using the wrong location or format, not sure, I don't have too much experience managing Splunk.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Appreciated any help!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 23:37:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Stop-indexing-particular-logs/m-p/580859#M102441</guid>
      <dc:creator>ed07net_YG</dc:creator>
      <dc:date>2022-01-12T23:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Stop indexing particular logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Stop-indexing-particular-logs/m-p/580862#M102442</link>
      <description>&lt;P&gt;Those setting go on the indexer(s) and/or heavy forwarder, whichever the data passes through first.&amp;nbsp; Also, they have no effect on data already indexed.&amp;nbsp; Only new events will be filtered.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 01:14:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Stop-indexing-particular-logs/m-p/580862#M102442</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-01-13T01:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Stop indexing particular logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Stop-indexing-particular-logs/m-p/580872#M102443</link>
      <description>&lt;P&gt;Thanks for the idea.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, we are sending those logs to a syslogng and then to our indexers.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So, I realized that I should have create the props.conf and transforms.conf in the opt/splunk/etc/system/local. However, same result, I am still getting the logs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe that I might be choosing the wrong directory?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 02:44:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Stop-indexing-particular-logs/m-p/580872#M102443</guid>
      <dc:creator>ed07net_YG</dc:creator>
      <dc:date>2022-01-13T02:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Stop indexing particular logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Stop-indexing-particular-logs/m-p/580881#M102446</link>
      <description>&lt;P&gt;no not exactly, if there is an addon that is used for that data like any TA that you are using this props and transforms will go into that TA.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you need to check which addon it is and add the data there and it will definitely be on your heavy forwarder/indexer you need to make changes a both locations for this to take affect as explained above&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 04:42:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Stop-indexing-particular-logs/m-p/580881#M102446</guid>
      <dc:creator>SinghK</dc:creator>
      <dc:date>2022-01-13T04:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Stop indexing particular logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Stop-indexing-particular-logs/m-p/580939#M102457</link>
      <description>&lt;P&gt;Which app the file is in matters less then which server it's on.&amp;nbsp; The settings MUST be on the indexer rather than the search head.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 12:57:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Stop-indexing-particular-logs/m-p/580939#M102457</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-01-13T12:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Stop indexing particular logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Stop-indexing-particular-logs/m-p/580997#M102462</link>
      <description>&lt;P&gt;Thanks that helped,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;At the end that was part of the issue and also that I was using the wrong sourcetype, looks like the Add-on was changing the sourcetype name.&amp;nbsp; The following post helped me as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Splunk-Search/Easiest-way-to-exclude-ingestion-of-events-for-a-specific-IP/m-p/289350" target="_blank"&gt;https://community.splunk.com/t5/Splunk-Search/Easiest-way-to-exclude-ingestion-of-events-for-a-specific-IP/m-p/289350&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 17:51:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Stop-indexing-particular-logs/m-p/580997#M102462</guid>
      <dc:creator>ed07net_YG</dc:creator>
      <dc:date>2022-01-13T17:51:24Z</dc:date>
    </item>
  </channel>
</rss>

