Getting Data In

Can I block a sourcetype from being indexed?

dhaffner
Path Finder

We have a huge sudden input of a specific sourcetype and it is overloading the license. Can we somehow block it or set it to drop so they do not get indexed and make us go over our license? Any ideas welcome, but we do not use iptables and are not able to block it at the network level, so it would have to be something in Splunk.

Thanks

Tags (1)
1 Solution

Lowell
Super Champion

A simple configuration like this should work. Depending on if you have forwarders (and if there are lightweight or not) may change where you need to deploy these settings to.

props.conf

[my_out_of_control_sourcetype]
TRANFORMS-dropall = drop_events

transforms.conf

[drop_events]
DEST_KEY = queue
REGEX   = .
FORMAT   = nullQueue

Simply replace "my_out_of_control_sourcetype" with the name of the sourectype you want to silence.

View solution in original post

dhaffner
Path Finder

For some reason, this seems to have stopped working. Any other ideas? Thank you!

0 Karma

Lowell
Super Champion

A simple configuration like this should work. Depending on if you have forwarders (and if there are lightweight or not) may change where you need to deploy these settings to.

props.conf

[my_out_of_control_sourcetype]
TRANFORMS-dropall = drop_events

transforms.conf

[drop_events]
DEST_KEY = queue
REGEX   = .
FORMAT   = nullQueue

Simply replace "my_out_of_control_sourcetype" with the name of the sourectype you want to silence.

Lowell
Super Champion

That's weird. It shouldn't have worked and then stopped working. Have you confirmed that no other part of your configuration changed? Are you blocking based on sourcetype or based on a host entry? Posting your exact config may be helpful too.

0 Karma

dhaffner
Path Finder

For some reason, this seems to have stopped working. Any other ideas?
Thank you!

0 Karma

dhaffner
Path Finder

excellent! Thank you! seems to be working great.

0 Karma
Get Updates on the Splunk Community!

Automatic Discovery Part 1: What is Automatic Discovery in Splunk Observability Cloud ...

If you’ve ever deployed a new database cluster, spun up a caching layer, or added a load balancer, you know it ...

Real-Time Fraud Detection: How Splunk Dashboards Protect Financial Institutions

Financial fraud isn't slowing down. If anything, it's getting more sophisticated. Account takeovers, credit ...

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...