Filebeat exclude_files regex

Hi Shubham,

The error states the pattern '(?!' is not supported. I'm assuming you're using ! as not in this case. Have you tried using the negated operator ^, as per the regex support guide?