this is my filebeat.yml
  exclude_lines: ['^[[:space:]]']
  multiline.pattern: '^(3[01]|0[1-9]|[12][0-9])(-?)(1[0-2]|0[1-9])(-?)([0-9]{4})'
  multiline.negate: true
  multiline.match: after 
i want to exclude the lines which begin with space in every event