<?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: Reload transforms.conf without restarting splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64240#M12919</link>
    <description>&lt;P&gt;Thanks for your answers.&lt;BR /&gt;
Actually if I refer to the indexing configuration, it could change in real time without restarting splunk?&lt;BR /&gt;
I did not get to&lt;BR /&gt;
&lt;A href="http://yoursplunkserver:8000/en-GB/debug/refresh"&gt;http://yoursplunkserver:8000/en-GB/debug/refresh&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://yoursplunkserver:8000/en-GB/debug/refresh?entity=admin/transforms-lookup"&gt;http://yoursplunkserver:8000/en-GB/debug/refresh?entity=admin/transforms-lookup&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://yoursplunkserver:8000/en-GB/debug/refresh?entity=admin/transforms-extract"&gt;http://yoursplunkserver:8000/en-GB/debug/refresh?entity=admin/transforms-extract&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Sep 2013 20:28:20 GMT</pubDate>
    <dc:creator>jrodriguezap</dc:creator>
    <dc:date>2013-09-16T20:28:20Z</dc:date>
    <item>
      <title>Reload transforms.conf without restarting splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64236#M12915</link>
      <description>&lt;P&gt;Is there a way where I do not have to restart splunk to enable a new indexing?&lt;BR /&gt;
How to reload transforms.conf without restart...&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2013 05:16:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64236#M12915</guid>
      <dc:creator>jrodriguezap</dc:creator>
      <dc:date>2013-09-16T05:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reload transforms.conf without restarting splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64237#M12916</link>
      <description>&lt;P&gt;Hi Jrodriguez,&lt;/P&gt;

&lt;P&gt;To reload the search-time functions of &lt;CODE&gt;props.conf&lt;/CODE&gt; and &lt;CODE&gt;transforms.conf&lt;/CODE&gt; issue the following command in the search query bar:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| extract reload=T
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;RT&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2013 06:34:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64237#M12916</guid>
      <dc:creator>rturk</dc:creator>
      <dc:date>2013-09-16T06:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reload transforms.conf without restarting splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64238#M12917</link>
      <description>&lt;P&gt;Just to expand on RTurks answer, in newer versions you don't need to run this.&lt;/P&gt;

&lt;P&gt;Each time you run a search Splunk will fork off a new process and reload the props and transforms as part of that - for any search time changes.&lt;BR /&gt;
Any index time changes still require a restart.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2013 06:48:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64238#M12917</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2013-09-16T06:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Reload transforms.conf without restarting splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64239#M12918</link>
      <description>&lt;P&gt;Hi Jrodriguez.&lt;/P&gt;

&lt;P&gt;You can reload any number of config files at index time using the debug refresh endpoint in Splunk. I use this all the time when I make changes to props.conf.&lt;BR /&gt;
You can view all of the endpoints by typing the following into your browser:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://yoursplunkserver:8000en-GBdebugrefresh"&gt;http://yoursplunkserver:8000/en-GB/debug/refresh&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;and &lt;STRONG&gt;to explicitly reload the transforms.conf file&lt;/STRONG&gt;, use the following:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://yoursplunkserver:8000en-GBdebugrefresh?entity=admin/transforms-lookup"&gt;http://yoursplunkserver:8000/en-GB/debug/refresh?entity=admin/transforms-lookup&lt;/A&gt;&lt;BR /&gt;
for new lookup file definitions that reside within transforms.conf&lt;/P&gt;

&lt;P&gt;&lt;A href="http://yoursplunkserver:8000en-GBdebugrefresh?entity=admin/transforms-extract"&gt;http://yoursplunkserver:8000/en-GB/debug/refresh?entity=admin/transforms-extract&lt;/A&gt; for new field transforms/extractions that reside within transforms.conf &lt;/P&gt;

&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2013 10:20:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64239#M12918</guid>
      <dc:creator>watsm10</dc:creator>
      <dc:date>2013-09-16T10:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reload transforms.conf without restarting splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64240#M12919</link>
      <description>&lt;P&gt;Thanks for your answers.&lt;BR /&gt;
Actually if I refer to the indexing configuration, it could change in real time without restarting splunk?&lt;BR /&gt;
I did not get to&lt;BR /&gt;
&lt;A href="http://yoursplunkserver:8000/en-GB/debug/refresh"&gt;http://yoursplunkserver:8000/en-GB/debug/refresh&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://yoursplunkserver:8000/en-GB/debug/refresh?entity=admin/transforms-lookup"&gt;http://yoursplunkserver:8000/en-GB/debug/refresh?entity=admin/transforms-lookup&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://yoursplunkserver:8000/en-GB/debug/refresh?entity=admin/transforms-extract"&gt;http://yoursplunkserver:8000/en-GB/debug/refresh?entity=admin/transforms-extract&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2013 20:28:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64240#M12919</guid>
      <dc:creator>jrodriguezap</dc:creator>
      <dc:date>2013-09-16T20:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reload transforms.conf without restarting splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64241#M12920</link>
      <description>&lt;P&gt;You probably want to change en-GB to en-US, and this does take some time to run.&lt;BR /&gt;
Did you get an error?  If so, what was it?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2013 00:28:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64241#M12920</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-09-17T00:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reload transforms.conf without restarting splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64242#M12921</link>
      <description>&lt;P&gt;Is 'transforms-extract' an index time change or a search time change?  I don't know myself, and there are two conflicting answers here.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2013 00:31:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64242#M12921</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-09-17T00:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Reload transforms.conf without restarting splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64243#M12922</link>
      <description>&lt;P&gt;You need to replace "yoursplunkserver" with your server address. If you are using a local version of splunk, replace "yoursplunkserver" with "localhost".&lt;/P&gt;

&lt;P&gt;So, &lt;A href="http://localhost:8000/en-GB/debug/refresh"&gt;http://localhost:8000/en-GB/debug/refresh&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2013 08:29:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64243#M12922</guid>
      <dc:creator>watsm10</dc:creator>
      <dc:date>2013-09-17T08:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reload transforms.conf without restarting splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64244#M12923</link>
      <description>&lt;P&gt;extract refers to search-time field extractions.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2013 08:41:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64244#M12923</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-09-17T08:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reload transforms.conf without restarting splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64245#M12924</link>
      <description>&lt;P&gt;en-GB is just another locale just like en-US, so it doesn't  need to be changed.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2013 08:42:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64245#M12924</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-09-17T08:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reload transforms.conf without restarting splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64246#M12925</link>
      <description>&lt;P&gt;Uhm ... run all these url, obviously with my host parameters, but does not send the nullQueue the changes I've made​​. I have to restart necessarily.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2013 15:33:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64246#M12925</guid>
      <dc:creator>jrodriguezap</dc:creator>
      <dc:date>2013-09-17T15:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reload transforms.conf without restarting splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64247#M12926</link>
      <description>&lt;P&gt;Yeah, as my answer above. You do need a restart for index time changes to take effect, I believe the different processors have to be restarted for the changes to take effect.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2013 09:07:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64247#M12926</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2013-09-18T09:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reload transforms.conf without restarting splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64248#M12927</link>
      <description>&lt;P&gt;Thank you very much Drainy.&lt;BR /&gt;
Please, think they may be able to support me with a question I opened a while ago, so far I could not finish, look at is as follows:&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/101788/indexing-queues-greater-than-100-lines"&gt;http://answers.splunk.com/answers/101788/indexing-queues-greater-than-100-lines&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hopefully possible.&lt;BR /&gt;
thanks&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2013 13:42:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64248#M12927</guid>
      <dc:creator>jrodriguezap</dc:creator>
      <dc:date>2013-09-18T13:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reload transforms.conf without restarting splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64249#M12928</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;A small doubt...&lt;/P&gt;

&lt;P&gt;Should i add something before ...| extract reload=T in the search bar ?? as "| extract reload=T" alone didn't work for me.&lt;/P&gt;

&lt;P&gt;I tried all the three links&lt;/P&gt;

&lt;P&gt;Still, the sourcetypes are not listed in.&lt;/P&gt;

&lt;P&gt;Thanks in advance,&lt;BR /&gt;
Kannan&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 06:17:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64249#M12928</guid>
      <dc:creator>kamunusa</dc:creator>
      <dc:date>2014-06-03T06:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reload transforms.conf without restarting splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64250#M12929</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;If an extract reload isn't working for you, try doing a debug refresh (see 3rd answer for reference).&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
Matt.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 08:19:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64250#M12929</guid>
      <dc:creator>watsm10</dc:creator>
      <dc:date>2014-06-03T08:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reload transforms.conf without restarting splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64251#M12930</link>
      <description>&lt;P&gt;Hi Matt,&lt;/P&gt;

&lt;P&gt;Tried that link already.. It didn't work..&lt;/P&gt;

&lt;P&gt;Is there anything that could stop refreshing the conf files ??&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Kannan&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 08:57:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64251#M12930</guid>
      <dc:creator>kamunusa</dc:creator>
      <dc:date>2014-06-03T08:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reload transforms.conf without restarting splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64252#M12931</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 &lt;A href="http://:8089/servicesNS/-/-/admin/transforms-reload/_reload" target="test_blank"&gt;http://:8089/servicesNS/-/-/admin/transforms-reload/_reload&lt;/A&gt;&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;</description>
      <pubDate>Fri, 21 Sep 2018 17:08:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Reload-transforms-conf-without-restarting-splunk/m-p/64252#M12931</guid>
      <dc:creator>vsingla1</dc:creator>
      <dc:date>2018-09-21T17:08:14Z</dc:date>
    </item>
  </channel>
</rss>

