<?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 re-run a scheduled correlation search after planned downtime? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/How-to-re-run-a-scheduled-correlation-search-after-planned/m-p/333417#M10905</link>
    <description>&lt;P&gt;You can use the curl command to trigger the searches from back-end without changing its properties.&lt;BR /&gt;
eg. curl -k -u username:Password &lt;A href="https://localhost:9086/services/saved/searches/testkamal2/reschedule"&gt;https://localhost:9086/services/saved/searches/testkamal2/reschedule&lt;/A&gt; -X POST &lt;/P&gt;

&lt;P&gt;This will immediately trigger your search. You can write a script to trigger the queries one by one every few mins.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Mar 2018 21:16:03 GMT</pubDate>
    <dc:creator>kamal_jagga</dc:creator>
    <dc:date>2018-03-07T21:16:03Z</dc:date>
    <item>
      <title>How to re-run a scheduled correlation search after planned downtime?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-re-run-a-scheduled-correlation-search-after-planned/m-p/333416#M10904</link>
      <description>&lt;P&gt;Where there is a planned scheduled outage of a network device, which will effectively kill many of the feeds due to come into splunk, what would be the best approach to re-running correlation searches on the missing feeds once connection has been restored?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 11:24:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-re-run-a-scheduled-correlation-search-after-planned/m-p/333416#M10904</guid>
      <dc:creator>sheamus69</dc:creator>
      <dc:date>2018-03-07T11:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to re-run a scheduled correlation search after planned downtime?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-re-run-a-scheduled-correlation-search-after-planned/m-p/333417#M10905</link>
      <description>&lt;P&gt;You can use the curl command to trigger the searches from back-end without changing its properties.&lt;BR /&gt;
eg. curl -k -u username:Password &lt;A href="https://localhost:9086/services/saved/searches/testkamal2/reschedule"&gt;https://localhost:9086/services/saved/searches/testkamal2/reschedule&lt;/A&gt; -X POST &lt;/P&gt;

&lt;P&gt;This will immediately trigger your search. You can write a script to trigger the queries one by one every few mins.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 21:16:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-re-run-a-scheduled-correlation-search-after-planned/m-p/333417#M10905</guid>
      <dc:creator>kamal_jagga</dc:creator>
      <dc:date>2018-03-07T21:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to re-run a scheduled correlation search after planned downtime?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-re-run-a-scheduled-correlation-search-after-planned/m-p/333418#M10906</link>
      <description>&lt;P&gt;How would this work for effectively looking at the missed data from the restored feed?  Surely that command would only run the search now, not step back through the data?  Or am I missing something obvious (admittedly, highly likely)?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 09:33:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-re-run-a-scheduled-correlation-search-after-planned/m-p/333418#M10906</guid>
      <dc:creator>sheamus69</dc:creator>
      <dc:date>2018-03-08T09:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to re-run a scheduled correlation search after planned downtime?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-re-run-a-scheduled-correlation-search-after-planned/m-p/333419#M10907</link>
      <description>&lt;P&gt;Just did a little reading into this approach, and I think you are right, as shown in the example from the &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.2/RESTREF/RESTsearch#saved.2Fsearches.2F.7Bname.7D.2Freschedule"&gt;rest api&lt;/A&gt; page:&lt;/P&gt;

&lt;P&gt;curl -k -u admin:pass &lt;A href="https://localhost:8089/services/saved/searches/Purchased%20products%2C%20last%2024%20hours/reschedule"&gt;https://localhost:8089/services/saved/searches/Purchased%20products%2C%20last%2024%20hours/reschedule&lt;/A&gt; -d schedule_time=2012-08-15T14:11:01Z&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 10:06:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-re-run-a-scheduled-correlation-search-after-planned/m-p/333419#M10907</guid>
      <dc:creator>sheamus69</dc:creator>
      <dc:date>2018-03-08T10:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to re-run a scheduled correlation search after planned downtime?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-re-run-a-scheduled-correlation-search-after-planned/m-p/333420#M10908</link>
      <description>&lt;P&gt;Aren't correlation searches real time searches that run based on index time, rather than event time?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 12:16:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-re-run-a-scheduled-correlation-search-after-planned/m-p/333420#M10908</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-03-08T12:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to re-run a scheduled correlation search after planned downtime?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-re-run-a-scheduled-correlation-search-after-planned/m-p/333421#M10909</link>
      <description>&lt;P&gt;Nope, they run at scheduled intervals, and if the event feed is delayed, things can be missed.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 14:27:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-re-run-a-scheduled-correlation-search-after-planned/m-p/333421#M10909</guid>
      <dc:creator>sheamus69</dc:creator>
      <dc:date>2018-03-08T14:27:06Z</dc:date>
    </item>
  </channel>
</rss>

