Skip to content

Commit a6af2f5

Browse files
committed
fix firewall oob tiles
1 parent 4bc8a90 commit a6af2f5

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

plugins/Huntress/v1/defaultContent/agents.dash.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"filters": [
6363
{
6464
"column": "firewall_status",
65-
"operation": "equals",
66-
"value": "Disabled"
65+
"operation": "notequals",
66+
"value": "Enabled"
6767
}
6868
]
6969
},
@@ -99,7 +99,7 @@
9999
"activePluginConfigIds": [
100100
"{{configId}}"
101101
],
102-
"title": "Firewall Disabled",
102+
"title": "Firewall Not Enabled",
103103
"visualisation": {
104104
"type": "data-stream-scalar",
105105
"config": {
@@ -416,8 +416,8 @@
416416
"filters": [
417417
{
418418
"column": "firewall_status",
419-
"operation": "equals",
420-
"value": "Disabled"
419+
"operation": "notequals",
420+
"value": "Enabled"
421421
}
422422
]
423423
},
@@ -437,7 +437,7 @@
437437
"activePluginConfigIds": [
438438
"{{configId}}"
439439
],
440-
"title": "⚠️ Firewall Disabled",
440+
"title": "⚠️ Firewall Not Enabled",
441441
"visualisation": {
442442
"type": "data-stream-table",
443443
"config": {

plugins/Huntress/v1/defaultContent/agentsByOrganization.dash.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
"filters": [
7070
{
7171
"column": "firewall_status",
72-
"operation": "equals",
73-
"value": "Disabled"
72+
"operation": "notequals",
73+
"value": "Enabled"
7474
}
7575
]
7676
},
@@ -110,7 +110,7 @@
110110
"groupBy": "__group_by_none__",
111111
"frequency": 15
112112
},
113-
"title": "Firewall Disabled",
113+
"title": "Firewall Not Enabled",
114114
"visualisation": {
115115
"type": "data-stream-scalar",
116116
"config": {
@@ -447,8 +447,8 @@
447447
"filters": [
448448
{
449449
"column": "firewall_status",
450-
"operation": "equals",
451-
"value": "Disabled"
450+
"operation": "notequals",
451+
"value": "Enabled"
452452
}
453453
]
454454
},
@@ -472,7 +472,7 @@
472472
],
473473
"_type": "tile/data-stream",
474474
"description": "",
475-
"title": "⚠️ Firewall Disabled",
475+
"title": "⚠️ Firewall Not Enabled",
476476
"visualisation": {
477477
"type": "data-stream-table",
478478
"config": {

0 commit comments

Comments
 (0)