File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments