Regular expression help

Hi guys

I'm struggling with a regular expression in kibana and cannot make it work.
I have this source: "/path_to_logs/logs/2017_06_28.logfile.log" that log file changes everyday starting with
the current date as part of it's name , I want to make search for a pattern that include all those *.logfile.log but cannot make it work.

Any help appreciated
Thanks in advanced
Regards

Hi @Kernel_Panic

try this: .*\/(logs)\/.*
or if you want match path_to_logs insert that in the parentesist.

Thanks, I'll try that.
Regrads

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.