Skip to content

Commit

Permalink
Merge pull request #372 from YiscahLevySilas1/subsections
Browse files Browse the repository at this point in the history
change controlID to avoid duplication
  • Loading branch information
YiscahLevySilas1 committed Apr 23, 2023
2 parents c2d2dea + 3d8312c commit 88fac3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"controlID": "C-0253",
"controlID": "C-0254",
"name": "Enable audit Logs",
"description": "With Azure Kubernetes Service (AKS), the control plane components such as the kube-apiserver and kube-controller-manager are provided as a managed service. You create and manage the nodes that run the kubelet and container runtime, and deploy your applications through the managed Kubernetes API server. To help troubleshoot your application and services, you may need to view the logs generated by these control plane components.\n\n To help collect and review data from multiple sources, Azure Monitor logs provides a query language and analytics engine that provides insights to your environment. A workspace is used to collate and analyze the data, and can integrate with other Azure services such as Application Insights and Security Center.",
"long_description": "Exporting logs and metrics to a dedicated, persistent datastore ensures availability of audit data following a cluster security event, and provides a central location for analysis of log and metric data collated from multiple sources.",
Expand Down
4 changes: 2 additions & 2 deletions frameworks/cis-aks-t1.2.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@
}
},
{
"controlID": "C-0253",
"controlID": "C-0254",
"patch": {
"name": "CIS-2.1.1 Enable audit Logs"
}
Expand All @@ -519,7 +519,7 @@
"name": "Logging",
"id": "2.1",
"controlsIDs": [
"C-0253"
"C-0254"
]
}
}
Expand Down

0 comments on commit 88fac3e

Please sign in to comment.