Hello I’m trying to add new custom field to winlogbeat. Following is the snippet I’m trying but instead of new line it literally printing “\n”
{{if .Windows}}
- name: CustomLog
\n fields:
\n app:'winlogbeat'
{{end}}
How can i print new line into winlogbeat config?