Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix template for output filename and path #4475

Merged
merged 1 commit into from
Jun 9, 2017
Merged

Conversation

jalvz
Copy link
Contributor

@jalvz jalvz commented Jun 8, 2017

This fixes the generation of the yml file for system tests. After generating an "example" beat, the resulting tests/system/config/example.yml.j2 would look like:

   # Path to the directory where to save the generated files. The option is mandatory.
    path: {{ output_file_path|default(beat.working_dir + "/output") }}


    # Name of the generated files. The default is `example` and it generates
    # files: `example`, `example.1`, `example.2`, etc.
    filename: {{ output_file_filename|default("example") }}

@jalvz jalvz requested a review from ruflin June 8, 2017 10:03
@jalvz jalvz added the review label Jun 8, 2017
@tsg tsg merged commit cde8f38 into elastic:master Jun 9, 2017
@tsg
Copy link
Contributor

tsg commented Jun 9, 2017

Thanks for the fix, @jalvz!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants