<?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 Where do I exclude data from input? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Where-do-I-exclude-data-from-input/m-p/377046#M68229</link>
    <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I'm sorry in advance for the really basic question but Splunk is all new to me and I couldn't find exactly what I want in the documentation.&lt;/P&gt;

&lt;P&gt;I have a server class (_server_app_PIA_App_Servers) that has an input to read logs from a specific application log directory (Peopletools Application Servers in this case).  The logs have a lot of unimportant and repeating data and I don't want to index, mainly just things such as "checking for processes" that repeats every 5 seconds.  I want to exclude this data from the index so it's not taking up unnecessary space and I'm pretty sure I need to add a props.conf and transforms.conf to do this (sending those lines to null with a transform) however I don't know WHERE to do it - do I put these in the Universal Forwarder /etc/apps/ directory for these specific servers, or do I put them on the Indexer in the DeployedApps directory and redeploy the app?  &lt;/P&gt;

&lt;P&gt;Or somewhere else??&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;

&lt;P&gt;Grahame&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 22:30:01 GMT</pubDate>
    <dc:creator>sov_gwright</dc:creator>
    <dc:date>2020-09-29T22:30:01Z</dc:date>
    <item>
      <title>Where do I exclude data from input?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-do-I-exclude-data-from-input/m-p/377046#M68229</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I'm sorry in advance for the really basic question but Splunk is all new to me and I couldn't find exactly what I want in the documentation.&lt;/P&gt;

&lt;P&gt;I have a server class (_server_app_PIA_App_Servers) that has an input to read logs from a specific application log directory (Peopletools Application Servers in this case).  The logs have a lot of unimportant and repeating data and I don't want to index, mainly just things such as "checking for processes" that repeats every 5 seconds.  I want to exclude this data from the index so it's not taking up unnecessary space and I'm pretty sure I need to add a props.conf and transforms.conf to do this (sending those lines to null with a transform) however I don't know WHERE to do it - do I put these in the Universal Forwarder /etc/apps/ directory for these specific servers, or do I put them on the Indexer in the DeployedApps directory and redeploy the app?  &lt;/P&gt;

&lt;P&gt;Or somewhere else??&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;

&lt;P&gt;Grahame&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 22:30:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-do-I-exclude-data-from-input/m-p/377046#M68229</guid>
      <dc:creator>sov_gwright</dc:creator>
      <dc:date>2020-09-29T22:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Where do I exclude data from input?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-do-I-exclude-data-from-input/m-p/377047#M68230</link>
      <description>&lt;P&gt;Hi sov_gwright,&lt;BR /&gt;
parsing phase is on Indexers or on Heavy Forwarders.&lt;BR /&gt;
Follow documentation at &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.1/Forwarding/Routeandfilterdatad"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.1/Forwarding/Routeandfilterdatad&lt;/A&gt; to filer your events.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 12:50:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-do-I-exclude-data-from-input/m-p/377047#M68230</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2018-12-18T12:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Where do I exclude data from input?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-do-I-exclude-data-from-input/m-p/377048#M68231</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;

&lt;P&gt;this is set on the indexer. Depending if you have a cluster set it in /master-apps and apply a new bundle, or if standalone set it in an app/local or in system/local / or deploy it with deployment server in /deployment-apps&lt;/P&gt;

&lt;P&gt;Like this:&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  [sourcetype]

     TRANSFORMS-&amp;lt;name&amp;gt;=&amp;lt;name_in_transforms&amp;gt;





transforms.conf

     [&amp;lt;name_in_transforms&amp;gt;]

    REGEX=""


     DEST_KEY=queue

     FORMAT=nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Dec 2018 12:51:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-do-I-exclude-data-from-input/m-p/377048#M68231</guid>
      <dc:creator>dkeck</dc:creator>
      <dc:date>2018-12-18T12:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Where do I exclude data from input?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-do-I-exclude-data-from-input/m-p/377049#M68232</link>
      <description>&lt;P&gt;Thanks, I had looked at that but the section on filtering data to null is not explicit on where to put the props and transforms files.  &lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 12:57:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-do-I-exclude-data-from-input/m-p/377049#M68232</guid>
      <dc:creator>sov_gwright</dc:creator>
      <dc:date>2018-12-18T12:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Where do I exclude data from input?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-do-I-exclude-data-from-input/m-p/377050#M68233</link>
      <description>&lt;P&gt;Perfect, thanks!  It's not a cluster, but since this app is not installed on the indexer (it's not in etc/apps/, only in etc/deployed-apps) I'll throw the files in system/local.  &lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 12:59:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-do-I-exclude-data-from-input/m-p/377050#M68233</guid>
      <dc:creator>sov_gwright</dc:creator>
      <dc:date>2018-12-18T12:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Where do I exclude data from input?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-do-I-exclude-data-from-input/m-p/377051#M68234</link>
      <description>&lt;P&gt;There is no directory called etc/deployed-apps, only deployment-apps. Deployed apps from a deployment server are deployed to /etc/apps on the client &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; have this in mind please &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;you can also just create an app in /etc/apps/ on the indexer to contain the props and transforms in &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;gt; /etc/apps/&amp;lt;app_name&amp;gt;/local
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Dec 2018 13:02:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-do-I-exclude-data-from-input/m-p/377051#M68234</guid>
      <dc:creator>dkeck</dc:creator>
      <dc:date>2018-12-18T13:02:09Z</dc:date>
    </item>
  </channel>
</rss>

