Getting Data In

How can I check whether the script has indeed run

pratapa
Explorer

A script is defined in the inputs.conf file

[script:///opt/splunkforwarder/bin/scripts/top.sh]
interval = 0 0 * * *

How can I check whether the script has indeed run.

Is there a log file to check.

0 Karma

mydog8it
Builder

The error messages for scripted input can be found by searching the _internal index. So a search for your script might be:

index=_internal error top.sh

Here is a link to the scripted input documentation:
https://docs.splunk.com/Documentation/Splunk/8.0.0/AdvancedDev/ScriptedInputsIntro

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Keep the Learning Going with the New Best of .conf Hub

Hello Splunkers, With .conf26 getting closer, there’s already a lot of excitement building around this year’s ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

How to find the worst searches in your Splunk environment and how to fix them

Everyone knows Splunk is a powerful platform for running searches and doing data analytics. Your ...