-
Notifications
You must be signed in to change notification settings - Fork 522
[m365_defender] Add toggle button for including unknown Enum members #13166
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
[m365_defender] Add toggle button for including unknown Enum members #13166
Conversation
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
💚 Build Succeeded
History
|
ShourieG
left a comment
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.
LGTM
🚀 Benchmarks reportTo see the full report comment with |
|
|
Package m365_defender - 2.25.0 containing this change is available at https://epr.elastic.co/package/m365_defender/2.25.0/ |
…13166) * [m365_defender] Add toggle button for including unknown enum members * Update PR link in changelog * Make include_unknown_enum_members optional field --------- Co-authored-by: Navnit Chauhan <[email protected]>
…13166) * [m365_defender] Add toggle button for including unknown enum members * Update PR link in changelog * Make include_unknown_enum_members optional field --------- Co-authored-by: Navnit Chauhan <[email protected]>
…13166) * [m365_defender] Add toggle button for including unknown enum members * Update PR link in changelog * Make include_unknown_enum_members optional field --------- Co-authored-by: Navnit Chauhan <[email protected]>
…13166) * [m365_defender] Add toggle button for including unknown enum members * Update PR link in changelog * Make include_unknown_enum_members optional field --------- Co-authored-by: Navnit Chauhan <[email protected]>




Proposed commit message
Provide an option to specify the
Prefer: include-unknown-enum-membersheader for the alert data stream to handle future members in evolvable enumerations.Enable toggle button to retrieve unknown members for properties of evolvable enum types.
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Clone integrations repo.
Install the elastic package locally.
Start the elastic stack using the elastic package.
Move to integrations/packages/m365_defender directory.
Run the following command to run tests.
elastic-package test -vRelated issues