mirror of
https://github.com/lephisto/pfsense-analytics.git
synced 2025-12-06 04:19:19 +01:00
Change Streamrule to regex for pfSense 2.5 compat
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"v": "1",
|
"v": "1",
|
||||||
"id": "a114b211-26a9-471c-a334-91fef22788d3",
|
"id": "a114b211-26a9-471c-a334-91fef22788d3",
|
||||||
"rev": 2,
|
"rev": 4,
|
||||||
"name": "pfintel",
|
"name": "pfintel",
|
||||||
"summary": "pfSense Intelligence",
|
"summary": "pfSense Intelligence",
|
||||||
"description": "",
|
"description": "",
|
||||||
@@ -2595,7 +2595,7 @@
|
|||||||
"name": "stream",
|
"name": "stream",
|
||||||
"version": "1"
|
"version": "1"
|
||||||
},
|
},
|
||||||
"id": "079c0b8e-020a-4c1d-a1d4-35215074aa61",
|
"id": "4e5233b3-6772-4b60-991c-402bc8ce0c6a",
|
||||||
"data": {
|
"data": {
|
||||||
"alarm_callbacks": [],
|
"alarm_callbacks": [],
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
@@ -2633,7 +2633,7 @@
|
|||||||
{
|
{
|
||||||
"type": {
|
"type": {
|
||||||
"@type": "string",
|
"@type": "string",
|
||||||
"@value": "CONTAINS"
|
"@value": "REGEX"
|
||||||
},
|
},
|
||||||
"field": {
|
"field": {
|
||||||
"@type": "string",
|
"@type": "string",
|
||||||
@@ -2641,7 +2641,7 @@
|
|||||||
},
|
},
|
||||||
"value": {
|
"value": {
|
||||||
"@type": "string",
|
"@type": "string",
|
||||||
"@value": "filterlog:"
|
"@value": "filterlog.*:"
|
||||||
},
|
},
|
||||||
"inverted": {
|
"inverted": {
|
||||||
"@type": "boolean",
|
"@type": "boolean",
|
||||||
@@ -2674,7 +2674,7 @@
|
|||||||
"constraints": [
|
"constraints": [
|
||||||
{
|
{
|
||||||
"type": "server-version",
|
"type": "server-version",
|
||||||
"version": ">=3.1.2+9e96b08"
|
"version": ">=3.1.3+cda805f"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user