Help with exclude_files

Hi all,
i need to exclude some files from the filebeat read.

Files look like as:

*_log*.echo

how can i match this syntax?
I tried different expression, but no one work.

I think the setting requires a regular expression, no glob pattern. Try '.*_log.*\.echo'.