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

Added functionality for running on Windows, testing metadata and allowing new command line arguments #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 13, 2019

  1. - Can now be run on Windows.

    - Now adds a copy of the [@metadata] field to the output called __[@metadata]. This allows testing metadata fields.
    - Now also produces an output file in Awesome Print format using the rubydebug codec. This is just another format in addition to the JSON file that's already produced and it's not actually used by logstash-filter-test, but it can be useful for debugging as it contains [@metadata] field and is formatted in a more human-readable way.
    domule committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    33bb1a0 View commit details
    Browse the repository at this point in the history
  2. - Now accepts the new argument --remove_tempdir with possible values …

    …of "yes" and "no".
    
    - Now accepts the new argument --logstash to set the location of the Logstash executable.
    domule committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    2f893ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    873edaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc8a8b2 View commit details
    Browse the repository at this point in the history