Skip to content

Commit f40f12a

Browse files
authored
Update README.md
1 parent d6b6f5f commit f40f12a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ This is an example on how to export, add & deploy dashboards in Logging Analyti
55

66
## Sharing new Logging Analytics Dashboards
77

8-
## Create your dashboard in Logging Analytics and note the dashboard OCID and take a screenshot
8+
## Create your dashboard in Logging Analytics
9+
10+
Note the dashboard OCID and take a screenshot
911

1012
1113
## Fork this repo https://github.com/oracle-quickstart/oci-o11y-solutions/fork
@@ -22,8 +24,10 @@ This is an example on how to export, add & deploy dashboards in Logging Analyti
2224
### Export Dashboard json
2325
export DASHBOARD_ID=”<OCID….>”
2426
oci raw-request --http-method GET --target-uri https://managementdashboard.us-phoenix-1.oci.oraclecloud.com/20200901/managementDashboards/${DASHBOARD_ID} | jq .data | jq '.compartmentId = "${compartment_ocid}"' | jq -n -s '{dashboards: inputs}' >> my-dashboard.json
25-
cp my-dashboard.json contents/dashboards
26-
cp my-dashboard.png contents/documentation
27+
28+
Copy the dashboard screenshot to contents/documentation directory.
29+
30+
cp /path/to/my-dashboard.png contents/documentation
2731

2832
### Commit and push changes
2933
git add contents/dashboards/my-dashboard.json

0 commit comments

Comments
 (0)