Splunk Search

What process or search is associated with _events.stash_new?

RNB
Path Finder

The last few days I have been coming into work and the Splunk server is out of disk space. The culprit is always a 23+GB $SPLUNK/var/spool/splunk/___events.stash___new file that has filled the disk.

I cannot find a saved search with a last run date/time that corresponds with the creation time of the file.

How do I find the query or process that is associated with this stash file?

Tags (4)
1 Solution

LukeMurphey
Champion

Stash_new files are created when events are sent for summary indexing. Basically, when an event is sent for summary indexing, a stash file is created which is then read by Splunk which puts the contents into the appropriate index.

You can determine where the events are coming from by examining the contents of the stash file. The stash file will look something like:

***SPLUNK*** index=summary source="Some search"
==##~~##~~  1E8N3D4E6V5E7N2T9 ~~##~~##==
05/13/2011 14:35:00, src=whatever dst=etc <...event goes here>
==##~~##~~  1E8N3D4E6V5E7N2T9 ~~##~~##==

Note that you can determine the source (the search that created the event) and the index that the events are being written to by looking at the first line (just after "*********SPLUNK*********").

View solution in original post

LukeMurphey
Champion

Stash_new files are created when events are sent for summary indexing. Basically, when an event is sent for summary indexing, a stash file is created which is then read by Splunk which puts the contents into the appropriate index.

You can determine where the events are coming from by examining the contents of the stash file. The stash file will look something like:

***SPLUNK*** index=summary source="Some search"
==##~~##~~  1E8N3D4E6V5E7N2T9 ~~##~~##==
05/13/2011 14:35:00, src=whatever dst=etc <...event goes here>
==##~~##~~  1E8N3D4E6V5E7N2T9 ~~##~~##==

Note that you can determine the source (the search that created the event) and the index that the events are being written to by looking at the first line (just after "*********SPLUNK*********").

Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...