Javier Sanchez Gil

Results 80 comments of Javier Sanchez Gil

## Test report [Artifacts.zip](https://github.com/user-attachments/files/15841606/Artifacts.zip) ## Test results --- | **Test name** | **Pass** | **XPass** | **Skip** | **XFail** | **Fail** | **Issues Ref.** | **Status** | |--|--|--|--|--|--|--|--| | test_active_response_endpoints.tavern.yaml...

## Update The `test_security_DELETE_endpoints.tavern.yaml` were launched to check their correct functioning on the branch with the `Jinja2` update, and they passed successfully: ```console (api-it) wazuh@javier:~/Git/wazuh/api/test/integration$ pytest -vv test_security_DELETE_endpoints.tavern.yaml =========================================================================================== test...

## Update I have been reviewing the issue that is occurring: ``` console root@wazuh-master:/# /var/ossec/wodles/aws/aws-s3 -b wazuh-aws-wodle-config -t config -s 2021-DEC-30 -p default -d2 DEBUG: +++ Debug mode on -...

## Update I have been investigating and testing the changes made in https://github.com/wazuh/wazuh/pull/16325, where several functions were removed that were precisely used to display logs in chronological order, such as:...

## Update I made the necessary changes to display the logs correctly according to their chronological order: Before: ```console root@wazuh-master:/# /var/ossec/wodles/aws/aws-s3 -b wazuh-aws-wodle-config -t config -s 2021-DEC-30 -p default -d2...

## Update Regarding the requested changes, one of the logs reviewed appears to be from the date `2021/12/9`, but it shows up after those from the dates `2021/12/30` and `2021/12/23`,...

## Update A check was also added to ensure that the logs were from a later date than the one provided by the parameter in `only_logs_after`, so this is what...

## Update I was investigating further into why, when the date assigned in `only_logs_after` is `2021-DEC-9`, it does not show the rest of the logs as mentioned in https://github.com/wazuh/wazuh/pull/23528#pullrequestreview-2073669879 :...

## Update - I was also checking if this happens with `CloudTrail`. - For that, I created two new files inside the following CloudTrail bucket (file from the `04` day...

## Update According to the previous updates, it was discussed to modify the way to iterate over the related `Config` logs. The newly added changes filter the `Config` logs with...