You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the analysis engine queue usage visualizations display not only the absolute value of the amount of decoded events, but also shows the queue usage percentages. Using the same visualization to display both values has proven to be misleading, therefore we have to design and propose a better and easier-to-understand way to show the percentages of the events queue usage.
Tasks
Redesign queue usage statistics visualizations
The text was updated successfully, but these errors were encountered:
I have looked into the issue and analyzed the problem.
I am unclear about what the term 'syscheck_queue_usage' represents. Does it represent a value between 0 and 1 or a percentage from 0 to 100?
The value of each queue usage is always zero. So, What represents this property?
I've modified the script source to return a more logical value.
Reference:
Description
Currently, the analysis engine queue usage visualizations display not only the absolute value of the amount of decoded events, but also shows the queue usage percentages. Using the same visualization to display both values has proven to be misleading, therefore we have to design and propose a better and easier-to-understand way to show the percentages of the events queue usage.
Tasks
The text was updated successfully, but these errors were encountered: