Skip to content

Commit 5eb0ee4

Browse files
committed
Oracle FA ESS query update
1 parent f1084e1 commit 5eb0ee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

knowledge-content/fa-ess-scheduler/dashboards/Oracle FA_ Enterprise Scheduler Dashboard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,7 @@
14911491
"showTitle": true,
14921492
"visualizationType": "heatmap",
14931493
"visualizationOptions": {},
1494-
"queryString": "'Log Source' = 'Oracle Fusion Apps: Enterprise Scheduler Service (ESS)' | timestats count('Request ID') as logrecords by Product | sort -logrecords",
1494+
"queryString": "'Log Source' = 'Oracle Fusion Apps: Enterprise Scheduler Service (ESS)' | timestats count('Request ID') as logrecords by 'Product Name' | sort -logrecords",
14951495
"scopeFilters": {
14961496
"filters": [
14971497
{
@@ -2415,7 +2415,7 @@
24152415
}
24162416
}
24172417
},
2418-
"queryString": "'Log Source' = 'Oracle Fusion Apps: Enterprise Scheduler Service (ESS)' | link 'Request ID' | stats unique(Application) as Application, avg(ElapsedTime) as E, unique('Instance Parent Id') as 'Parent ID', unique('Job Display Name') as Job, unique('Parent Request ID') as 'Parent Req ID', unique(Product) as Product, latest('State Description') as Status, unique(Submitter) as Submitter | eval 'Time Taken' = unit(E, ms) | eval U = url('https://oracle.com', View) | eventstats distinctcount('Request ID') as Requests, avg(E) as AE, latest(U) as Details by Product, Job, Status | eval 'Average Time Taken' = unit(AE, ms) | createtable name = 'Job Summary' select Product, Job, Status, Requests, 'Average Time Taken', Details | classify 'Start Time', Job, 'Time Taken', Product, Status as 'ESS Jobs Analysis' | where Job = literal('provide online transaction engine functionality') and Product = literal(xla) and Status = literal(succeeded) | fields -E, -AE",
2418+
"queryString": "'Log Source' = 'Oracle Fusion Apps: Enterprise Scheduler Service (ESS)' | link 'Request ID' | stats unique(Application) as Application, avg(ElapsedTime) as E, unique('Instance Parent Id') as 'Parent ID', unique('Job Display Name') as Job, unique('Parent Request ID') as 'Parent Req ID', unique('Product Name') as Product, latest('State Description') as Status, unique(Submitter) as Submitter | eval 'Time Taken' = unit(E, ms) | eval U = url('https://oracle.com', View) | eventstats distinctcount('Request ID') as Requests, avg(E) as AE, latest(U) as Details by Product, Job, Status | eval 'Average Time Taken' = unit(AE, ms) | createtable name = 'Job Summary' select Product, Job, Status, Requests, 'Average Time Taken', Details | classify 'Start Time', Job, 'Time Taken', Product, Status as 'ESS Jobs Analysis' | fields -E, -AE",
24192419
"scopeFilters": {
24202420
"filters": [
24212421
{

0 commit comments

Comments
 (0)