Scumblr icon indicating copy to clipboard operation
Scumblr copied to clipboard

Feature Req: Search Scheduling

Open digital4rensics opened this issue 11 years ago • 6 comments

It would be immensely useful to be able to schedule individual searches to run at pre-defined intervals. This would allow for better customization per source and per topic. If I want faster alerts for a specific high-profile/severity search, I could do so without filling results with data from having to run all searches ever X period of time.

digital4rensics avatar Sep 02 '14 13:09 digital4rensics

Thanks, I'm looking into a couple different ways to provide this option.

ahoernecke avatar Sep 02 '14 21:09 ahoernecke

Awesome, thanks!

digital4rensics avatar Sep 04 '14 17:09 digital4rensics

Is this still being investigated? This would be very useful.

keirendev avatar Nov 02 '16 02:11 keirendev

Hi @keirendev, yes this is still being looked into. As a side note, it would be relatively easy to do this by using cron jobs to run different tasks at different frequencies. We just don't have a good option for scheduling different tasks at different frequencies through UI yet.

ahoernecke avatar Nov 07 '16 22:11 ahoernecke

Do you have an example of what I could run from the command line to run all enabled tasks?

keirendev avatar Nov 07 '16 23:11 keirendev

If you want to run all enabled tasks you can just run:

bundle exec rake run_tasks

This will find all enabled tasks and run them based on the group you have them configured in.

ahoernecke avatar Nov 08 '16 18:11 ahoernecke