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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...