Splunk Search

Windows Logon_Type

geekf
Path Finder

When I am running this search I am not getting the results for EventType=4769:

 

index=main  (EventCode=4634 OR EventCode=4624 OR EventCode=4769) Logon_Type!=3

 

If I run the search index=main (EventCode=4769) OR Logon_Type!=3 I get the results for 4769.

 

What can I do with the first search to include the results for 4769?

 

Thanks in advance!

Labels (1)
0 Karma
1 Solution

geekf
Path Finder

Hi @gcusello 

 

Thank you for your prompt response. I am getting results with this search:

 

index=main (EventCode=4769) OR Logon_Type!=3

 

I managed to solve it by using NOT instead of !=.

 

index=main  (EventCode=4634 OR EventCode=4624 OR EventCode=4769) Logon_Type!=3

 

The above search is not giving me the results; however, if I use this search, it works fine:

 

index=main  (EventCode=4634 OR EventCode=4624 OR EventCode=4769) NOT Logon_Type=3

 

Here is what was causing this issue:

If you search with the  != expression, every event that has a value in the field, where that value does not match the value you specify, is returned. Events that do not have a value in the field are not included in the results.

If you search with the NOT operator, every event is returned except the events that contain the value you specify. This includes events that do not have a value in the field.

https://docs.splunk.com/Documentation/Splunk/8.1.0/Search/NOTexpressions

 

Thank you!

View solution in original post

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @geekf,

maybe you haven't events with EventCode=4769 AND Logon_Type=3.

To be sure, try this:

 index=main EventCode=4769 Logon_Type=3

have you results?

Ciao.

Giuseppe 

0 Karma

geekf
Path Finder

Hi @gcusello 

 

Thank you for your prompt response. I am getting results with this search:

 

index=main (EventCode=4769) OR Logon_Type!=3

 

I managed to solve it by using NOT instead of !=.

 

index=main  (EventCode=4634 OR EventCode=4624 OR EventCode=4769) Logon_Type!=3

 

The above search is not giving me the results; however, if I use this search, it works fine:

 

index=main  (EventCode=4634 OR EventCode=4624 OR EventCode=4769) NOT Logon_Type=3

 

Here is what was causing this issue:

If you search with the  != expression, every event that has a value in the field, where that value does not match the value you specify, is returned. Events that do not have a value in the field are not included in the results.

If you search with the NOT operator, every event is returned except the events that contain the value you specify. This includes events that do not have a value in the field.

https://docs.splunk.com/Documentation/Splunk/8.1.0/Search/NOTexpressions

 

Thank you!

0 Karma

gcusello
SplunkTrust
SplunkTrust

HI @geekf,

good for you!

Please accept the answer for the other people of Community.

Ciao and happy splunking.

Giuseppe

P.S.: Karma Points are appreciated 😉

Get Updates on the Splunk Community!

App Platform's 2025 Year in Review: A Year of Innovation, Growth, and Community

As we step into 2026, it’s the perfect moment to reflect on what an extraordinary year 2025 was for the Splunk ...

Operationalizing Entity Risk Score with Enterprise Security 8.3+

Overview Enterprise Security 8.3 introduces a powerful new feature called “Entity Risk Scoring” (ERS) for ...

Unlock Database Monitoring with Splunk Observability Cloud

  In today’s fast-paced digital landscape, even minor database slowdowns can disrupt user experiences and ...