You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dashboards/ERS.json
+27-58Lines changed: 27 additions & 58 deletions
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,8 @@
18
18
"editable": true,
19
19
"fiscalYearStartMonth": 0,
20
20
"graphTooltip": 0,
21
-
"id": 241,
21
+
"id": 0,
22
22
"links": [],
23
-
"liveNow": false,
24
23
"panels": [
25
24
{
26
25
"datasource": {
@@ -37,6 +36,9 @@
37
36
"cellOptions": {
38
37
"type": "color-text"
39
38
},
39
+
"footer": {
40
+
"reducers": []
41
+
},
40
42
"inspect": false
41
43
},
42
44
"mappings": [
@@ -71,7 +73,7 @@
71
73
"steps": [
72
74
{
73
75
"color": "light-yellow",
74
-
"value": null
76
+
"value": 0
75
77
}
76
78
]
77
79
}
@@ -166,14 +168,6 @@
166
168
"id": 3,
167
169
"options": {
168
170
"cellHeight": "sm",
169
-
"footer": {
170
-
"countRows": false,
171
-
"fields": "",
172
-
"reducer": [
173
-
"sum"
174
-
],
175
-
"show": false
176
-
},
177
171
"showHeader": true,
178
172
"sortBy": [
179
173
{
@@ -182,7 +176,7 @@
182
176
}
183
177
]
184
178
},
185
-
"pluginVersion": "10.2.2",
179
+
"pluginVersion": "12.3.1",
186
180
"targets": [
187
181
{
188
182
"datasource": {
@@ -193,7 +187,7 @@
193
187
"group": [],
194
188
"metricColumn": "none",
195
189
"rawQuery": true,
196
-
"rawSql": "SELECT severity,time/1000000 as time,application_name,message,issue_name,host_name\nFROM ${table}\nWHERE session='${session}' AND time/1000000 >= ${__from} AND time/1000000 <= ${__to} AND severity in ([[severity]]) AND issue_name in ([[issue_full_name]]) AND application_name in ([[application_in]]) AND host_name in ([[host]]) AND message ~ '[[message_regex]]' \nORDER BY -time\n",
190
+
"rawSql": "SELECT severity,time/1000000 as time,application_name,message,issue_name,host_name\nFROM ${table}\nWHERE session='${session}' AND time >= ${__from} * 1000000 AND time <= ${__to} * 1000000 AND severity in ([[severity]]) AND issue_name in ([[issue_full_name]]) AND application_name in ([[application_in]]) AND host_name in ([[host]]) AND message ~ '[[message_regex]]' \nORDER BY -time\n",
0 commit comments