File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
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:
Original file line number Diff line number Diff line change 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"  ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments