Splunk Search

How do I search if a windows Event code xxxx from the Security logs is being ingested into Splunk?

SamHTexas
Builder

Please share a SPL to show if a certain event code ( Windows) from Security logs is being ingested into Splunk. I appreciate a response in advance.

Labels (2)
Tags (1)
0 Karma

PickleRick
SplunkTrust
SplunkTrust

What do you mean by "is being"? Because a question for a simple field=value search seems a bit lazy 😉

0 Karma

SamHTexas
Builder

I mean a certain event code is being pulled into Splunk so we see it in the event logs. Thank u

Tags (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @SamHTexas,

as @PickleRick said, you have only to add a simple filter to your main search, so e.g. if you want to find the login, logout and logfail events:

index=wineventlog (EventCode=4624 OR EventCode=4625 OR EventCode=4634=
| ...

The only problem is identify the EventCodes that you need.

Ciao.

Giuseppe

Get Updates on the Splunk Community!

Technical Workshop Series: Splunk Data Management and SPL2 | Register here!

Hey, Splunk Community! Ready to take your data management skills to the next level? Join us for a 3-part ...

Spotting Financial Fraud in the Haystack: A Guide to Behavioral Analytics with Splunk

In today's digital financial ecosystem, security teams face an unprecedented challenge. The sheer volume of ...

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability As businesses scale ...