You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: operations-advisory/multi-cloud-operating-models/operational-security/CISDashboard/README.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# CIS Compliance Dashboard
2
2
3
-
## Overview
3
+
## 1. Overview
4
4
5
5
The [**Center of Internet Security (CIS)**](https://www.cisecurity.org) is a global IT community that safeguards public and private organizations against cyber threats. They create different benchmarks, consisting in different secure configuration guidelines recommended to protect your IT assets and data.
6
6
@@ -101,23 +101,27 @@ You can see an example of how the CIS Dashboard looks like below:
101
101
102
102
To create the CIS Compliance Dashboard in your own tenancy, follow the steps below.
103
103
104
-
## Pre-requisites
104
+
## 2. Pre-requisites
105
105
106
106
OCI Log Analytics should be enabled in the desired region. Please refer to this [doc](https://docs.oracle.com/en-us/iaas/log-analytics/doc/enable-access-logging-analytics-and-its-resources.html) to get details on how to enable it.
107
107
108
-
## Step 1: Create Log Group in Log Analytics
108
+
## 3. Setup
109
+
110
+
To Setup this solution, follow the steps below:
111
+
112
+
### Step 1: Create Log Group in Log Analytics
109
113
110
114
Create a [log group](https://docs.oracle.com/en-us/iaas/Content/Logging/Task/create-logging-log-group.htm) in Log Analytics in the desired compartment. This log group will be used to store the CIS compliance data. Restrict the access of this log group to only necessary users.
111
115
112
-
## Step 2: Import Logsources and Dashboard using Terraform
116
+
###Step 2: Import Logsources and Dashboard using Terraform
113
117
114
118
Use the terraform code [here](./files/terraform/) to import logsources. Use the dashboard JSON to import via console. While importing select *"Specify a compartment for all dashboards"* and for *"Specify a compartment for all saved searches"* as well.
1. Once the CIS script has run successfully, use the [cisla_upload.py](./files/python/cisla_upload.py) python script to upload the CSV data to Log Analytics.
## Step 5: Analyze Data using the CIS Compliance Dashboard
199
+
###Step 5: Analyze Data using the CIS Compliance Dashboard
196
200
197
201
Use the imported CIS Compliance dashboard to analyze the CIS data uploaded to Log Analytics.
198
202
199
-
## Purging Logs
203
+
## 4. Purging Logs
200
204
201
205
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).
0 commit comments