diff --git a/generator/beat/{beat}/tests/system/config/{beat}.yml.j2 b/generator/beat/{beat}/tests/system/config/{beat}.yml.j2 index 9a2bc9223e4d..ece38d02c0d6 100644 --- a/generator/beat/{beat}/tests/system/config/{beat}.yml.j2 +++ b/generator/beat/{beat}/tests/system/config/{beat}.yml.j2 @@ -14,12 +14,12 @@ output: enabled: true # Path to the directory where to save the generated files. The option is mandatory. - path: {{ '{{' }} output_file_path|default(beat.working_dir + "/output") {{ '}}' }} + path: {{ output_file_path|default(beat.working_dir + "/output") }} # Name of the generated files. The default is `{beat}` and it generates # files: `{beat}`, `{beat}.1`, `{beat}.2`, etc. - filename: "{{ '{{' }} output_file_filename|default("{beat}") {{ '}}' }}" + filename: {{ output_file_filename|default("{beat}") }} # Maximum size in kilobytes of each file. When this size is reached, the files are # rotated. The default value is 10 MB.