-
Notifications
You must be signed in to change notification settings - Fork 474
Fix EventID's for "Users Added to Group" panel #6280
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
Fix EventID's for "Users Added to Group" panel #6280
Conversation
Fixes elastic#6275 https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/plan/appendix-l--events-to-monitor 4732 636 Low A member was added to a security-enabled local group. 4728 632 Low A member was added to a security-enabled global group. 4756 660 Low A member was added to a security-enabled universal group. 4751 655 Low A member was added to a security-disabled global group. 4761 665 Low A member was added to a security-disabled universal group. 4746 650 Low A member was added to a security-disabled local group. 4785 689 Low A member was added to a basic application group. 4787 691 Low A nonmember was added to a basic application group.
🌐 Coverage report
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
There is currently a beta version in play for the promotion of TSDB to GA, so this PR should wait for that to have gone in before it's updated and merged. |
Are these changes able to move forward with |
@ebeahan Is that change bumping up to |
/test |
The same issue here. #6607 (comment) Because elastic-package v0.83.2 was released with the fix - elastic/elastic-package#1315 20 hours ago, I'm attempting the test again. |
/test |
@sakurai-youhei Are you able to merge? |
@efd6 No, The merge button is still diactive and it says:
Could you give another approval from either? Thanks. |
Sorry, I missed that there are different owners across multiple files. |
@elastic/elastic-agent-data-plane, @elastic/kibana-visualizations and @elastic/obs-infraobs-integrations would you be able to take a look please. |
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.
Looks good!
Package system - 1.36.1 containing this change is available at https://epr.elastic.co/search?package=system |
Fixes #6275
https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/plan/appendix-l--events-to-monitor
4732 636 Low A member was added to a security-enabled local group.
4728 632 Low A member was added to a security-enabled global group.
4756 660 Low A member was added to a security-enabled universal group.
4751 655 Low A member was added to a security-disabled global group.
4761 665 Low A member was added to a security-disabled universal group.
4746 650 Low A member was added to a security-disabled local group.
4785 689 Low A member was added to a basic application group.
4787 691 Low A nonmember was added to a basic application group.
What does this PR do?
Change Event ID's set to the filter in "Users Added to Group" panel.
Checklist
changelog.yml
file.How to test this PR locally
Rewrite the numbers manually in the Lens.
Related issues
Screenshots
Kibana > Dashboard >
[System Windows Security] Group Management Events
>Users Added to Group
Before change

After change
