Skip to content

Commit b927612

Browse files
authored
Update README.md
1 parent 667e3cd commit b927612

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
Oracle Observability and Management Solution Templates
33

44
This is an example on how to export, add & deploy dashboards in Logging Analytics.
5+
56
## Sharing new Logging Analytics Dashboards
7+
68
### Export Dashboard json
7-
export DASHBOARD_ID=”<OCID….>”
8-
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}'
9+
export DASHBOARD_ID=”<OCID….>”
10+
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}'
911

1012
### Clone the Module
1113
Now, you'll want a local copy of this repo. You can make that with the commands:

0 commit comments

Comments
 (0)