False Positive Rules
- 01 Sep 2023
- 1 Minute to read
- Print
- DarkLight
This documentation version is deprecated, please click here for the latest version.
False Positive Rules
- Updated on 01 Sep 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
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?