Getting Data In

Blacklist regular expression not working

AnmolKohli
Explorer

I want to blacklist below 2 files:

op_fe-run_autostat*.log
op_fe-proteus_prod_archive*.log

  • here can be any number/characters

I used below regex but the same is not working. Can someone please help.

blacklist = .(run_autostat|proteus_prod_archive).log$

Tags (1)
0 Karma

amaynardclarku
Engager

inputs.conf?

You should include one of these keys: http://docs.splunk.com/Documentation/Splunk/6.4.2/Data/MonitorWindowseventlogdata#Create_advanced_fi...

so yours might be something like:
blacklist1 = Message=%.(run_autostat|proteus_prod_archive)..log%

depending on where the string is in the message field, in might also be
blacklist1 = Message=%^.(run_autostat|proteus_prod_archive)..log$%

0 Karma

harsmarvania57
Ultra Champion

Can you please post your filename and regex with Code Sample format (Please use button 101010)

0 Karma

teunlaan
Contributor

shouldn't it be

.(run_autostat|proteus_prod_archive).*\.log$
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...