Skip to content

Commit dfdbc18

Browse files
authored
Update MD file with version name update (#398)
* Update avdf.md * Update avdf.md version changes * Update avdf.md version change * update avdf.md * update to md file * updated * updated 2 * updated 3
1 parent 1f68032 commit dfdbc18

File tree

1 file changed

+4
-106
lines changed

1 file changed

+4
-106
lines changed

database/advanced/avdf/avdf.md

Lines changed: 4 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This workshop introduces the various features and functionality of Oracle Audit
55

66
*Estimated Lab Time:* 110 minutes
77

8-
*Version tested in this lab:* Oracle AVDF 20.16
8+
*Version tested in this lab:* Oracle AVDF 20.17
99

1010
### Video Preview
1111

@@ -250,7 +250,7 @@ In this lab, you will do the following:
250250
251251
**Note:** The graph gives you a clear picture of drifts on all the targets where the baseline has been set
252252
253-
7. Click on any of the evaluations, like **Pass** or **High Risk**, which will take you to the detailed drift report
253+
7. Click on any of the evaluations, like **Pass** or **High Risk**, which will take you to the detailed drift report
254254
255255
![AVDF](./images/avdf-505.png "AVDF - Drift Chart")
256256
@@ -1136,36 +1136,6 @@ In this lab you will use the Glassfish Application to connect through the Oracle
11361136
11371137
- Click [**Save**]
11381138
1139-
<!--
1140-
14. Next, add database users that we trust to connect to the database through the Database Firewall
1141-
1142-
**Note**:
1143-
- We will create a **Database User Set** for our DB Admin (`SYSTEM`) and for the HR App's owner (`EMPLOYEESEARCH_PROD`)
1144-
- Only these 2 DB users will be able to run the **HR SQL Cluster**
1145-
1146-
15. Click [**Sets/Profiles**]
1147-
1148-
![AVDF](./images/avdf-134b.png "Check Sets/Profiles")
1149-
1150-
16. Select the **Database User Sets** tab and click [**Add**]
1151-
1152-
![AVDF](./images/avdf-134c.png "Add Database User Sets")
1153-
1154-
17. Enter the following information:
1155-
1156-
- Name: *`Privileged Users`*
1157-
- Description: *`Users We Trust`*
1158-
- Sets Values: *`SYSTEM, EMPLOYEESEARCH_PROD`*
1159-
1160-
![AVDF](./images/avdf-135.png "Database User Sets parameters")
1161-
1162-
- Click [**Save**]
1163-
- Click [**Back**]
1164-
1165-
![AVDF](./images/avdf-136.png "Save Database User Sets")
1166-
1167-
-->
1168-
11691139
14. Finally, select the **Default** tab to specify what the DB Firewall policy has to do you if you are not in the context definied previously (here we will block all the "black-listed" queries and we will return a blank result)
11701140
11711141
![AVDF](./images/avdf-137.png "Specify the default action to do by the DB Firewall policy")
@@ -1549,9 +1519,7 @@ The first thing we need to do is to set up the database to be ready for Golden G
15491519
````
15501520
15511521
![AVDF](./images/avdf-027.png "Check connectivity to the database")
1552-
1553-
**Configuring a GoldenGate Extract**
1554-
1522+
15551523
4. In the DBSecLab VM, the Oracle GoldenGate software has been already installed and pre-configured, but ensure the Golden Gate Administration Service is up and running
15561524
15571525
````
@@ -1673,8 +1641,6 @@ The first thing we need to do is to set up the database to be ready for Golden G
16731641
16741642
![AVDF](./images/avdf-038.png "Start a new GoldenGate Extract")
16751643
1676-
**Configure a new Audit Trail**
1677-
16781644
13. Go back to Audit Vault Web Console as *`AVADMIN`*"
16791645
16801646
![AVDF](./images/avdf-400.png "AVDF - Login")
@@ -1717,8 +1683,6 @@ The first thing we need to do is to set up the database to be ready for Golden G
17171683
17181684
**Note:** Attention, don't go to next step while the both **Audit Trail** and **Unified Audit Trail** are not started!
17191685
1720-
**Generate Changes and View the Audit Vault Reports**
1721-
17221686
22. Go back to your terminal session and generate data and object changes with 2 different privileged users **on pdb1**
17231687
17241688
````
@@ -1802,7 +1766,7 @@ The objective of this lab is to collect audit log records from PostgreSQL databa
18021766
18031767
![AVDF](./images/avdf-204.png "Audit Collection Attributes")
18041768
1805-
**Note:** If you already have one entry for 11.0 then delete that attribute and add new with the value 15.0.
1769+
**Note:** If you already have one entry for 11.0 then delete that attribute and add new with the value 15.0.
18061770
18071771
- Click [**Save**]
18081772
@@ -2158,72 +2122,6 @@ Important: before performing this lab, you must have:
21582122
21592123
![AVDF](./images/avdf-262.png "Confirm the deletion")
21602124
2161-
<!--
2162-
- Go back to your terminal session to reset Golden Gate
2163-
2164-
````
2165-
<copy>$DBSEC_LABS/avdf/avs/avs_reset_ogg.sh pdb1</copy>
2166-
````
2167-
2168-
![AVDF](./images/avdf-263.png "Reset the Golden Gate configuration")
2169-
2170-
2. Delete the **Unified Audit Trail** configuration
2171-
2172-
- Go back to Audit Vault Web Console as *`AVADMIN`*"
2173-
2174-
![AVDF](./images/avdf-400.png "AVDF - Login")
2175-
2176-
- Click the **Targets** tab
2177-
2178-
- Click the Target Name **pdb1**
2179-
2180-
- In the section **Audit Data Collection**, select "**`UNIFIED_AUDIT_TRAIL`**" and click [**Stop**]
2181-
2182-
![AVDF](./images/avdf-264.png "Stop the Audit Data Collection")
2183-
2184-
- Check that the service is stopped
2185-
2186-
![AVDF](./images/avdf-265.png "Check that the service is stopped")
2187-
2188-
- Select "**`UNIFIED_AUDIT_TRAIL`**" and click [**Delete**]
2189-
2190-
![AVDF](./images/avdf-266.png "Delete the Audit Data Collection")
2191-
2192-
3. Then, delete the Audit Vault **Agent**
2193-
2194-
- Click the **Agents** tab
2195-
2196-
- Select the Agent Name **dbseclab** and click [**Deactivate**]
2197-
2198-
![AVDF](./images/avdf-269.png "Deactivate the Audit Vault Agent")
2199-
2200-
- Now, the agent should be "**Not Activated**"
2201-
2202-
![AVDF](./images/avdf-270.png "Check that the Audit Vault Agent is deactivated")
2203-
2204-
- Select the Agent Name **dbseclab** and click [**Delete**]
2205-
2206-
![AVDF](./images/avdf-271.png "delete the Audit Vault Agent")
2207-
2208-
- Now, the agent is deleted
2209-
2210-
![AVDF](./images/avdf-272.png "Check that the Audit Vault Agent is deleted")
2211-
2212-
4. Finally, reset **AVDF binaries**
2213-
2214-
````
2215-
<copy>
2216-
rm -Rf $AV_HOME/*
2217-
ll $AV_HOME
2218-
2219-
rm -Rf $AVCLI_HOME/*
2220-
ll $AVCLI_HOME
2221-
</copy>
2222-
````
2223-
2224-
![AVDF](./images/avdf-273.png "Reset AVDF binaries")
2225-
-->
2226-
22272125
2. **Now, the AVDF configuration is correctly reset!**
22282126
22292127
You may now proceed to the next lab!

0 commit comments

Comments
 (0)