Getting Data In

What events are eligible for "dropClonedEventsOnQueueFull"?

Lucas_K
Motivator

I am doing some event duplication to a 3rd party and I want to make sure they if their receiver goes down it doesnt effect our local ingestion path.

Originally I set up some duplication rules via props/transforms.

ie.
props.conf
[mysourcetype]
TRANSFORMS-routing=splunk_and_customer

transforms.conf
[splunk_and_customer]
REGEX = .
DEST_KEY=_TCP_ROUTING
FORMAT=splunk,customer

I have since found that as we are the first ingestion point we don't need to do full event regexing to set the routing for this particular data. This method should hopefully be more efficient a method that the one above.

So instead of props/transforms I do the tcp routing in inputs.conf

ie. inputs.conf
[tcp://2057]
disabled = false
index = customerdata
sourcetype = mysourcetype
_TCP_ROUTING = splunk,customer.

My question is will both methods apply "dropClonedEventsOnQueueFull" to events that fill these queues?

0 Karma
1 Solution

Lucas_K
Motivator

Answer : Both of those sets of data are eligible to be dropped.

I figured it out by letting both sets of data queue to overfilling and seeing what happened.

View solution in original post

0 Karma

Lucas_K
Motivator

Answer : Both of those sets of data are eligible to be dropped.

I figured it out by letting both sets of data queue to overfilling and seeing what happened.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...