<?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 Proper procedure to apply modification to props.conf and/or transforms.conf on an indexer in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Proper-procedure-to-apply-modification-to-props-conf-and-or/m-p/178246#M35724</link>
    <description>&lt;P&gt;I am looking for an official answer on what the proper procedure is to make modifications to props.conf and/or transforms.conf take effect after you modify them on an indexer (6.x). I've tried restarting splunkd as well as running an "|extract reload=true" and I just don't get consistent results. Sometimes the filters take effect and sometimes they don't, and I don't believe it's my syntax in the files as I'm simply adding additional items (such as Windows event codes) to already working filters. &lt;/P&gt;

&lt;P&gt;Any answers or even ideas would be greatly appreciated.  &lt;/P&gt;</description>
    <pubDate>Fri, 01 May 2015 02:57:49 GMT</pubDate>
    <dc:creator>spsponger2</dc:creator>
    <dc:date>2015-05-01T02:57:49Z</dc:date>
    <item>
      <title>Proper procedure to apply modification to props.conf and/or transforms.conf on an indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Proper-procedure-to-apply-modification-to-props-conf-and-or/m-p/178246#M35724</link>
      <description>&lt;P&gt;I am looking for an official answer on what the proper procedure is to make modifications to props.conf and/or transforms.conf take effect after you modify them on an indexer (6.x). I've tried restarting splunkd as well as running an "|extract reload=true" and I just don't get consistent results. Sometimes the filters take effect and sometimes they don't, and I don't believe it's my syntax in the files as I'm simply adding additional items (such as Windows event codes) to already working filters. &lt;/P&gt;

&lt;P&gt;Any answers or even ideas would be greatly appreciated.  &lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2015 02:57:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Proper-procedure-to-apply-modification-to-props-conf-and-or/m-p/178246#M35724</guid>
      <dc:creator>spsponger2</dc:creator>
      <dc:date>2015-05-01T02:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Proper procedure to apply modification to props.conf and/or transforms.conf on an indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Proper-procedure-to-apply-modification-to-props-conf-and-or/m-p/178247#M35725</link>
      <description>&lt;P&gt;If you have made changes to your props.conf and transforms.conf, restarting the indexer absolutely will cause them to take effect.&lt;/P&gt;

&lt;P&gt;If you aren't seeing your changes take effect upon restart:&lt;BR /&gt;
you either have a problem with syntax, (or a typo),  or you've run into a &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Wheretofindtheconfigurationfiles"&gt;precedence&lt;/A&gt; problem. use &lt;CODE&gt;btool&lt;/CODE&gt; to be sure your changes aren't being overridden by an identical stanza, lower in the hierarchy&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;extract reload=t&lt;/CODE&gt; will force Splunk to reload the &lt;CODE&gt;props.conf&lt;/CODE&gt; only. However if something is calling a TRANSFORMS stanza it will not refresh &lt;CODE&gt;transforms.conf&lt;/CODE&gt; as well, and that would be required.&lt;/P&gt;

&lt;P&gt;Another way to reload config files without a restart is to use &lt;CODE&gt;/debug/refresh&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;&lt;A href="http://yoursplunkserver:8000/debug/refresh" target="test_blank"&gt;http://yoursplunkserver:8000/debug/refresh&lt;/A&gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;You also need to consider whether you are doing search time (no restart) or index-time (restart required) changes to an existing filter in transforms.conf&lt;/P&gt;

&lt;P&gt;If you have specific problems you might want to detail them in a more specific questions so that you can be sure your syntax is correct. Especially if you are routing and filtering using queues as there is a hierarchy there too. A common mistake is to allow the order of the stanzas to change as you edit.&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2015 07:13:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Proper-procedure-to-apply-modification-to-props-conf-and-or/m-p/178247#M35725</guid>
      <dc:creator>rsennett_splunk</dc:creator>
      <dc:date>2015-05-01T07:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Proper procedure to apply modification to props.conf and/or transforms.conf on an indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Proper-procedure-to-apply-modification-to-props-conf-and-or/m-p/178248#M35726</link>
      <description>&lt;P&gt;Thanks so much for the response, I appreciate it! I'll do some experimentation with btool to ensure I'm not having any precedence issues. Thanks for the tip on /debug/refresh too, I'll use that from now on. The reason I doubt the syntax is an issue is because I'm simply appending to an already existing and working filter, such as changing "REGEX = (?msi)^EventCode=(3|256|258)" to "REGEX = (?msi)^EventCode=(3|256|258|4672)" and yet the 4672s are still flooding in. &lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2015 20:42:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Proper-procedure-to-apply-modification-to-props-conf-and-or/m-p/178248#M35726</guid>
      <dc:creator>spsponger2</dc:creator>
      <dc:date>2015-05-01T20:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Proper procedure to apply modification to props.conf and/or transforms.conf on an indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Proper-procedure-to-apply-modification-to-props-conf-and-or/m-p/178249#M35727</link>
      <description>&lt;P&gt;Just to add this, you can refresh the entitities without explicitly hitting the endpoint, you can do so by CLI from the below command:&lt;BR /&gt;
curl -u admin: -X POST http://:8089/servicesNS/-/-/admin/transforms-reload/_reload&lt;/P&gt;

&lt;P&gt;above is an example of reloading the transforms entity, but in a similar way, you can do reload for other entities as well.&lt;/P&gt;

&lt;P&gt;a list of all entities is as below:&lt;/P&gt;

&lt;P&gt;Refreshing admin/conf-times             OK&lt;BR /&gt;
Refreshing data/ui/manager              OK&lt;BR /&gt;
Refreshing data/ui/nav                  OK&lt;BR /&gt;
Refreshing data/ui/views                OK&lt;BR /&gt;
Refreshing admin/alert_actions          OK&lt;BR /&gt;
Refreshing admin/applicense                SplunkdConnectionException Splunkd daemon is not responding: ("Error connecting to /servicesNS/nobody/search/admin/applicense/_reload: ('The read operation timed out',)",)&lt;BR /&gt;
Refreshing admin/clusterconfig          OK&lt;BR /&gt;
Refreshing admin/collections-conf       OK&lt;BR /&gt;
Refreshing admin/commandsconf           OK&lt;BR /&gt;
Refreshing admin/conf-checklist         OK&lt;BR /&gt;
Refreshing admin/conf-deploymentclient  OK&lt;BR /&gt;
Refreshing admin/conf-inputs            OK&lt;BR /&gt;
Refreshing admin/conf-times             OK&lt;BR /&gt;
Refreshing admin/conf-wmi               OK&lt;BR /&gt;
Refreshing admin/cooked                 OK&lt;BR /&gt;
Refreshing admin/crl                       ResourceNotFound Invalid action for this internal handler (handler: crl, supported: list|_reload, wanted: list).&lt;BR /&gt;
Refreshing admin/datamodel-files        OK&lt;BR /&gt;
Refreshing admin/datamodelacceleration  OK&lt;BR /&gt;
Refreshing admin/datamodeledit          OK&lt;BR /&gt;
Refreshing admin/dataset_consolidation_datamodeleditOK&lt;BR /&gt;
Refreshing admin/deploymentserver       OK&lt;BR /&gt;
Refreshing admin/distsearch-peer        OK&lt;BR /&gt;
Refreshing admin/eventtypes             OK&lt;BR /&gt;
Refreshing admin/fields                 OK&lt;BR /&gt;
Refreshing admin/fifo                   OK&lt;BR /&gt;
Refreshing admin/fvtags                 OK&lt;BR /&gt;
Refreshing admin/http                   OK&lt;BR /&gt;
Refreshing admin/indexer-discovery-configOK&lt;BR /&gt;
Refreshing admin/indexes                OK&lt;BR /&gt;
Refreshing admin/limits                 OK&lt;BR /&gt;
Refreshing admin/livetail               OK&lt;BR /&gt;
Refreshing admin/localapps              OK&lt;BR /&gt;
Refreshing admin/lookup-table-files     OK&lt;BR /&gt;
Refreshing admin/macros                 OK&lt;BR /&gt;
Refreshing admin/manager                OK&lt;BR /&gt;
Refreshing admin/messages-conf          OK&lt;BR /&gt;
Refreshing admin/modalerts              OK&lt;BR /&gt;
Refreshing admin/monitor                OK&lt;BR /&gt;
Refreshing admin/nav                    OK&lt;BR /&gt;
Refreshing admin/panels                 OK&lt;BR /&gt;
Refreshing admin/passwords              OK&lt;BR /&gt;
Refreshing admin/pools                  OK&lt;BR /&gt;
Refreshing admin/proxysettings          OK&lt;BR /&gt;
Refreshing admin/quickstart             OK&lt;BR /&gt;
Refreshing admin/raw                    OK&lt;BR /&gt;
Refreshing admin/remote_eventlogs       OK&lt;BR /&gt;
Refreshing admin/remote_indexes            BadRequest The following required arguments are missing: repositoryLocation.&lt;BR /&gt;
Refreshing admin/remote_monitor         OK&lt;BR /&gt;
Refreshing admin/remote_perfmon         OK&lt;BR /&gt;
Refreshing admin/remote_raw             OK&lt;BR /&gt;
Refreshing admin/remote_script          OK&lt;BR /&gt;
Refreshing admin/remote_udp             OK&lt;BR /&gt;
Refreshing admin/savedsearch            OK&lt;BR /&gt;
Refreshing admin/scheduledviews         OK&lt;BR /&gt;
Refreshing admin/script                 OK&lt;BR /&gt;
Refreshing admin/search-head-bundles    OK&lt;BR /&gt;
Refreshing admin/serverclasses          OK&lt;BR /&gt;
Refreshing admin/shclusterconfig        OK&lt;BR /&gt;
Refreshing admin/sourcetypes            OK&lt;BR /&gt;
Refreshing admin/splunktcptoken         OK&lt;BR /&gt;
Refreshing admin/ssl                    OK&lt;BR /&gt;
Refreshing admin/syslog                 OK&lt;BR /&gt;
Refreshing admin/tcpout-default         OK&lt;BR /&gt;
Refreshing admin/tcpout-group           OK&lt;BR /&gt;
Refreshing admin/tcpout-server          OK&lt;BR /&gt;
Refreshing admin/telemetry              OK&lt;BR /&gt;
Refreshing admin/transforms-extract     OK&lt;BR /&gt;
Refreshing admin/transforms-lookup      OK&lt;BR /&gt;
Refreshing admin/transforms-reload      OK&lt;BR /&gt;
Refreshing admin/udp                    OK&lt;BR /&gt;
Refreshing admin/ui-prefs               OK&lt;BR /&gt;
Refreshing admin/ui-tour                OK&lt;BR /&gt;
Refreshing admin/views                  OK&lt;BR /&gt;
Refreshing admin/viewstates             OK&lt;BR /&gt;
Refreshing admin/vix-indexes            OK&lt;BR /&gt;
Refreshing admin/vix-providers          OK&lt;BR /&gt;
Refreshing admin/workflow-actions       OK&lt;BR /&gt;
DONE&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:21:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Proper-procedure-to-apply-modification-to-props-conf-and-or/m-p/178249#M35727</guid>
      <dc:creator>vsingla1</dc:creator>
      <dc:date>2020-09-29T21:21:16Z</dc:date>
    </item>
  </channel>
</rss>

