You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ All notable changes to the Wazuh app project will be documented in this file.
28
28
- Changed the way of handling the index patterns list ([#360](https://github.com/wazuh/wazuh-kibana-app/pull/360)).
29
29
- Rewritten some false error-level logs to just information-level ones ([#360](https://github.com/wazuh/wazuh-kibana-app/pull/360)).
30
30
- Changed some files from JSON to CommonJS for performance improvements ([#360](https://github.com/wazuh/wazuh-kibana-app/pull/360)).
31
+
- Replaced some code on the `kibana-discover` directive with a much cleaner statement to avoid issues on the *Agents* tab ([#394](https://github.com/wazuh/wazuh-kibana-app/pull/394)).
31
32
32
33
### Fixed
33
34
- Fixed a bug where several `agent.id` filters were created at the same time when navigating between *Agents* and *Groups* with different selected agents ([#342](https://github.com/wazuh/wazuh-kibana-app/pull/342)).
@@ -37,6 +38,7 @@ All notable changes to the Wazuh app project will be documented in this file.
37
38
- Fixed a bug in the shards and replicas settings when the user sets the value to zero (0) ([#358](https://github.com/wazuh/wazuh-kibana-app/pull/358)).
38
39
- Fixed several bugs related to the upgrade process from Wazuh 2.x to the new refactored server ([#363](https://github.com/wazuh/wazuh-kibana-app/pull/363)).
39
40
- Fixed a bug in *Discover/Agents VirusTotal* tabs to avoid conflicts with the `agent.name` field ([#379](https://github.com/wazuh/wazuh-kibana-app/pull/379)).
41
+
- Fixed a bug on the implicit filter in *Discover/Agents PCI* tabs ([#393](https://github.com/wazuh/wazuh-kibana-app/pull/393)).
40
42
41
43
### Removed
42
44
- Removed clear API password on `checkPattern` response ([#339](https://github.com/wazuh/wazuh-kibana-app/pull/339)).
0 commit comments