Splunk Search

Why does statistics from a tstats change while the search executes and at the end result is not complete?

Amarok
Observer

If I run the below search the statistics output changes while the search is progressing and when the search is completed not all results that was seen during the search is visible. 

| tstats summariesonly=f count from datamodel=Network_Traffic by All_Traffic.app,All_Traffic.src,All_Traffic.dest,All_Traffic.dest_port,All_Traffic.action
| lookup xxxx CIDR AS All_Traffic.src OUTPUT CIDR as cidr_ip2 fullzonename as sourcenetwork ZoneType as sourcezonetype
| lookup xxxx CIDR AS All_Traffic.dest OUTPUT fullzonename as destinationnetwork ZoneType as destinationzonetype
| where (cidrmatch(cidr_ip2,'All_Traffic.src'))
| search sourcezonetype="yyyy" AND destinationzonetype!="*zzzz"
| stats count by sourcenetwork sourcezonetype destinationnetwork destinationzonetype All_Traffic.action

Labels (1)
0 Karma
Get Updates on the Splunk Community!

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...

Stay Connected: Your Guide to October Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...