Splunk Search

Why is the calculated count for a field showing way more than the actual events?

jordanking1992
Path Finder

Hello,

I am having trouble understanding why the counts for a particular field are off. The time frames for both the screenshots below are the same. The only difference is the view for the results.

The first screenshot says the count for namespace field "example" is 261,158 and the search used was:

index=network

The second screenshot says the count for namespace field "example" is 435 and the search used was:

index=network namespace=example

You can see that there is a drastic difference in "count" for the namespace field "example".

Thoughts?

0 Karma
1 Solution

afurrowgtri
Explorer

What happens if you add this before your stats? I suspect it may be making some assumptions when the namespace field is null.

| eval namespace=case(isnotnull(namespace),namespace)

Does | stats dc(namespace) also produce erroneous results?

View solution in original post

0 Karma

afurrowgtri
Explorer

What happens if you add this before your stats? I suspect it may be making some assumptions when the namespace field is null.

| eval namespace=case(isnotnull(namespace),namespace)

Does | stats dc(namespace) also produce erroneous results?

0 Karma

jordanking1992
Path Finder

Apologies, the eval command worked and showed me the where the rest of the count was coming from.

Thank you for your help!

0 Karma
Get Updates on the Splunk Community!

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had 3 releases of new security content via the Enterprise Security ...

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...