All Apps and Add-ons

Splunk App for Windows Infrastructure: Is there any way to configure forwarders running on Active Directory/DNS servers to not index replicated data?

bohrasaurabh
Communicator

Is there a way to configure forwarders running on AD/DNS servers not to index REPLICATED data.

For example, when an entry is removed from DNS, around 140 events are logged in Splunk from our several DNS servers and most of the data is duplicate.

alt text

0 Karma

mreynov_splunk
Splunk Employee
Splunk Employee

if you can identify which data is duplicate, then the following transform will prevent the data from being indexed:

props.conf
[sourcetype]
TRANSFORMS-drop = null_queue_filter

transforms.conf
[null_queue_filter]
REGEX = <<>>
DEST_KEY = queue
FORMAT = nullQueue

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

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 ...