<?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: Can I reload savedsearches.conf without restarting? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-reload-savedsearches-conf-without-restarting/m-p/84497#M3048</link>
    <description>&lt;P&gt;I imagine this will not have effect on events that have already entered the scheduler.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Oct 2012 12:50:39 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2012-10-09T12:50:39Z</dc:date>
    <item>
      <title>Can I reload savedsearches.conf without restarting?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-reload-savedsearches-conf-without-restarting/m-p/84492#M3043</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Since, I'm runnning into problems with concurrent historical searches approaching the limit, I decided to heed the advice of rescheduling them not to run on top of the hour every hour.&lt;/P&gt;

&lt;P&gt;Since there are a lot of those, I prefer to do it in the shell:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;cd etc/apps/webintelligence
egrep '^(cron.*|\[.*\])$' default/savedsearches.conf  | \
egrep -B 1 'cron_schedule = 0(\ \*){4}' | \ 
perl -pe 's/0((?:\ \*){4})/3$1\n/g' &amp;gt; local/savedsearches.conf
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What this does, is take every stanza with a &lt;CODE&gt;cron_schedule&lt;/CODE&gt; of &lt;CODE&gt;0 * * * *&lt;/CODE&gt; and turn it into &lt;CODE&gt;3 * * * *&lt;/CODE&gt;, ie. running it 3 minutes after the hour.&lt;/P&gt;

&lt;P&gt;Unfortunately, Splunk doesn't recognise this change. (and I've tried &lt;CODE&gt;|extract reload=T&lt;/CODE&gt;). If I click on each saved search, it will show the correct schedule, but under the "Searches and reports", it is still scheduled to run at 15:00, rather than 15:03.&lt;/P&gt;

&lt;P&gt;So can I reload this configuration without restarting Splunk?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2012 11:28:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-reload-savedsearches-conf-without-restarting/m-p/84492#M3043</guid>
      <dc:creator>echalex</dc:creator>
      <dc:date>2012-10-09T11:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can I reload savedsearches.conf without restarting?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-reload-savedsearches-conf-without-restarting/m-p/84493#M3044</link>
      <description>&lt;P&gt;Yes. Hitting the &lt;CODE&gt;/debug/refresh&lt;/CODE&gt; endpoint should activate these changes.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;http(s)://yoursplunkhost:8000/debug/refresh
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 09 Oct 2012 11:46:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-reload-savedsearches-conf-without-restarting/m-p/84493#M3044</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-10-09T11:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can I reload savedsearches.conf without restarting?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-reload-savedsearches-conf-without-restarting/m-p/84494#M3045</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;It does not seem to work... Does it matter that that I get a 404 error from that url?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2012 12:01:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-reload-savedsearches-conf-without-restarting/m-p/84494#M3045</guid>
      <dc:creator>echalex</dc:creator>
      <dc:date>2012-10-09T12:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can I reload savedsearches.conf without restarting?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-reload-savedsearches-conf-without-restarting/m-p/84495#M3046</link>
      <description>&lt;P&gt;Sorry, my bad - the link should point to the regular Splunk web interface, not the splunkd port. Updated my answer with the correct link.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2012 12:16:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-reload-savedsearches-conf-without-restarting/m-p/84495#M3046</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-10-09T12:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can I reload savedsearches.conf without restarting?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-reload-savedsearches-conf-without-restarting/m-p/84496#M3047</link>
      <description>&lt;P&gt;I still can't see the changes. It does seem that the new schedule enters into force after the next scheduled run, in any case.&lt;/P&gt;

&lt;P&gt;Should it work for all apps?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2012 12:28:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-reload-savedsearches-conf-without-restarting/m-p/84496#M3047</guid>
      <dc:creator>echalex</dc:creator>
      <dc:date>2012-10-09T12:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can I reload savedsearches.conf without restarting?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-reload-savedsearches-conf-without-restarting/m-p/84497#M3048</link>
      <description>&lt;P&gt;I imagine this will not have effect on events that have already entered the scheduler.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2012 12:50:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-reload-savedsearches-conf-without-restarting/m-p/84497#M3048</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-10-09T12:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can I reload savedsearches.conf without restarting?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-reload-savedsearches-conf-without-restarting/m-p/84498#M3049</link>
      <description>&lt;P&gt;Ok, that does explain it.&lt;BR /&gt;
Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2012 12:51:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-reload-savedsearches-conf-without-restarting/m-p/84498#M3049</guid>
      <dc:creator>echalex</dc:creator>
      <dc:date>2012-10-09T12:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can I reload savedsearches.conf without restarting?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-reload-savedsearches-conf-without-restarting/m-p/84499#M3050</link>
      <description>&lt;P&gt;Check this out:&lt;BR /&gt;
&lt;A href="http://splunk-base.splunk.com/answers/5838/can-inputsconf-be-reloaded-without-restarting-splunkd?page=1&amp;amp;focusedAnswerId=8455#8455" target="_blank"&gt;http://splunk-base.splunk.com/answers/5838/can-inputsconf-be-reloaded-without-restarting-splunkd?page=1&amp;amp;focusedAnswerId=8455#8455&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;cd /opt/splunk/bin (or your $SPLUNK_BASE)&lt;BR /&gt;
./splunk _internal call /services/data/inputs/monitor/_reload -auth &lt;/P&gt;

&lt;P&gt;This will prompt you for username &amp;amp; pass of a web admin user.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:46:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-reload-savedsearches-conf-without-restarting/m-p/84499#M3050</guid>
      <dc:creator>gfrjonp</dc:creator>
      <dc:date>2020-09-28T12:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can I reload savedsearches.conf without restarting?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-reload-savedsearches-conf-without-restarting/m-p/84500#M3051</link>
      <description>&lt;P&gt;It worked for me, on Splunk Search Head 5.0.2.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2013 13:20:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-reload-savedsearches-conf-without-restarting/m-p/84500#M3051</guid>
      <dc:creator>splunk68</dc:creator>
      <dc:date>2013-05-17T13:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can I reload savedsearches.conf without restarting?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-I-reload-savedsearches-conf-without-restarting/m-p/84501#M3052</link>
      <description>&lt;P&gt;You can access specific reloads like this:&lt;BR /&gt;
&lt;A href="https://spliunk:8080/en-US/debug/refresh?entity=admin/savedsearch"&gt;https://spliunk:8080/en-US/debug/refresh?entity=admin/savedsearch&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 13:51:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-I-reload-savedsearches-conf-without-restarting/m-p/84501#M3052</guid>
      <dc:creator>dougmartin</dc:creator>
      <dc:date>2016-06-23T13:51:03Z</dc:date>
    </item>
  </channel>
</rss>

