<?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: Saved searches Run time in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Saved-searches-Run-time/m-p/648988#M224447</link>
    <description>&lt;P&gt;This worked for me, thanks. I was able to list out the searches by tweaking this query a little bit.&lt;/P&gt;&lt;P&gt;We see that there are many searches running in at the same time, any ideas on how we can tune this?&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jul 2023 10:31:49 GMT</pubDate>
    <dc:creator>izzie123</dc:creator>
    <dc:date>2023-07-03T10:31:49Z</dc:date>
    <item>
      <title>Saved searches Run time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Saved-searches-Run-time/m-p/648833#M224435</link>
      <description>&lt;P&gt;Hello Splunkers,&lt;/P&gt;&lt;P&gt;I had a question, I wanted to check the time on which my saved searches / scheduled reports and alerts are running. Is there a way we can list out the name of the searches and at what time are they running?&lt;/P&gt;&lt;P&gt;Also, how can we find out which saved searches are running at the same time?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 17:41:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Saved-searches-Run-time/m-p/648833#M224435</guid>
      <dc:creator>izzie123</dc:creator>
      <dc:date>2023-06-30T17:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Saved searches Run time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Saved-searches-Run-time/m-p/648850#M224436</link>
      <description>&lt;P&gt;You can use REST to get a list of scheduled searches and their scheduled times.&lt;/P&gt;&lt;P&gt;This query is derived from the Extended Search Reporting dashboard by dpaper at&amp;nbsp;&lt;A href="https://github.com/dpaper-splunk/public/blob/master/dashboards/extended_search_reporting.xml" target="_blank"&gt;https://github.com/dpaper-splunk/public/blob/master/dashboards/extended_search_reporting.xml&lt;/A&gt;.&amp;nbsp; It sorts searches by their scheduled times so you can see which ones run at the same time.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest /servicesNS/-/-/saved/searches splunk_server=local search="is_scheduled=1" search="disabled=0" earliest_time=-1h@m latest_time=now timeout=0 
| table title cron_schedule scheduled_times 
| mvexpand scheduled_times 
| rename scheduled_times as _time
| sort + _time&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jul 2023 03:39:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Saved-searches-Run-time/m-p/648850#M224436</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-07-01T03:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Saved searches Run time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Saved-searches-Run-time/m-p/648988#M224447</link>
      <description>&lt;P&gt;This worked for me, thanks. I was able to list out the searches by tweaking this query a little bit.&lt;/P&gt;&lt;P&gt;We see that there are many searches running in at the same time, any ideas on how we can tune this?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 10:31:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Saved-searches-Run-time/m-p/648988#M224447</guid>
      <dc:creator>izzie123</dc:creator>
      <dc:date>2023-07-03T10:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Saved searches Run time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Saved-searches-Run-time/m-p/648996#M224448</link>
      <description>&lt;P&gt;Manually reschedule searches so fewer of them run at the same time.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 11:40:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Saved-searches-Run-time/m-p/648996#M224448</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-07-03T11:40:27Z</dc:date>
    </item>
  </channel>
</rss>

