- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Schedule a cron job for Python Script on Splunk
praneethnagu143
Explorer
05-16-2019
04:14 AM
I want to schedule a python script as a cron job on my splunk application so as to automate the data importing to my application.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

nick405060
Motivator
10-09-2019
02:32 PM
Using Splunk? Schedule a scripted input.
Not using Splunk? crontab -e
See https://answers.splunk.com/answers/775568/can-splunk-index-gzipd-xmls-from-a-sql-database.html
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
jlanders
Path Finder
05-16-2019
06:01 AM
That is not the purpose of this app - the goal of this app is to look at the cron schedules applied to scheduled searches and list out the upcoming iterations of those to look for future overlap.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
praneethnagu143
Explorer
05-20-2019
04:19 AM
I wanted to schedule a python script to run as a cron job from splunk
