-
Notifications
You must be signed in to change notification settings - Fork 978
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
Sentinel Deployment Fix #1709
Sentinel Deployment Fix #1709
Conversation
…boarding Sentinel
…boarding Sentinel
@arjenhuitema can you confirm none of the solutions for LAW are needed anymore? |
None are currently used. Everything was commented out except the old way of deploying Sentinel. |
Correct, there is no need to deploy any of the legacy solutions anymore. Sentinel was the last one. Note that the ChangeTracking solution is still installed but this is done automatically as part of the CT DCR deployment. |
…g using the "default" name
…boarding Sentinel
Overview/Summary
This pull request contains changes to the
eslzArm/eslzArm.json
andeslzArm/subscriptionTemplates/logAnalyticsWorkspace.json
files. The changes mainly revolve around the removal of theenableSecuritySolution
parameter and related deployment references. Additionally, there is an update to the API version in thelogAnalyticsWorkspace.json
file.Removal of
enableSecuritySolution
:eslzArm/eslzArm.json
: Removed theenableSecuritySolution
parameter and its allowed values.eslzArm/eslzArm.json
: Removed themonitoringSolutions
deployment URI.eslzArm/eslzArm.json
: Removed themonitoringSolutionsDeploymentName
variable.eslzArm/eslzArm.json
: Removed themonitoringSolutionsLiteDeploymentName
variable.eslzArm/eslzArm.json
: Removed the deployment block for Sentinel to Log Analytics workspace.eslzArm/eslzArm.json
: Removed the deployment block for Sentinel to the Log Analytics workspace for the ES Lite.Removal of
logAnalyticsSolutions.json
:eslzArm/subscriptionTemplates/logAnalyticsSolutions.json
: The entire file has been removed.API version update:
eslzArm/subscriptionTemplates/logAnalyticsWorkspace.json
: Updated the API version for the deployment.Testing URLs
Azure Public