Luciano Gorza

Results 11 comments of Luciano Gorza

## CR 🟢 ## Test 🟢 | Test | Chrome | Firefox | Safari | | --- | --- | --- | --- | | Check the index pattern list...

## Update 27/02/2024 ### Add upgrade action ![Image](https://github.com/wazuh/wazuh-dashboard-plugins/assets/103193307/76307f94-52b4-4f89-b38a-afaad9f17180) Disable upgrade action when agent is not active ![Image](https://github.com/wazuh/wazuh-dashboard-plugins/assets/103193307/3b225118-1051-4d33-bbf3-e62fec146156)

## Update 28/02/2024 ### Disable upgrade action when agent is up to date ![image](https://github.com/wazuh/wazuh-dashboard-plugins/assets/103193307/edfb4671-e952-4bbf-a25b-97edeac57504) ### Show outdated status in version column ![image](https://github.com/wazuh/wazuh-dashboard-plugins/assets/103193307/a167aa6c-f083-4afb-85cf-d87fb030e7e5) ### Upgrade agent ![image](https://github.com/wazuh/wazuh-dashboard-plugins/assets/103193307/f9cd42a4-688b-420e-b282-eb89fd93bfb4) ![image](https://github.com/wazuh/wazuh-dashboard-plugins/assets/103193307/fca0334c-10d0-46ef-9cc2-1b21ec6ad9ac) ![image](https://github.com/wazuh/wazuh-dashboard-plugins/assets/103193307/b3e8de03-3926-4dcf-9208-6a035f1cbc7c)

## Update 01/03/2024 ### Upgrade 1 agent and update progress ![image](https://github.com/wazuh/wazuh-dashboard-plugins/assets/103193307/808a2fa4-d3ca-479a-aa6b-8b5dc4b4cfc1) ![image](https://github.com/wazuh/wazuh-dashboard-plugins/assets/103193307/01dd8472-f378-437b-af73-cccda0e95cc4)

## Update 04/03/2024 ### Upgrade progress and show total errors last 60 minutes ![image](https://github.com/wazuh/wazuh-dashboard-plugins/assets/103193307/b64bc217-1d06-4485-9320-ea43ea1e0337) ### Last upgrades modal ![image](https://github.com/wazuh/wazuh-dashboard-plugins/assets/103193307/4f07d1f6-406a-40bd-8677-b79058728927)

## Update 06/03/2024 ### Improve UX ![image](https://github.com/wazuh/wazuh-dashboard-plugins/assets/103193307/e39951c9-4378-4344-a0eb-9017a54f92b2) ![image](https://github.com/wazuh/wazuh-dashboard-plugins/assets/103193307/688ab2cc-63c0-4cb3-9351-d83ece134b6c) ![image](https://github.com/wazuh/wazuh-dashboard-plugins/assets/103193307/a83b070e-4fa1-4e50-862e-d65194d26240) ![image](https://github.com/wazuh/wazuh-dashboard-plugins/assets/103193307/4f2c4cdc-0f03-467f-8609-70384e2a2d91) ![image](https://github.com/wazuh/wazuh-dashboard-plugins/assets/103193307/be6210be-b55a-4b5b-8003-7376aca58c12)

## CR 🟢 ## Test 🟢 ### Render page ![image](https://github.com/wazuh/wazuh-dashboard-plugins/assets/103193307/5b44dd69-ed9c-4e53-b9b7-036f9e924807) ### Click `Refresh` button ![image](https://github.com/wazuh/wazuh-dashboard-plugins/assets/103193307/0d8b60e9-81ee-421a-a10b-6f7daa0c70d0) ### Add group to agent ![image](https://github.com/wazuh/wazuh-dashboard-plugins/assets/103193307/b3fbf9ed-f28a-46f9-916e-8b9d2af9e18c) ![image](https://github.com/wazuh/wazuh-dashboard-plugins/assets/103193307/ab98c1a7-fee7-42c6-9ae7-150eec98cac1) ![image](https://github.com/wazuh/wazuh-dashboard-plugins/assets/103193307/df952b44-cc5a-45b0-8ba7-2ef8aa844e38) ### Remove groups from agents ![image](https://github.com/wazuh/wazuh-dashboard-plugins/assets/103193307/8563b5d6-ec28-4119-8666-45e49cd65343) ![image](https://github.com/wazuh/wazuh-dashboard-plugins/assets/103193307/c1119c89-deb5-4cb5-891b-395118829105)...

Since the 4.8.0 branch is not available, I started working from the 4.7.0 branch. Then I realized that in that branch there are no changes to the new search bar...

According to the documentation: https://documentation.wazuh.com/current/user-manual/api/reference.html#operation/api.controllers.security_controller.get_users It is not possible to filter or search the user's GET endpoint by individual fields. There is only a "search" parameter that allows you to...

After doing an analysis, I think it is better to see the possibility of **incorporating the "q" parameter** to the GET endpoints of the **security section**, instead of adapting the...