Splunk Search

Different Count for Events over a specified 15 min period

pitt93
New Member

I am trying to get a understanding why I get a different count total for the number of events for the following searches

1. index=some_specific_index  (Returns the following  total for events 7,601,134)

2. | tstats count where index=some_specific_index (Returns 7,593,248)

 

I do have the same date and time range sent when I run the query.

I understand why tstats and stats have different values.

 

 

 

Labels (1)
0 Karma

PickleRick
SplunkTrust
SplunkTrust

In a general case, both

index=whatever | stats count

and

| tstats count where index=whatever

run over a static period of time in the past should give you the same result.

If there is a difference it might mean that you're still ingesting data into that period of time so subsequent runs of either of those commands will yield different results.

But if you have a repeatable two different static values of those searches it might signal bucket corruption.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...