Federico Rodriguez

Results 20 comments of Federico Rodriguez

I created a new [PR](https://github.com/wazuh/wazuh-kibana-app/pull/4785) related to this issue to add de validation description to multi-line inputs description. ![image](https://user-images.githubusercontent.com/9343732/199015232-baf5ac4e-4eb8-44a0-a967-65f2cf3828ad.png)

There's an issue in `public/plugin.ts` when the app loads and makes a request to obtain any possible custom logos, it does not evaluate if the customization switch is enabled. The...

> There's an issue in `public/plugin.ts` when the app loads and makes a request to obtain any possible custom logos, it does not evaluate if the customization switch is enabled....

After testing this issue by making a curl request to Wazuh API, **seems the API also does not support escaping characters in the decoders XML**. Related Issue: https://github.com/wazuh/wazuh/issues/7777 For further...

### Different aspect ratio example ![image](https://user-images.githubusercontent.com/9343732/190233032-7049903e-bdf1-4fa9-bcc5-6ff3f244405c.png)

### Pending - [x] Clear the file picker state when the file is uploaded ![image](https://user-images.githubusercontent.com/9343732/190707102-916b4379-7fd1-40db-bb20-e4e24e31fde0.png)

> > In a meeting with @asteriscos , we saw a problem related to the browser cache and the `customization.logo.*` settings used in the frontend UI. > > How to...

### Examples of different logos ratios **_Before_** ![Screenshot from 2022-09-14 17-21-41](https://user-images.githubusercontent.com/9343732/190215482-0027b39f-a9a6-4fe3-af07-b82ba3a04a3c.png) **_After_** More width than height: ![Screenshot from 2022-09-14 18-49-40](https://user-images.githubusercontent.com/9343732/190215624-3d2150f2-986c-4b21-93e0-82835b4fd139.png) Equal width and height: ![Screenshot from 2022-09-14 18-48-14](https://user-images.githubusercontent.com/9343732/190215658-76f00795-60ac-49fe-b86d-e6876cafcce8.png) *** **_Wazuh...

#### Added max length per line validation. ![Peek 2022-10-28 18-56](https://user-images.githubusercontent.com/9343732/198694141-af35a0fc-60b9-4ba8-a2d1-d44f888d7e13.gif)

## Analysis After analyzing the redundant query calls we found out overview dashboard not only triggers the rendering of the visualizations with the vis-factory, but also depends on many features...