Skip to content

Commit

Permalink
Update the dashboard with tenantid variable (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: jujufugh <[email protected]>
  • Loading branch information
furoyce and jujufugh authored Dec 13, 2023
1 parent f89a98d commit 383ef0d
Showing 1 changed file with 4 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"drilldownConfig": [],
"parametersMap": {
"log-analytics-log-group-compartment": "$(dashboard.params.log-analytics-loggroup-filter)",
"log-analytics-entity": "$(dashboard.params.log-analytics-entity-filter)",
"time": "$(dashboard.params.time)"
"time": "$(dashboard.params.time)",
"log-analytics-entity": "$(dashboard.params.log-analytics-entity-filter)"
}
},
{
Expand Down Expand Up @@ -221,7 +221,7 @@
"parametersMap": {
"time": "$(dashboard.params.time)",
"regionName": "$(context.regionName)",
"compartmentId": "ocid1.tenancy.oc1..aaaaaaaa53uu2d7z77v44jhvjsinojzsxjroeutt3ty5wqhp46izfg4o7pda"
"compartmentId": "$(context.tenantId)"
}
}
],
Expand Down Expand Up @@ -426,7 +426,7 @@
"parametersConfig": [
{
"savedSearchId": "OOBSS-management-dashboard-compartment-filter",
"displayName": "Compartment",
"displayName": "Metrics Compartment",
"width": 3,
"state": "DEFAULT",
"parametersMap": {
Expand Down Expand Up @@ -459,13 +459,6 @@
"displayName": "Entity",
"width": 6,
"state": "DEFAULT",
"uiConfig": {
"internalKey": "OOBSS-management-dashboard-filter-2a",
"filterName": "log-analytics-entity-filter",
"vizFilterType": "lxEntityDashFilterType",
"defaultWidth": 6,
"minWidth": 6
},
"parametersMap": {
"isStoreInLocalStorage": true
},
Expand Down

0 comments on commit 383ef0d

Please sign in to comment.