mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 18:28:55 +00:00
4e637cc5e8
Requesting info from API /cluster/node Agents panels and visualization filter for Agent ID instead Agent Name. Visualization filters are now set globally in Controllers. Setting tab now request Cluster info: manager, node and name. Alerts count now use cluster filters and agent id. Top/last counts now use cluster filters and agent id.
7 lines
160 B
JavaScript
7 lines
160 B
JavaScript
// Require config
|
|
var app = require('ui/modules').get('app/wazuh', []);
|
|
|
|
app.controller('pmController', function ($scope, DataFactory, errlog, appState) {
|
|
|
|
});
|