Getting Data In

Rule to get alerted when a specific windows machine comes online

Kishorebk
New Member

I'm trying to get a alert out when ever a specific windows machine comes online. I have created a lookup table for machines ( machines for which there was a IDS alert and I can't check that as its offline) and what to get alerted whenever they come online.

Tags (1)
0 Karma

jtrucks
Splunk Employee
Splunk Employee

You could use your monitoring solution, such as Nagios, to write a log entry when a server comes online. Alternatively, you can write a cron job (or scheduled task in windows) to check the list of machines and have that program write to Splunk read logs that the machine has come online. You could create the list to check from a lookup generated in Splunk, manually, or even from your IDS to drive the process.

If that system uses a Splunk Forwarder, you can check to see when it last connected with:

index=_internal "statusee=TcpInputProcessor" source="/opt/splunk/var/log/splunk/metrics.log" sourceHost=yourhost
--
Jesse Trucks
Minister of Magic

somesoni2
Revered Legend

You can try options mentioned in below link to be able to ping a server (from your lookup) and based on the result of ping, you can set your alert.

http://answers.splunk.com/answers/67401/send-ping

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...