Skip to content

Commit e137432

Browse files
authored
Merge pull request #12 from oracle-quickstart/kumar-ola-patch-1
Update README.md
2 parents 667e3cd + 08c7295 commit e137432

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
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:

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2-
# Copyright (c) 2023, Oracle and/or its affiliates.
3-
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
41
{
52
"name": "Oracle Observability Dashboards",
63
"description": "Dashboards Samples",

0 commit comments

Comments
 (0)