Splunk Search

Working on "snoweventstream" in a subsearch - Any thoughts?

victor_menezes
Path Finder

Hi guys,

I'm trying to control whenever I have to send an event to ServiceNow or not, and that's what I've done so far.

Basically, I need to check if the query results exceed a threshold. If it does, I need to update a lookup with that value and run a snoweventstream command with severity > 0.

If the result is below the threshold, I need to do the same update in the lookup with that value and run a snoweventstream command with severity = 0.

Have any of you guys already done something similar and do you have some ideas on how I can perform that?

This is basically a draft of what it would be (in a high level):

eval lastStatus=(subsearch inputlookup x.csv | get status where alert_name = something)
MyQuery
if fieldA > 10
then
    if (lastStatus == 0)    
    then append x.csv fieldB, fieldC, 1
    AND eval alerted=(subsearch that eval some fields and trigger snoweventstream command with severity 1)  

else    if (lastStatus == 1)
    then append x.csv fieldB, fieldC, 0
    AND eval alerted=(subsearch that eval some fields and trigger snoweventstream command with severity 0)

Thank you in advance!

0 Karma

493669
Super Champion

you can use service now event management plugin which will not require to use any command like snoweventstream to send events in service now

0 Karma

victor_menezes
Path Finder

Yeah I'm already using ServiceNow event management plugin. Actually this is what enables the snoweventstream command. I'm using the command inside the query because by using the trigger action option in the alert configuration will be only allow me to configure the event for when the threshold is met, which is what I have at the moment. I need to have a counterparty, by sending a communication when the result comes back down below the threshold.
Thanks!

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