Splunk Search

how to execute a search everyday and every 8 hours

amani28
New Member

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.
Please can you help me how to do this query
i'm a beginner in splunk

Tags (1)
0 Karma

larry02
New Member

You may try crontab syntax generator like https://www.crontab-generator.org/

0 Karma

larry02
New Member

You may try crontab syntax generator like https://www.crontab-generator.org/.

0 Karma

SathyaNarayanan
Path Finder

After creating the Alert, Select Run on Cron Schedule with * 6,14,22 * *

0 Karma

amani28
New Member

thank you for your answer SathyaNarayanan ,
I want to execute it in dashboard not as alert
i don't know how to do this

0 Karma

SathyaNarayanan
Path Finder

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.

Please give your current query to give more inputs.

0 Karma

amani28
New Member

this is my query is:
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

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)

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...