Regex file path matching?

I’m trying to build an Alloy config for tailing log files from Dante Controller. Every time the app launches, it starts 3 new log files, named like this:

DanteController-1731874249535.log
DanteController-agent-1731874249535.log
DanteController-internal-1731874249535.log

Each file has a different text structure, so I want to match only the first one with local.file_match but I can’t think of a way to do this without regex.

Check this option