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$
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...