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 (1)
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!

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

🔐 Trust at Every Hop: How mTLS in Splunk Enterprise 10.0 Makes Security Simpler

From Idea to Implementation: Why Splunk Built mTLS into Splunk Enterprise 10.0  mTLS wasn’t just a checkbox ...