Splunk Enterprise Security

How to identify null valued fields in the index?

AL3Z
Builder

Hi,

How can we effectively search for fields containing null values in the index, in order to limit license entitlement. What approach can be taken to accomplish this?

 

Thanks

Labels (2)
0 Karma

isoutamo
SplunkTrust
SplunkTrust

Hi

Usually if you have null() value on event it means that it has not stored into index. This also means that it's not counted to license usage as its length is 0.

In most cases fields are define on search time based on different props and transforms configurations. As those are extracted on search time those are not counted towards license usage.

r. Ismo

0 Karma

meetmshah
SplunkTrust
SplunkTrust

Hello @AL3Z, The best way would be using isnull as documented here - https://docs.splunk.com/Documentation/SplunkCloud/latest/SearchReference/InformationalFunctions#isnu...

 

Feel free to accept answer if this helps!

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...