Skip to content

Add support for multiple output processing modes #19

Description

@csanders-git

In some cases we'd like to use an OR instead of an AND.

So for instance if Apache blocks something we'd like to support something like status 400 OR the log_Contains this.

right now something like the following

            output:
                  status: [200,400]
                  log_contains: "id \"920274\""

will always result in checking if it's 200 or 400 AND log_contains.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions