Skip to content

Commit

Permalink
Change labels
Browse files Browse the repository at this point in the history
  • Loading branch information
yenienserrano committed Apr 30, 2024
1 parent e15b331 commit d58903f
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down Expand Up @@ -55,7 +55,7 @@ const getVisStateEmotetMalwareActivity = (indexPatternId: string) => {
seriesParams: [
{
show: true,
type: 'area',
type: 'line',
mode: 'stacked',
data: {
label: 'Count',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -198,7 +198,7 @@ const getVisStateRootkitsActivityOverTime = (indexPatternId: string) => {
truncate: 100,
},
title: {
text: 'Alerts',
text: 'Count',
},
},
],
Expand Down

0 comments on commit d58903f

Please sign in to comment.