File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 22Oracle Observability and Management Solution Templates
33
44This 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
1113Now, you'll want a local copy of this repo. You can make that with the commands:
You can’t perform that action at this time.
0 commit comments