diff --git a/plugins/main/public/components/overview/malware-detection/dashboard/dashboard-panels.ts b/plugins/main/public/components/overview/malware-detection/dashboard/dashboard-panels.ts index fa2bf4722b..9e4bc8c59b 100644 --- a/plugins/main/public/components/overview/malware-detection/dashboard/dashboard-panels.ts +++ b/plugins/main/public/components/overview/malware-detection/dashboard/dashboard-panels.ts @@ -5,9 +5,9 @@ const getVisStateEmotetMalwareActivity = (indexPatternId: string) => { return { id: 'Wazuh-App-Overview-PM-Emotet-Malware-Activity', title: 'Emotet malware activity', - type: 'area', + type: 'line', params: { - type: 'area', + type: 'line', grid: { categoryLines: false, }, @@ -55,7 +55,7 @@ const getVisStateEmotetMalwareActivity = (indexPatternId: string) => { seriesParams: [ { show: true, - type: 'area', + type: 'line', mode: 'stacked', data: { label: 'Count', @@ -154,7 +154,7 @@ const getVisStateEmotetMalwareActivity = (indexPatternId: string) => { const getVisStateRootkitsActivityOverTime = (indexPatternId: string) => { return { id: 'Wazuh-App-Overview-PM-Rootkits-Activity-Over-Time', - title: 'Rootkits activity over time', + title: 'Rootkits malware activity', type: 'line', params: { type: 'line', @@ -198,7 +198,7 @@ const getVisStateRootkitsActivityOverTime = (indexPatternId: string) => { truncate: 100, }, title: { - text: 'Alerts', + text: 'Count', }, }, ],