Splunk: Windows Preview
OS: Windows XP
I have followed the instructions for scripted events. I have created a batchfile called "heh.bat" and placed it in the following folder "C:\Program Files\SplunkPreview\etc\bundles\scripts\bin". I have confirmed the script is executable.
I added the following to inputs.conf in {{$SPLUNK_HOME/etc/bundles/scripts
[script:$SPLUNK_HOME\etc\bundles\scripts\bin\heh.bat]
interval = 5
index = {main}
sourcetype = tasklist
source = script:./bin/heh.bat
disabled = 0
I modified the $SPLUNK_HOME/etc/bundles/scripts/props.conf file because this was a multiline event
[tasklist]
BREAK_ONLY_BEFORE = GobblyGook
DATETIME_CONFIG = CURRENT
I restart splunk, but this does not work.