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
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...