Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing field null expression #46

Merged
merged 2 commits into from
Dec 3, 2024
Merged

Fixing field null expression #46

merged 2 commits into from
Dec 3, 2024

Conversation

arblade
Copy link
Contributor

@arblade arblade commented Dec 2, 2024

The splunk docs mention that field!=* will "never return any events", and that NOT field=* return events where field is null/undefined. After some tests I can confirm that the NOT field=* is returning events where the field is absent (which is the meaning of field: null in sigma, a not existing or empty field).
This splunk discussion confirmed this behavior too.

@thomaspatzke thomaspatzke merged commit 2685a3e into SigmaHQ:main Dec 3, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants