<?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 execute a search everyday and every 8 hours in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-execute-a-search-everyday-and-every-8-hours/m-p/479633#M192935</link>
    <description>&lt;P&gt;You may try crontab syntax generator like &lt;A href="https://www.crontab-generator.org/"&gt;https://www.crontab-generator.org/&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2019 09:30:26 GMT</pubDate>
    <dc:creator>larry02</dc:creator>
    <dc:date>2019-09-27T09:30:26Z</dc:date>
    <item>
      <title>how to execute a search everyday and every 8 hours</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-execute-a-search-everyday-and-every-8-hours/m-p/479628#M192930</link>
      <description>&lt;P&gt;I have three teams in industrial company, the first starts work at 6am, the second at 2pm, and the third at 10pm, the working time of each team is 8 hours, I wanted to count the amount carried out each team with a dynamic way, at each start of the team the counting starts again in a single dashboard.&lt;BR /&gt;
Please can you help me how to do this query &lt;BR /&gt;
i'm a beginner in splunk &lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 09:06:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-execute-a-search-everyday-and-every-8-hours/m-p/479628#M192930</guid>
      <dc:creator>amani28</dc:creator>
      <dc:date>2019-09-11T09:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute a search everyday and every 8 hours</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-execute-a-search-everyday-and-every-8-hours/m-p/479629#M192931</link>
      <description>&lt;P&gt;After creating the Alert, Select Run on Cron Schedule with &lt;CODE&gt;* 6,14,22 * *&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 10:22:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-execute-a-search-everyday-and-every-8-hours/m-p/479629#M192931</guid>
      <dc:creator>SathyaNarayanan</dc:creator>
      <dc:date>2019-09-11T10:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute a search everyday and every 8 hours</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-execute-a-search-everyday-and-every-8-hours/m-p/479630#M192932</link>
      <description>&lt;P&gt;thank you for your answer  SathyaNarayanan  ,&lt;BR /&gt;
I want to execute it in dashboard not as alert &lt;BR /&gt;
i don't know how to do this&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 11:00:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-execute-a-search-everyday-and-every-8-hours/m-p/479630#M192932</guid>
      <dc:creator>amani28</dc:creator>
      <dc:date>2019-09-11T11:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute a search everyday and every 8 hours</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-execute-a-search-everyday-and-every-8-hours/m-p/479631#M192933</link>
      <description>&lt;P&gt;I will suggest you to create 3 panel in dashboard stating , First shift Amount , second shift Amount and third shift Amount . Each panel time range you can keep as per the shift timings. &lt;/P&gt;

&lt;P&gt;Please give your current query to give more inputs. &lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 05:57:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-execute-a-search-everyday-and-every-8-hours/m-p/479631#M192933</guid>
      <dc:creator>SathyaNarayanan</dc:creator>
      <dc:date>2019-09-12T05:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute a search everyday and every 8 hours</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-execute-a-search-everyday-and-every-8-hours/m-p/479632#M192934</link>
      <description>&lt;P&gt;this is my query is:&lt;BR /&gt;
sourcetype=allf |spath|rename AUTOEXPORTFILE.ProgramName as produit |stats count as x by produit|where produit="\TELIA-SUEDE-E\TELIA-SUEDE-E.KYJOB" | eventstats sum(x) as result&lt;/P&gt;

&lt;P&gt;I want to run this query in real time in single panel but at each start of  team the counting starts again (teams are independent)&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 08:02:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-execute-a-search-everyday-and-every-8-hours/m-p/479632#M192934</guid>
      <dc:creator>amani28</dc:creator>
      <dc:date>2019-09-12T08:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute a search everyday and every 8 hours</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-execute-a-search-everyday-and-every-8-hours/m-p/479633#M192935</link>
      <description>&lt;P&gt;You may try crontab syntax generator like &lt;A href="https://www.crontab-generator.org/"&gt;https://www.crontab-generator.org/&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 09:30:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-execute-a-search-everyday-and-every-8-hours/m-p/479633#M192935</guid>
      <dc:creator>larry02</dc:creator>
      <dc:date>2019-09-27T09:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute a search everyday and every 8 hours</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-execute-a-search-everyday-and-every-8-hours/m-p/479634#M192936</link>
      <description>&lt;P&gt;You may try crontab syntax generator like &lt;A href="https://www.crontab-generator.org/"&gt;https://www.crontab-generator.org/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 09:32:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-execute-a-search-everyday-and-every-8-hours/m-p/479634#M192936</guid>
      <dc:creator>larry02</dc:creator>
      <dc:date>2019-09-27T09:32:18Z</dc:date>
    </item>
  </channel>
</rss>

