wazuh-dashboard-plugins
wazuh-dashboard-plugins copied to clipboard
Office365 view presents incorrect value for max event level
| Wazuh | Elastic | Rev | Security |
|---|---|---|---|
| 4.3.6 | 7.10.2 | 4xxx | Basic |
| Browser |
|---|
| all |
Description
Max rule level value seems to be inverted (min).

Hello @sempervictus
Thanks for using Wazuh and reporting this bug with us.
We'll further investigate this and fix it as soon as possible.
Best regards, Alex
I have been investigating this issue.
The problem is due to an incorrect term in the aggregation of office / Max Rule Level on the file components/overview/metrics/metrics.tsx. I will proceed to fix it
The issue was that the aggregation was using the timestamp term instead of rule.level.
Before the changes

After the changes

Awesome, thank you for hunting that down.
Closing after merge of #4508 Backports was merged too.