Jose Sanchez Robles

Results 21 comments of Jose Sanchez Robles

This is a possible visualization: ![image](https://user-images.githubusercontent.com/3064506/64866910-a2d8a680-d63c-11e9-8373-e52323e28f98.png)

I created a branch with the visualization in the Dashboard `overview->general` [Issue-1539](https://github.com/wazuh/wazuh-kibana-app/tree/issue-1549) ![image](https://user-images.githubusercontent.com/3064506/64946754-e0734480-d873-11e9-9f13-33183452a8b5.png)

Previously we tried to generate a visualization using the surveillance index data, but in environments with many agents, the visualization is not efficient. When this Issue (#2064) is finished we...

Added two new ingests to the Filebeat module in this PR: https://github.com/wazuh/wazuh/pull/4459 ![image](https://user-images.githubusercontent.com/3064506/84660341-fd2ecc80-af18-11ea-9b7c-ca56f4011d78.png)

For task `Create a fake but functional E2E test` of first iteration I wrote a few test. These check the elements in main menu of Wazuh application, verifying the title...

Currently, the Wazuh app for Kibana has some tests made with the Mocha framework. Kibana has support to make the tests using Mocha and Jest. In the [official documentation of...

I take these issues [#1384](https://github.com/wazuh/wazuh-kibana-app/issues/1384), [#1541](https://github.com/wazuh/wazuh-kibana-app/issues/1541) for creating this structure in the `test/e2e` folder: ![e2e_structure](https://user-images.githubusercontent.com/3064506/60017303-b5b88c00-9688-11e9-9327-768cf2aa079c.png) This structure corresponds to the main menu of Wazuh app ![manu_wazuh_app](https://user-images.githubusercontent.com/3064506/60020246-eea82f00-968f-11e9-9434-a2bb2da13829.png) In the future, it...

I made a push in the branch [issue-1539](https://github.com/wazuh/wazuh-kibana-app/tree/issue-1539) to add one commit. In this commit, I include the structure of the folder `test/e2e` and new tests inside the `test/e2e/overview/spec.js`. These...

I had a problem with some tests cases, for example: **Test case:** Check the initial number of checks of the health check when opening the app. It should be 4...

We discovered the method of Kibana to tests plugins and we remade all environment. Kibana calls functional tests to the e2e tests, in its documentation you can see more info...