Getting Data In

Windows Process

itsomana
Path Finder

On a Windows 2003 there is a process running in windows called java.exe. Do you know of a way that Splunk can monitor that java.exe and alert if it is not running.

My approach is to write a script/bat file which runs tasklist. This would be scheduled to run every 5 minutes and would pipe the information out to a file. This file would then be indexed by Splunk. Within Splunk I could search this file and if java.exe is found send out an alert me.

For reference the server is running a Splunk forwarder

Thanks in advance.

Tags (2)

Takajian
Builder

I think your approach is right. But your script/bat files is not necessary to write file for splunk indexing. As splunk can do scripted input, splunk can execute and index the result of the script without tasklist.

Please refer to following site for more infomation.

http://docs.splunk.com/Documentation/Splunk/latest/Developer/ScriptedInputsIntro

0 Karma

saurabh_tek
Communicator

Is there any other way as well @Takajian. or else can you share the script

0 Karma

rvany
Communicator

For reference - the link has (some years later 😉 ) - changed:
http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/ScriptedInputsIntro

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...