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!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...