-
Notifications
You must be signed in to change notification settings - Fork 186
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
[PR] Add agent synchronization statistics #3874
[PR] Add agent synchronization statistics #3874
Conversation
|
The endpoint response type has been modified Test:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TR ✔️
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-4.4-7.16 4.4-7.16
# Navigate to the new working tree
cd .worktrees/backport-4.4-7.16
# Create a new branch
git switch --create backport-3874-to-4.4-7.16
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 44570272566d78fb5ae772b0f9a3061af66171aa
# Push it to GitHub
git push --set-upstream origin backport-3874-to-4.4-7.16
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-4.4-7.16 Then, create a pull request where the |
* Added Synced stats and pending agents * Added mocked column synced * Changed pending position and color * add agent-synced.tsx * change date:data * Update GET /agents/summary/status response handler * add changelog * Deprecated is_sync endpoint * Created synced constants and updated endpoint definitions Co-authored-by: Ian Yenien Serrano <63758389+yenienserrano@users.noreply.github.com> Co-authored-by: yenienserrano <ian.serrano@wazuh.com> Co-authored-by: Álex <alejandro.ruiz.becerra@wazuh.com> (cherry picked from commit 4457027)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Code Review: ✔️
- Test: ✔️
[PR] Add agent synchronization statistics (#3874) * Added Synced stats and pending agents * Added mocked column synced * Changed pending position and color * add agent-synced.tsx * change date:data * Update GET /agents/summary/status response handler * add changelog * Deprecated is_sync endpoint * Created synced constants and updated endpoint definitions Co-authored-by: Ian Yenien Serrano <63758389+yenienserrano@users.noreply.github.com> Co-authored-by: yenienserrano <ian.serrano@wazuh.com> Co-authored-by: Álex <alejandro.ruiz.becerra@wazuh.com> (cherry picked from commit 4457027) Co-authored-by: Federico Rodriguez <federico.rodriguez@wazuh.com>
* Added Synced stats and pending agents * Added mocked column synced * Changed pending position and color * add agent-synced.tsx * change date:data * Update GET /agents/summary/status response handler * add changelog * Deprecated is_sync endpoint * Created synced constants and updated endpoint definitions Co-authored-by: Ian Yenien Serrano <63758389+yenienserrano@users.noreply.github.com> Co-authored-by: yenienserrano <ian.serrano@wazuh.com> Co-authored-by: Álex <alejandro.ruiz.becerra@wazuh.com> (cherry picked from commit 4457027)
* Added Synced stats and pending agents * Added mocked column synced * Changed pending position and color * add agent-synced.tsx * change date:data * Update GET /agents/summary/status response handler * add changelog * Deprecated is_sync endpoint * Created synced constants and updated endpoint definitions Co-authored-by: Ian Yenien Serrano <63758389+yenienserrano@users.noreply.github.com> Co-authored-by: yenienserrano <ian.serrano@wazuh.com> Co-authored-by: Álex <alejandro.ruiz.becerra@wazuh.com> (cherry picked from commit 4457027)
Hi team,
this adds agent synchronization statistics to the Agents Summary view. Also includes agents
Pending
status to the doughnut chart.Closes #3402 #3836
Screenshots
Modules Overview
Agents Overview
Management Status