Skip to content

Commit

Permalink
Fix error adding or deleting new fields (#5591)
Browse files Browse the repository at this point in the history
* Fix error adding or deleting new fields

* Add test

* Fix test

* Linter

* Add changelog

* create visualization of processed events

* create visualization events dropped

* create visualization queue usage

* create visualization of events decoded summary

* Add optional chaining

* Revert "create visualization of events decoded summary"

This reverts commit cce97bd.

* Revert "create visualization queue usage"

This reverts commit 9fa4d40.

* Revert "create visualization events dropped"

This reverts commit a6b35b1.

* Revert "create visualization of processed events"

This reverts commit 7397b97.

---------

Co-authored-by: chantal.kelm <chantal.kelm@wazuh.com>
  • Loading branch information
yenienserrano and chantal-kelm authored Aug 1, 2023
1 parent fa7ca6c commit 50ca309
Show file tree
Hide file tree
Showing 4 changed files with 3,954 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ All notable changes to the Wazuh app project will be documented in this file.

### Fixed

- Fixed the propagation event so that the flyout data, in the decoders, does not change when the button is pressed. [#5597](https://github.com/wazuh/wazuh-kibana-app/pull/5597)
- Fixed problem with new or missing columns in agent table. [#5591](https://github.com/wazuh/wazuh-kibana-app/pull/5591)
- Fixed the color of the agent name in the groups section in dark mode. [#5676](https://github.com/wazuh/wazuh-kibana-app/pull/5676)
- Fixed the propagation event so that the flyout data, in the decoders, does not change when the button is pressed. [#5597](https://github.com/wazuh/wazuh-kibana-app/pull/5597)

## Wazuh v4.6.0 - OpenSearch Dashboards 2.6.0 - Revision 01

Expand Down
Loading

0 comments on commit 50ca309

Please sign in to comment.