mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
update redis queue query
This commit is contained in:
@@ -98,9 +98,15 @@
|
|||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
{
|
{
|
||||||
"key": "host",
|
"key": "role",
|
||||||
|
"operator": "=~",
|
||||||
|
"value": "/^manager/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "role",
|
||||||
|
"value": "standalone",
|
||||||
"operator": "=",
|
"operator": "=",
|
||||||
"value": "$servername"
|
"condition": "OR"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -142,9 +148,15 @@
|
|||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
{
|
{
|
||||||
"key": "host",
|
"key": "role",
|
||||||
|
"operator": "=~",
|
||||||
|
"value": "/^manager/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "role",
|
||||||
|
"value": "standalone",
|
||||||
"operator": "=",
|
"operator": "=",
|
||||||
"value": "$servername"
|
"condition": "OR"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user