Getting Data In

How can i use whitelist to allow only the required data from eventlog?

linu1988
Champion

Hello,
i would like to forward only my program related data from e.g. Program A: error occurred at step 6!!

How can i use the whitelist and blacklist to get rid of the unnecessary event logs.

Thanks

0 Karma
1 Solution

linu1988
Champion

Thanks Bob! This will help with my implementation.

0 Karma

BobM
Builder

Whitelists and blacklists are only used at inputs phase and match against source names, normally file names or folders. It sounds like you want to discard individual events which can not be done until parsing phase.

This must be done on the indexer and the link Ayn provided explains how to do this.

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...