False Positive Rules
  • 01 Sep 2023
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  This documentation version is deprecated, please click here for the latest version.

False Positive Rules

  • Dark
    Light

Article summary

Format

Permissions

  • fp.ctrl (all operations)

Command-Line Usage

Usage

Example

{
  "op": "and",
  "rules": [
    {
      "op": "is",
      "path": "cat",
      "value": "alphamountain-category"
    },
    {
      "op": "is",
      "path": "detect/event/DOMAIN_NAME",
      "value": "logging-alv.googleapis.com"
    },
    {
      "op": "is",
      "path": "routing/hostname",
      "value": "demo-debian.c.internal"
    }
  ]
}

Was this article helpful?

What's Next