Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Statistics analysis engine dashboard queue usage is misleading #7192

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
58ecb06
Enhance dashboard panels: update line widths, add valueAxis settings,…
guidomodarelli Dec 3, 2024
57f1589
Refactor dashboard panels: remove unused properties and update data c…
guidomodarelli Dec 3, 2024
b7269a6
Update dashboard panel configurations: disable defaultYExtents, reint…
guidomodarelli Dec 4, 2024
18419de
Disable avg metrics for syscheck, syscollector, and rootcheck in dash…
guidomodarelli Dec 4, 2024
0c9b8f1
Update dashboard panel settings: disable defaultYExtents and re-add a…
guidomodarelli Dec 4, 2024
6c5379b
Modify dashboard settings: set lineWidth to 4, clear json configs, re…
guidomodarelli Dec 4, 2024
c50e7bf
Enable avg metrics for syscheck, syscollector, and rootcheck in dashb…
guidomodarelli Dec 4, 2024
decec68
Refactor dashboard panel values to dynamically calculate using 16384 …
guidomodarelli Dec 4, 2024
bfccca1
Update dashboard panel scripts for queue usage to simplify calculatio…
guidomodarelli Dec 4, 2024
6ad4fda
Refactor dashboard panel threshold settings to hide lines and use fix…
guidomodarelli Dec 4, 2024
a602e05
Add max metric for syscheck_queue_size in dashboard panels to enhance…
guidomodarelli Dec 4, 2024
429e179
Update dashboard panel Y-axis settings to enable default extents and …
guidomodarelli Dec 4, 2024
a025828
Enhance dashboard panel scale settings by ensuring consistent Y-axis …
guidomodarelli Dec 4, 2024
52b7679
Refine queue usage visualizations in Statistics for improved clarity …
guidomodarelli Dec 10, 2024
78612d5
Merge branch '4.10.2' into enhancement/7181-statistics-analysis-engin…
guidomodarelli Dec 10, 2024
09aa0c2
Increase line width in analysis engine dashboard for better visibilit…
guidomodarelli Dec 10, 2024
404bf08
Refine queue usage visualizations in Statistics section of CHANGELOG …
guidomodarelli Dec 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All notable changes to the Wazuh app project will be documented in this file.

- Support for Wazuh 4.10.2

### Changed

- Refined queue usage visualizations in Statistics [#7192](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7192)

### Fixed

- Fixed adding the same filter twice doesn't show it in the search bar [#7185](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7185)
Expand Down
Loading
Loading