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!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...