Splunk Dev

Scheduling a periodic update on kvstore using python

vinay3006
Engager

Hi
I have a python code which pulls data from a source using REST API and updates the KVStore collection. However i want this to run on a period basis say once in 24 hours. What is the best way to schedule this?
Regards,
V

Labels (3)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

You could use cron or you could create a scripted input that runs your python daily. I prefer the latter.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

You could use cron or you could create a scripted input that runs your python daily. I prefer the latter.

---
If this reply helps you, Karma would be appreciated.

vinay3006
Engager

for scripted inputs, I do not have any data to index, i would like to use only the kvstore collections. Is it possible to run the scripts without indexing data?

0 Karma

richgalloway
SplunkTrust
SplunkTrust

If the script does not write anything to stdout then nothing will be indexed.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...