Skip to content
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

Remove Service map from LogAnalyticsWorskpace Solutions #501

Merged
merged 3 commits into from
Apr 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion infra-as-code/bicep/modules/logging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ The module will deploy the following Log Analytics Workspace solutions by defaul
- ChangeTracking
- Security
- SecurityInsights (Azure Sentinel)
- ServiceMap
- SQLAdvancedThreatProtection
- SQLVulnerabilityAssessment
- SQLAssessment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ Number of days of log retention for Log Analytics Workspace.

Solutions that will be added to the Log Analytics Workspace.

- Default value: `AgentHealthAssessment AntiMalware ChangeTracking Security SecurityInsights ServiceMap SQLAdvancedThreatProtection SQLVulnerabilityAssessment SQLAssessment Updates VMInsights`
- Default value: `AgentHealthAssessment AntiMalware ChangeTracking Security SecurityInsights SQLAdvancedThreatProtection SQLVulnerabilityAssessment SQLAssessment Updates VMInsights`

- Allowed values: `AgentHealthAssessment`, `AntiMalware`, `ChangeTracking`, `Security`, `SecurityInsights`, `ServiceMap`, `SQLAdvancedThreatProtection`, `SQLVulnerabilityAssessment`, `SQLAssessment`, `Updates`, `VMInsights`
- Allowed values: `AgentHealthAssessment`, `AntiMalware`, `ChangeTracking`, `Security`, `SecurityInsights`, `SQLAdvancedThreatProtection`, `SQLVulnerabilityAssessment`, `SQLAssessment`, `Updates`, `VMInsights`

### parAutomationAccountName

Expand Down Expand Up @@ -159,7 +159,6 @@ outAutomationAccountId | string |
"ChangeTracking",
"Security",
"SecurityInsights",
"ServiceMap",
"SQLAdvancedThreatProtection",
"SQLVulnerabilityAssessment",
"SQLAssessment",
Expand Down
2 changes: 0 additions & 2 deletions infra-as-code/bicep/modules/logging/logging.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ param parLogAnalyticsWorkspaceLogRetentionInDays int = 365
'ChangeTracking'
'Security'
'SecurityInsights'
'ServiceMap'
'SQLAdvancedThreatProtection'
'SQLVulnerabilityAssessment'
'SQLAssessment'
Expand All @@ -45,7 +44,6 @@ param parLogAnalyticsWorkspaceSolutions array = [
'ChangeTracking'
'Security'
'SecurityInsights'
'ServiceMap'
'SQLAdvancedThreatProtection'
'SQLVulnerabilityAssessment'
'SQLAssessment'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"ChangeTracking",
"Security",
"SecurityInsights",
"ServiceMap",
"SQLAdvancedThreatProtection",
"SQLVulnerabilityAssessment",
"SQLAssessment",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"ChangeTracking",
"Security",
"SecurityInsights",
"ServiceMap",
"SQLAdvancedThreatProtection",
"SQLVulnerabilityAssessment",
"SQLAssessment",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"ChangeTracking",
"Security",
"SecurityInsights",
"ServiceMap",
"SQLAdvancedThreatProtection",
"SQLVulnerabilityAssessment",
"SQLAssessment",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"ChangeTracking",
"Security",
"SecurityInsights",
"ServiceMap",
"SQLAdvancedThreatProtection",
"SQLVulnerabilityAssessment",
"SQLAssessment",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ module baseline_logging '../logging.bicep' = {
'ChangeTracking'
'Security'
'SecurityInsights'
'ServiceMap'
'SQLAdvancedThreatProtection'
'SQLVulnerabilityAssessment'
'SQLAssessment'
Expand Down