Follow the configuration specified in below link:
http://docs.splunk.com/Documentation/Splunk/6.5.2/Forwarding/Routeandfilterdatad#Discard_specific_ev...
On Indexer/Heavy Forwarder
In props.conf, set the TRANSFORMS-null attribute:
[yoursourcetype]
TRANSFORMS-null= setnull
Create a corresponding stanza in transforms.conf. Set DEST_KEY to "queue" and FORMAT to "nullQueue":
[setnull]
REGEX = ^\*+
DEST_KEY = queue
FORMAT = nullQueue
Restart Splunk Enterprise.
Follow the configuration specified in below link:
http://docs.splunk.com/Documentation/Splunk/6.5.2/Forwarding/Routeandfilterdatad#Discard_specific_ev...
On Indexer/Heavy Forwarder
In props.conf, set the TRANSFORMS-null attribute:
[yoursourcetype]
TRANSFORMS-null= setnull
Create a corresponding stanza in transforms.conf. Set DEST_KEY to "queue" and FORMAT to "nullQueue":
[setnull]
REGEX = ^\*+
DEST_KEY = queue
FORMAT = nullQueue
Restart Splunk Enterprise.