Antonio

Results 254 comments of Antonio

In order to minimize the number of requests required to customize the plugin, the endpoint for such functionality will be modified to support several changes at once, with a single...

Hi @architosch, Currently, the visualization in the `Summary` panel shows the top 4 vulnerabilities with more counts sorted by the selected property. Grouping the rest of the alerts in a...

Hi @bubbleatgit , The modules displayed in this issue are part of a proposed module redesign that is not present in the current apps. For this reason, the issue is...

# Research ## How to replicate 1. Using a Wazuh stack deployment (Wazuh dashboard, Wazuh indexer, Wazuh server), configure and start de the components. The Wazuh indexer should be in...

## Researching a fix I was researching because the `find`'s method of the saved object client can't return any data related to the index pattern but I could find any...

# Research The `find`'s method of the saved object's client does a request to `GET /api/saved_objects/_find` [endpoint](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/1.2.0/src/core/server/saved_objects/routes/find.ts#L32-L84). [This returns](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/1.2.0/src/core/server/saved_objects/routes/find.ts#L68-L81) the result of [this method](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/1.2.0/src/core/server/saved_objects/service/lib/repository.ts#L722-L841). Reviewing the source code of endpoint,...

# Fixing the loop in the Wazuh plugin Knowing the loop is caused by exceptional circumstances with the field mapping of the index that has the saved objects and the...

# Solution I added a verification in each check of health check related to the index patterns. Solved in https://github.com/wazuh/wazuh-kibana-app/pull/4373.

I tested in an Elastic stack environment and I could replicate the issue. I marked the [PR](https://github.com/wazuh/wazuh-kibana-app/pull/4373) to be backported to the development branches of the plugin for Kibana.

# Changes - Applied the suggested changes # Screenshots ![image](https://user-images.githubusercontent.com/34042064/182820702-8b573235-18d0-4591-af93-73959e2fb8fb.png)