<?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: How to edit a props.conf for an aribitrary source? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-a-props-conf-for-an-aribitrary-source/m-p/194770#M38764</link>
    <description>&lt;P&gt;props.conf can be found in a few places:&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/etc/system/default  -  Default props (do not modify)&lt;BR /&gt;
$SPLUNK_HOME/etc/system/local - Should be used for adjustments that are only needed on THIS system&lt;BR /&gt;
$SPLUNK_HOME/etc/apps/{APPNAME}/default  -  An apps default props.conf (do not modify)&lt;BR /&gt;
$SPLUNK_HOME/etc/apps/{APPNAME}/local -  Customization of an apps props.conf.&lt;/P&gt;

&lt;P&gt;If there isn't a props.conf under the local directory, a new file should be created. &lt;/P&gt;

&lt;P&gt;We use the following guidelines:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;If the modification is to props.conf implemented by an App, it should be in that apps local/props.conf&lt;/LI&gt;
&lt;LI&gt;If the modification is a standalone change, we put it in one of the Apps created for our environment that are then pushed using the deployment server&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;If you are looking for where the props.conf for a specific sourcetype are defined you can use the btool command:&lt;/P&gt;

&lt;P&gt;For all props:&lt;BR /&gt;
$SPLUNK_HOME/bin/splunk cmd btool --debug props list &lt;/P&gt;

&lt;P&gt;For the props to a specific sourcetype:&lt;BR /&gt;
$SPLUNK_HOME/bin/splunk cmd btool --debug props list $sourcetype&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 06:36:44 GMT</pubDate>
    <dc:creator>solarboyz1</dc:creator>
    <dc:date>2020-09-29T06:36:44Z</dc:date>
    <item>
      <title>How to edit a props.conf for an aribitrary source?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-a-props-conf-for-an-aribitrary-source/m-p/194769#M38763</link>
      <description>&lt;P&gt;Where do I go &amp;amp; how should I do it?&lt;/P&gt;

&lt;P&gt;I know what to change, &lt;/P&gt;

&lt;P&gt;[$sourcetype]&lt;BR /&gt;
MAX_EVENT = 100000&lt;/P&gt;

&lt;P&gt;I would appreciate your help,&lt;/P&gt;

&lt;P&gt;A newcomer&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 13:34:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-a-props-conf-for-an-aribitrary-source/m-p/194769#M38763</guid>
      <dc:creator>minkyuk</dc:creator>
      <dc:date>2015-07-07T13:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit a props.conf for an aribitrary source?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-a-props-conf-for-an-aribitrary-source/m-p/194770#M38764</link>
      <description>&lt;P&gt;props.conf can be found in a few places:&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/etc/system/default  -  Default props (do not modify)&lt;BR /&gt;
$SPLUNK_HOME/etc/system/local - Should be used for adjustments that are only needed on THIS system&lt;BR /&gt;
$SPLUNK_HOME/etc/apps/{APPNAME}/default  -  An apps default props.conf (do not modify)&lt;BR /&gt;
$SPLUNK_HOME/etc/apps/{APPNAME}/local -  Customization of an apps props.conf.&lt;/P&gt;

&lt;P&gt;If there isn't a props.conf under the local directory, a new file should be created. &lt;/P&gt;

&lt;P&gt;We use the following guidelines:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;If the modification is to props.conf implemented by an App, it should be in that apps local/props.conf&lt;/LI&gt;
&lt;LI&gt;If the modification is a standalone change, we put it in one of the Apps created for our environment that are then pushed using the deployment server&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;If you are looking for where the props.conf for a specific sourcetype are defined you can use the btool command:&lt;/P&gt;

&lt;P&gt;For all props:&lt;BR /&gt;
$SPLUNK_HOME/bin/splunk cmd btool --debug props list &lt;/P&gt;

&lt;P&gt;For the props to a specific sourcetype:&lt;BR /&gt;
$SPLUNK_HOME/bin/splunk cmd btool --debug props list $sourcetype&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 06:36:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-a-props-conf-for-an-aribitrary-source/m-p/194770#M38764</guid>
      <dc:creator>solarboyz1</dc:creator>
      <dc:date>2020-09-29T06:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit a props.conf for an aribitrary source?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-a-props-conf-for-an-aribitrary-source/m-p/194771#M38765</link>
      <description>&lt;P&gt;The file to edit is SPLUNK_HOME/etc/system/local/props.conf.  If it doesn't exist, create one.  &lt;EM&gt;DO NOT&lt;/EM&gt; edit default/props.conf!  Use the text editor of your choice to do the editing.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 13:46:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-a-props-conf-for-an-aribitrary-source/m-p/194771#M38765</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-07-07T13:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit a props.conf for an aribitrary source?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-a-props-conf-for-an-aribitrary-source/m-p/194772#M38766</link>
      <description>&lt;P&gt;Do I put the line in a search head?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 13:48:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-a-props-conf-for-an-aribitrary-source/m-p/194772#M38766</guid>
      <dc:creator>minkyuk</dc:creator>
      <dc:date>2015-07-07T13:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit a props.conf for an aribitrary source?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-a-props-conf-for-an-aribitrary-source/m-p/194773#M38767</link>
      <description>&lt;P&gt;Put it on the indexer(s).  Remember to restart Splunk after making the change.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 13:52:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-a-props-conf-for-an-aribitrary-source/m-p/194773#M38767</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-07-07T13:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit a props.conf for an aribitrary source?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-a-props-conf-for-an-aribitrary-source/m-p/194774#M38768</link>
      <description>&lt;P&gt;Sorry, but do you mean at time of "Adding Data?" &lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 14:00:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-a-props-conf-for-an-aribitrary-source/m-p/194774#M38768</guid>
      <dc:creator>minkyuk</dc:creator>
      <dc:date>2015-07-07T14:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit a props.conf for an aribitrary source?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-a-props-conf-for-an-aribitrary-source/m-p/194775#M38769</link>
      <description>&lt;P&gt;like, index setting section?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 14:02:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-a-props-conf-for-an-aribitrary-source/m-p/194775#M38769</guid>
      <dc:creator>minkyuk</dc:creator>
      <dc:date>2015-07-07T14:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit a props.conf for an aribitrary source?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-a-props-conf-for-an-aribitrary-source/m-p/194776#M38770</link>
      <description>&lt;P&gt;Whenever you modify a .conf file outside the Splunk GUI, Splunk must be restarted to incorporate the change.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 14:04:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-a-props-conf-for-an-aribitrary-source/m-p/194776#M38770</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-07-07T14:04:08Z</dc:date>
    </item>
  </channel>
</rss>

