mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 18:05:20 +00:00
Modified implicit filter with new version for VULS
This commit is contained in:
parent
18f0ede616
commit
46b9bda168
@ -36,6 +36,7 @@ function ($scope, $location, $q, $rootScope, appState, genericReq, apiReq, Agent
|
||||
general : 7,
|
||||
fim : 8,
|
||||
pm : 4,
|
||||
vuls : 100,
|
||||
oscap : 13,
|
||||
audit : 15,
|
||||
pci : 3,
|
||||
@ -49,6 +50,7 @@ function ($scope, $location, $q, $rootScope, appState, genericReq, apiReq, Agent
|
||||
general : { group: '' },
|
||||
fim : { group: 'syscheck' },
|
||||
pm : { group: 'rootcheck' },
|
||||
vuls : { group: 'vulnerability-detector' },
|
||||
oscap : { group: 'oscap' },
|
||||
audit : { group: 'audit' },
|
||||
pci : { group: 'pci_dss' },
|
||||
|
@ -32,6 +32,7 @@ app.controller('overviewController', function ($scope, $location, $rootScope, ap
|
||||
general : 15,
|
||||
fim : 17,
|
||||
pm : 5,
|
||||
vuls : 100,
|
||||
oscap : 14,
|
||||
audit : 16,
|
||||
pci : 6,
|
||||
@ -44,6 +45,7 @@ app.controller('overviewController', function ($scope, $location, $rootScope, ap
|
||||
general : { group: '' },
|
||||
fim : { group: 'syscheck' },
|
||||
pm : { group: 'rootcheck' },
|
||||
vuls : { group: 'vulnerability-detector' },
|
||||
oscap : { group: 'oscap' },
|
||||
audit : { group: 'audit' },
|
||||
pci : { group: 'pci_dss' },
|
||||
|
Loading…
Reference in New Issue
Block a user