Unable to exclude_lines in filebeat

@balamelangi,

Please try the below config in yout filebeat.yml

exclude_lines: ['^.*AbstractLoggingWriter.write..*$']

Thanks.