Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Inconsistent Data Refresh Behavior in Dashboard Table Accordion #176

Open
Yaren-IT opened this issue May 7, 2024 · 0 comments
Open

Comments

@Yaren-IT
Copy link

Yaren-IT commented May 7, 2024

Issue Description
When using the Wazuh dashboard's event table accordion, I've noticed an inconsistency in data refresh behavior. Specifically, upon clicking the "Refresh" button, the data within the accordion table does not update dynamically. Instead, the displayed content remains static until the accordion is closed and reopened, at which point the updated data is reflected.

Interestingly, this behavior contrasts with the automatic refresh of the "Result" column, where it dynamically transitions from "Failed" with a red dot to "Passed" with a green dot without requiring manual intervention.

To Reproduce
Steps to reproduce the behavior:

  1. Define your individual SCA rule in which you check for the presence of a string in a file, but do not create the file (status is then not applicable)
  2. Open the Wazuh dashboard.
  3. Navigate to the event table accordion.
  4. Observe the data within the accordion.
  5. Now create the file in the host on which the agent is installed so that the status changes from not applicable to Passed (or failed, depending on the check).
  6. Click the "Refresh" button.
  7. Note that the data does not update dynamically.
  8. Close and reopen the accordion.
  9. Observe that the updated data is now reflected.

Expected behavior
Upon clicking the "Refresh" button, the data within the event table accordion should update dynamically without requiring manual closure and reopening of the accordion.

Impact
This inconsistency in data refresh behavior affects user experience and may lead to confusion regarding the real-time status of events within the dashboard. Resolving this issue would enhance the usability and reliability of the Wazuh dashboard for users relying on up-to-date event information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant