<?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 plot number of scheduled jobs on a hourly time scale by user in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-number-of-scheduled-jobs-on-a-hourly-time-scale-by/m-p/185751#M11473</link>
    <description>&lt;P&gt;Thanks. But your answers takes me into history or past..like how many got executed last hour, last day, 2 days ago..etc. But, I wanted to get to future view .. like how many are getting scheduled tomorrow.. this week, next week .. by all of the users as of today?&lt;BR /&gt;
Where does cron regex for scheduled, enabled  get stored? which index? &lt;BR /&gt;
Also, how to create an alert say, if more than N jobs get scheduled at the same time?&lt;/P&gt;</description>
    <pubDate>Fri, 20 Dec 2013 03:40:44 GMT</pubDate>
    <dc:creator>splunkears</dc:creator>
    <dc:date>2013-12-20T03:40:44Z</dc:date>
    <item>
      <title>How to plot number of scheduled jobs on a hourly time scale by user</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-number-of-scheduled-jobs-on-a-hourly-time-scale-by/m-p/185746#M11468</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;How do we list out all of the saved scheduled jobs on a Splunk setup by user, by day, by search, by tittle of the saved search?&lt;/P&gt;

&lt;P&gt;Also, I wanted to plot in a days view of scheduled jobs -- ie.. 0-23 HRS scale with 1HR, all the jobs for a given user.&lt;BR /&gt;
Basically, I wanted to know how many are scheduled at the same time in a given day and by users. &lt;/P&gt;

&lt;P&gt;I've the following REST call:&lt;/P&gt;

&lt;P&gt;| rest /services/saved/searches    | stats values(search) as QueryName, values(title) as JobName, values(cron_schedule) as ScheduledAt by eai:acl.owner, title, cron_schedule&lt;/P&gt;

&lt;P&gt;But, not sure how to transform cron-expression into a time to plot. &lt;/P&gt;

&lt;P&gt;thanks..&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:31:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-number-of-scheduled-jobs-on-a-hourly-time-scale-by/m-p/185746#M11468</guid>
      <dc:creator>splunkears</dc:creator>
      <dc:date>2020-09-28T15:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot number of scheduled jobs on a hourly time scale by user</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-number-of-scheduled-jobs-on-a-hourly-time-scale-by/m-p/185747#M11469</link>
      <description>&lt;P&gt;Do you need this to be a REST call?  I mean we have an app called SoS that fits the bill.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://apps.splunk.com/app/748/"&gt;http://apps.splunk.com/app/748/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This app goes with:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://apps.splunk.com/app/466/"&gt;http://apps.splunk.com/app/466/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2013 20:13:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-number-of-scheduled-jobs-on-a-hourly-time-scale-by/m-p/185747#M11469</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2013-12-19T20:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot number of scheduled jobs on a hourly time scale by user</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-number-of-scheduled-jobs-on-a-hourly-time-scale-by/m-p/185748#M11470</link>
      <description>&lt;P&gt;Thanks for the pointer. I'm aware of SOS. But, don't know how to do this with SOS.&lt;BR /&gt;
What is the name of the index where SOS will store the schedule job 's cron information.&lt;BR /&gt;
For example, if a job is scheduled to run -- once every week -- by user A -- and another job by user B -- to run say every day.. my plot should project all the jobs that going to be run this week.. Basically I wanted to see how many are going to flood the system, by running around the same time. Some kind of visualization .... Basically Future look of jobs going to run this week, next week etc.. etc.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2013 20:19:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-number-of-scheduled-jobs-on-a-hourly-time-scale-by/m-p/185748#M11470</guid>
      <dc:creator>splunkears</dc:creator>
      <dc:date>2013-12-19T20:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot number of scheduled jobs on a hourly time scale by user</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-number-of-scheduled-jobs-on-a-hourly-time-scale-by/m-p/185749#M11471</link>
      <description>&lt;P&gt;A starter might be:  | rest /services/search/jobs | table custom.dispatch.earliest_time custom.dispatch.latest_time custom.search | search custom.search!="| rest*"&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:31:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-number-of-scheduled-jobs-on-a-hourly-time-scale-by/m-p/185749#M11471</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2020-09-28T15:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot number of scheduled jobs on a hourly time scale by user</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-number-of-scheduled-jobs-on-a-hourly-time-scale-by/m-p/185750#M11472</link>
      <description>&lt;P&gt;Execution details of every scheduled saved search is stored in _internal index under scheduler sourcetype. You might want to have a look at that as well. &lt;/P&gt;

&lt;P&gt;Sample query:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=scheduler status=success | table user, app, savedsearch_name, scheduled_time, sid, result_count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will give you list of all saved search execution with fields like user context, app context, search name, time when it got executed (in epoch format, can be used for timechart), no of rows returned etc.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2013 02:10:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-number-of-scheduled-jobs-on-a-hourly-time-scale-by/m-p/185750#M11472</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2013-12-20T02:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot number of scheduled jobs on a hourly time scale by user</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-number-of-scheduled-jobs-on-a-hourly-time-scale-by/m-p/185751#M11473</link>
      <description>&lt;P&gt;Thanks. But your answers takes me into history or past..like how many got executed last hour, last day, 2 days ago..etc. But, I wanted to get to future view .. like how many are getting scheduled tomorrow.. this week, next week .. by all of the users as of today?&lt;BR /&gt;
Where does cron regex for scheduled, enabled  get stored? which index? &lt;BR /&gt;
Also, how to create an alert say, if more than N jobs get scheduled at the same time?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2013 03:40:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-number-of-scheduled-jobs-on-a-hourly-time-scale-by/m-p/185751#M11473</guid>
      <dc:creator>splunkears</dc:creator>
      <dc:date>2013-12-20T03:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot number of scheduled jobs on a hourly time scale by user</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-number-of-scheduled-jobs-on-a-hourly-time-scale-by/m-p/185752#M11474</link>
      <description>&lt;P&gt;Maybe you could play around with the btool command such that you run "splunk btool savedsearches list" and then parse the output from that.  Then it would be getting the data you need from the saved configuration files vs. the historical logs.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2013 13:33:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-number-of-scheduled-jobs-on-a-hourly-time-scale-by/m-p/185752#M11474</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2013-12-20T13:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot number of scheduled jobs on a hourly time scale by user</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-number-of-scheduled-jobs-on-a-hourly-time-scale-by/m-p/185753#M11475</link>
      <description>&lt;P&gt;Thanks. Seems like Btool is the one I can use to get what we want. I'm thinking, we can scrub  Btool  output to generate scheduled job data and then feed that back to Splunk to get plots we wanted. Thanks for the command.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2013 15:38:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-number-of-scheduled-jobs-on-a-hourly-time-scale-by/m-p/185753#M11475</guid>
      <dc:creator>splunkears</dc:creator>
      <dc:date>2013-12-20T15:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot number of scheduled jobs on a hourly time scale by user</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-number-of-scheduled-jobs-on-a-hourly-time-scale-by/m-p/185754#M11476</link>
      <description>&lt;P&gt;Any options other than btool?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2015 12:27:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-number-of-scheduled-jobs-on-a-hourly-time-scale-by/m-p/185754#M11476</guid>
      <dc:creator>sibbsnb</dc:creator>
      <dc:date>2015-03-17T12:27:17Z</dc:date>
    </item>
  </channel>
</rss>

