Getting Data In

Logging output from clean-dispatch

rmorlen
Splunk Employee
Splunk Employee

I have a script that runs when certain events occur. This script cleans the dispatch directory. I would like to log the output of this command so that I can track when the script runs and what it did.

I am not a linux guru and have tried:

/opt/splunk/bin/splunk cmd splunkd clean-dispatch /temp -1d -1d | tee -a /opt/splunk/var/log/splunk/internalscripts.log

and

/opt/splunk/bin/splunk cmd splunkd clean-dispatch /temp -1d -1d >> tee -a /opt/splunk/var/log/splunk/internalscripts.log

Neither writes to the logfile. Is there another way of writing the output to the logfile?

Thanks.

Tags (1)
0 Karma

rmorlen
Splunk Employee
Splunk Employee

Sorry for wasting time. The command below works (not sure why it didn't show up in the log before):

/opt/splunk/bin/splunk cmd splunkd clean-dispatch /temp -1d -1d | tee -a /opt/splunk/var/log/splunk/internalscripts.log

0 Karma

rmorlen
Splunk Employee
Splunk Employee

The command /opt/splunk/bin/splunk cmd splunkd clean-dispatch /temp -1d -1d works fine.

0 Karma

jonuwz
Influencer

The 2nd option above should read
/opt/splunk/bin/splunk cmd splunkd clean-dispatch /temp -1d -1d >> /opt/splunk/var/log/splunk/internalscripts.log

Also, does /temp exist ? Maybe this should be /tmp ?

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 ...