Skip to content

Add support for multiple output processing modes #19

@csanders-git

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.

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