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

Skip output json format #342

Merged
merged 2 commits into from
Mar 28, 2018
Merged

Skip output json format #342

merged 2 commits into from
Mar 28, 2018

Commits on Mar 28, 2018

  1. Add option to exclude output property in json fmt

    New falco.yaml option json_include_output_property controls where the
    formatted string "output" is included in the json object when json
    output is enabled. By default the string is included.
    mstemm committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    4f33cfc View commit details
    Browse the repository at this point in the history
  2. Add tests for new json output option

    New test sets json_include_output_property to false and then verifies
    that the json output does *not* contain the surrounding text "Warning an
    open...".
    mstemm committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    d32504e View commit details
    Browse the repository at this point in the history