Getting Data In

Is there an internal log in Splunk with the number of events that were sent to null queue?

jhigginsmq
Path Finder

Hi.

We have recently been inadvertently sending some events to the null queue, due to a new data source that matches a greedy regex pattern specified in transforms.conf on the indexer. We can correct the regex easily, but as I understand it, the events are lost for good as there is no copy of the raw data anywhere.

My question: is there maybe a log in Splunk that will advise on the number of events sent to the null queue? It would be good to know the fraction of incoming events being discarded, although some of these will be from a legitimate, intended match to the regex in transforms.conf.

0 Karma
1 Solution

twinspop
Influencer
index=_internal component=metrics processor=nullqueue group=pipeline sourcetype=splunkd

View solution in original post

0 Karma

somesoni2
Revered Legend

Give this a try

index=_internal sourcetype=splunkd source=*metrics.log group=pipeline processor=nullqueue | stats sum(executes) as NullQueueInvocations
0 Karma

twinspop
Influencer
index=_internal component=metrics processor=nullqueue group=pipeline sourcetype=splunkd
0 Karma

jhigginsmq
Path Finder

Thanks guys, I used up my '2 posts a day' yesterday so just responding now... I've never really looked at metrics.log before but been reading up on it, looks to be quite useful, cheers.

0 Karma

koshyk
Super Champion

Are you dropping at "heavy forwarders" or at "indexers" ?

0 Karma

jhigginsmq
Path Finder

Hi Koshyk, this would be at the indexers.

0 Karma
Get Updates on the Splunk Community!

Splunk Observability Cloud's AI Assistant in Action Series: Auditing Compliance and ...

This is the third post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

What You Read The Most: Splunk Lantern’s Most Popular Articles!

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...