Splunk Search

correct regex for whitelisting files

jalfrey
Communicator

I have files that have names like this:
appflow-0017c569f354.syslog-dynamic-96
appflow-0017c569f354.syslog-dynamic-97
appflow-0017c569f354.syslog-dynamic-102
...

I tried the following regex:

appflow-+[0-9a-z]{12}+.syslog-dynamic-+[0-9]{1,6}

but splunk was not indexing any of the files. What is the correct regex?

0 Karma
1 Solution

kristian_kolb
Ultra Champion

I would suggest;

appflow-[a-z0-9]{12}\.syslog-dynamic-\d+

which is probably precise enough.

/K

View solution in original post

JensT
Communicator

Hi,

Also an idea:

appflow-[^\.]+\.syslog-dynamic-\d+

-- Jens

0 Karma

kristian_kolb
Ultra Champion

I would suggest;

appflow-[a-z0-9]{12}\.syslog-dynamic-\d+

which is probably precise enough.

/K

jalfrey
Communicator

Thanks for the speedy response.

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...