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

Added limit to FIM csv export #7182

Merged
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
e1b4d28
Added tip on fim
JuanGarriuz Nov 29, 2024
f09523e
Added Changelog
JuanGarriuz Nov 29, 2024
2bd0fb9
Snaps updated
JuanGarriuz Nov 29, 2024
6379576
Update alert message
JuanGarriuz Dec 2, 2024
61ebfe0
Merge branch '4.10.2' into enhacement/7068-add-alert-message-about-to…
guidomodarelli Dec 2, 2024
33276b3
Add limit of 10000 rows
Tostti Dec 5, 2024
36e1a16
Add warning message and sorting filter
Tostti Dec 5, 2024
91304dd
Update changelog
Tostti Dec 5, 2024
dd336ae
Add constant to set the limit
Tostti Dec 6, 2024
0445538
Add constant to server side
Tostti Dec 6, 2024
44e2948
Remove duplicated SVG elements in inventory and agents table snapshot…
guidomodarelli Dec 9, 2024
ac24959
Merge branch '4.10.2' into enhacement/7068-add-alert-message-about-to…
asteriscos Dec 10, 2024
0d603d7
Add constant to wazuh-core
Tostti Dec 10, 2024
e0bd7b1
Fix sort state
Tostti Dec 11, 2024
c026070
Merge branch '4.10.2' into enhacement/7068-add-alert-message-about-to…
asteriscos Dec 11, 2024
4151978
Add option to set the max rows of csv reports
Tostti Dec 12, 2024
053c1be
Add logic to read the max rows from configuration in frontend
Tostti Dec 12, 2024
4abe944
Add logic to read rows limit from configuration in backend
Tostti Dec 12, 2024
89ee03f
Update changelog
Tostti Dec 12, 2024
ee6729a
Remove unused constants
Tostti Dec 12, 2024
0b3c3d4
Update test
Tostti Dec 12, 2024
813f208
Update tests
Tostti Dec 12, 2024
5df89d1
Remove unnecessary values
Tostti Dec 13, 2024
249ca5f
Remove console logs
Tostti Dec 13, 2024
bd7f5e0
Replace icon
Tostti Dec 13, 2024
be67522
Fix spacing at button sides
Tostti Dec 13, 2024
dd28d16
Fix formatting
Tostti Dec 13, 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes to the Wazuh app project will be documented in this file.
### Added

- Support for Wazuh 4.10.2
- Added info message about too many files on FIM [#7182](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7182)

### Fixed

Expand Down
Loading
Loading