|
2 | 2 |
|
3 | 3 | ## Table of Contents |
4 | 4 |
|
5 | | -- [1. Overview](#1-overview) |
6 | | -- [2. Pre-requisites](#2-pre-requisites) |
7 | | -- [3. Setup](#3-setup) |
8 | | - - [Step 1: Create Log Group in Log Analytics](#step-1-create-log-group-in-log-analytics) |
9 | | - - [Step 2: Import Logsources and Dashboard using Terraform](#step-2-import-logsources-and-dashboard-using-terraform) |
10 | | - - [Step 3: Create IAM Policies for log upload and run CIS Script](#step-3-create-iam-policies-for-log-upload-and-run-cis-script) |
11 | | - - [Step 4: Upload CSV to Log Analytics](#step-4-upload-csv-to-log-analytics) |
12 | | - - [Step 5: Analyze Data using the CIS Compliance Dashboard](#step-5-analyze-data-using-the-cis-compliance-dashboard) |
13 | | -- [4. Purging Logs](#4-purging-logs) |
| 5 | +- [CIS Compliance Dashboard](#cis-compliance-dashboard) |
| 6 | + - [Table of Contents](#table-of-contents) |
| 7 | + - [1. Overview](#1-overview) |
| 8 | + - [2. Pre-requisites](#2-pre-requisites) |
| 9 | + - [3. Setup](#3-setup) |
| 10 | + - [Step 1: Create Log Group in Log Analytics](#step-1-create-log-group-in-log-analytics) |
| 11 | + - [Step 2: Import Logsources and Dashboard using Terraform](#step-2-import-logsources-and-dashboard-using-terraform) |
| 12 | + - [Step 3: Create IAM Policies for log upload and run CIS Script](#step-3-create-iam-policies-for-log-upload-and-run-cis-script) |
| 13 | + - [Step 4: Upload CSV to Log Analytics](#step-4-upload-csv-to-log-analytics) |
| 14 | + - [Step 5: Analyze Data using the CIS Compliance Dashboard](#step-5-analyze-data-using-the-cis-compliance-dashboard) |
| 15 | + - [4. Purging Logs](#4-purging-logs) |
| 16 | +- [License](#license) |
14 | 17 |
|
15 | 18 | ## 1. Overview |
16 | 19 |
|
@@ -215,3 +218,11 @@ Use the imported CIS Compliance dashboard to analyze the CIS data uploaded to Lo |
215 | 218 | ## 4. Purging Logs |
216 | 219 |
|
217 | 220 | If you want to remove the logs sent to Log Analytics you can follow the steps documented [here](https://docs.oracle.com/en-us/iaas/log-analytics/doc/manage-storage.html). |
| 221 | + |
| 222 | +# License |
| 223 | + |
| 224 | +Copyright (c) 2026 Oracle and/or its affiliates. |
| 225 | + |
| 226 | +Licensed under the Universal Permissive License (UPL), Version 1.0. |
| 227 | + |
| 228 | +See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details. |
0 commit comments