Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oracle Integration Cloud log source and readme #40

Merged
merged 5 commits into from
Jan 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update the dashboard with tenantid variable
jujufugh committed Dec 12, 2023
commit dfd90444978af257e29bbd47a1f990931aee5bc5
Original file line number Diff line number Diff line change
@@ -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)"
}
},
{
@@ -221,7 +221,7 @@
"parametersMap": {
"time": "$(dashboard.params.time)",
"regionName": "$(context.regionName)",
"compartmentId": "ocid1.tenancy.oc1..aaaaaaaa53uu2d7z77v44jhvjsinojzsxjroeutt3ty5wqhp46izfg4o7pda"
"compartmentId": "$(context.tenantId)"
}
}
],
@@ -426,7 +426,7 @@
"parametersConfig": [
{
"savedSearchId": "OOBSS-management-dashboard-compartment-filter",
"displayName": "Compartment",
"displayName": "Metrics Compartment",
"width": 3,
"state": "DEFAULT",
"parametersMap": {
@@ -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
},