Antonio

Results 254 comments of Antonio

> > * UI preview when custom images are set > > > > ![image](https://user-images.githubusercontent.com/34042064/188819407-1248f70d-56c0-4b15-b93c-ccf3933b1839.png) > > **Question**: can the remove button be removed?? The file picker already has an...

### Changes - The inputs from the file pickers are now cleaned when the configuration has been saved. > There is an error displayed in the console when using the...

### Limit the size of the uploaded file We can limit the maximum size of the uploaded file by defining the `options.body.maxBytes` route property. ```ts router.put( { path: '/utils/configuration/files/{key}', validate:...

### New requirement - [x] Limit the maximum body size to upload files to 1 MB

### Changes #### Frontend - Add size validation of the selected file of the file picker ![image](https://user-images.githubusercontent.com/34042064/191942571-236591c5-455c-4af9-9b4a-e059b992bc65.png) #### Backend - Add size validation of the request payload size. :exclamation: The...

> > ### Changes > > #### Frontend > > > > * Add size validation of the selected file of the file picker > > ![image](https://user-images.githubusercontent.com/34042064/191942571-236591c5-455c-4af9-9b4a-e059b992bc65.png) > > >...

> 't used an SVG file to PDF logo The `customization.logo.reports` setting can not use an SVG image.

The callout with the warning about the existence of sample data of Wazuh alerts, depends on a request done by the logged/current user to check if there are some of...

The problem should be related to missing permissions in the current/logged user. Give it the required permissions, should do the toast appear.

# Wazuh installation I was reviewing the default configurations for new installations explained in the Wazuh documentation. ## Kibana - Open Distro for Elasticsearch Documentation: https://documentation.wazuh.com/4.2/installation-guide/open-distro/all-in-one-deployment/all-in-one.html#elasticsearch-users-and-roles The configuration files for...