-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Feature Request - Azure Sentinel - Configure entityMappings and Custom Details on Alert Rules #14078
Comments
Echoing this standpoint on SOAR Workflows in order to migrate to this new method we need this to come into the specs and downstream to relevant SDK providers for 2021-03-01-preview |
I see this got removed from needs triage but still has no assigne - is there any attention to this? I think that #14753 is going to resolve this. |
Would really like to see the functionality to add/update entityMappings via REST API restored. |
@FormindGMO in terms of the full RP / Spec this has been pushed back a fair bit and is now scheduled for 2021-09-01 API Spec - See here. The change did go in, but they need the full stack of specs to produce a Package for it in the SDK and downstream - for that got a central tracker up here in azurerm However if you are just looking at the API sure you can call the 2021-03-01 API now and just use that i.e If you are using something like terraform you can potentially use a null resource script provisioner and pwsh in order to Patch the entityDetails over your current infrastructure - although a bit hacky its a good temporary work around. |
@jstaffin-presidio this is closed with release of 2021-09-01-preview |
Azure Sentinel has added a new method for configuring Entity mappings and a method for defining custom details (key/value pairs).
This page describes the Azure Portal method for configuring the Entity Mappings on an alert rule
https://docs.microsoft.com/en-us/azure/sentinel/map-data-fields-to-entities
This page describes the Azure Portal method for configuring the custom details key/value Paris on an alert rule
https://docs.microsoft.com/en-us/azure/sentinel/surface-custom-details-in-alerts
Neither the current GA nor the preview REST or SDK for go support configuring these elements on an alert rule.
At the moment all other aspects of our sentinel deployment are automated except for this capability. We require the ability to map these values to surface required context on the generated alert for use in our SOAR workflows. We currently deploy rules using an automated method and require Azure Portal manual configuration to perform the remaining entity mapping and custom details configuration.
The text was updated successfully, but these errors were encountered: