|
15 | 15 | "title": "Command execution errors per integration category", |
16 | 16 | "width": 33.333333333333336, |
17 | 17 | "height": 511, |
18 | | - "phrase": "dataset = soar_execution_metrics\n| filter is_error = true\n| filter type = \"integration\"\n| filter category != null and category != \"\"\n| comp count() as error_count by category\n| sort desc error_count\n| view graph type = pie xaxis = category yaxis = error_count ", |
| 18 | + "phrase": "dataset = scripts_and_commands_metrics\n| filter is_error = true\n| filter type = \"integration\"\n| filter category != null and category != \"\"\n| comp count() as error_count by category\n| sort desc error_count\n| view graph type = pie xaxis = category yaxis = error_count ", |
19 | 19 | "time_frame": { |
20 | 20 | "relativeTime": 604800000 |
21 | 21 | }, |
|
47 | 47 | "title": "Command execution errors per instance", |
48 | 48 | "width": 33.29688354291963, |
49 | 49 | "height": 511, |
50 | | - "phrase": "dataset = soar_execution_metrics \n| filter is_error = true\n| filter type = \"integration\"\n| filter instance != null and instance != \"\"\n| comp count() as error_count by instance\n| sort desc error_count\n| view graph type = pie xaxis = instance yaxis = error_count ", |
| 50 | + "phrase": "dataset = scripts_and_commands_metrics \n| filter is_error = true\n| filter type = \"integration\"\n| filter instance != null and instance != \"\"\n| comp count() as error_count by instance\n| sort desc error_count\n| view graph type = pie xaxis = instance yaxis = error_count ", |
51 | 51 | "time_frame": { |
52 | 52 | "relativeTime": 604800000 |
53 | 53 | }, |
|
79 | 79 | "title": "Command execution errors", |
80 | 80 | "width": 33.406232914160746, |
81 | 81 | "height": 511, |
82 | | - "phrase": "dataset = soar_execution_metrics \n| filter is_error = true\n| filter name != null and name != \"\"\n| comp count() as error_count by name\n| sort desc error_count\n| view graph type = pie xaxis = name yaxis = error_count ", |
| 82 | + "phrase": "dataset = scripts_and_commands_metrics \n| filter is_error = true\n| filter name != null and name != \"\"\n| comp count() as error_count by name\n| sort desc error_count\n| view graph type = pie xaxis = name yaxis = error_count ", |
83 | 83 | "time_frame": { |
84 | 84 | "relativeTime": 604800000 |
85 | 85 | }, |
|
116 | 116 | "title": "Command execution errors", |
117 | 117 | "width": 25, |
118 | 118 | "height": 511, |
119 | | - "phrase": "dataset = soar_execution_metrics \n| filter is_error = true\n| filter type = \"integration\"\n| comp count() as error_count\n| view graph type = single subtype = standard yaxis = error_count ", |
| 119 | + "phrase": "dataset = scripts_and_commands_metrics \n| filter is_error = true\n| filter type = \"integration\"\n| comp count() as error_count\n| view graph type = single subtype = standard yaxis = error_count ", |
120 | 120 | "time_frame": { |
121 | 121 | "relativeTime": 604800000 |
122 | 122 | }, |
|
148 | 148 | "title": "Manual command execution errors", |
149 | 149 | "width": 25, |
150 | 150 | "height": 511, |
151 | | - "phrase": "dataset = soar_execution_metrics \n| filter is_error = true\n| filter is_manual = true\n| filter type = \"integration\"\n| filter name != null and name != \"\"\n| comp count() as error_count by name\n| sort desc error_count\n| limit 5\n| view graph type = line xaxis = name yaxis = error_count ", |
| 151 | + "phrase": "dataset = scripts_and_commands_metrics \n| filter is_error = true\n| filter is_manual = true\n| filter name != null and name != \"\"\n| comp count() as error_count by name\n| sort desc error_count\n| limit 5\n| view graph type = column xaxis = name yaxis = error_count ", |
152 | 152 | "time_frame": { |
153 | 153 | "relativeTime": 604800000 |
154 | 154 | }, |
|
179 | 179 | "type": "Custom XQL", |
180 | 180 | "title": "Errors by issue type per command (Top 5)", |
181 | 181 | "height": 511, |
182 | | - "phrase": "dataset = soar_execution_metrics \n| filter is_error = true\n| filter type = \"integration\"\n| filter api_response_type != null\n| alter command = name\n| comp count() as total_errors by command, category \n| sort desc total_errors \n| limit 5\n| view graph type = column subtype = grouped xaxis = category yaxis = total_errors series = command ", |
| 182 | + "phrase": "dataset = scripts_and_commands_metrics \n| filter is_error = true\n| filter type = \"integration\"\n| filter api_response_type != null\n| alter command = name\n| comp count() as total_errors by command, category \n| sort desc total_errors \n| limit 5\n| view graph type = column subtype = grouped xaxis = category yaxis = total_errors series = command ", |
183 | 183 | "time_frame": { |
184 | 184 | "relativeTime": 604800000 |
185 | 185 | }, |
|
225 | 225 | "title": "Failed automation executions (Top 5)", |
226 | 226 | "width": 25, |
227 | 227 | "height": 511, |
228 | | - "phrase": "dataset = soar_execution_metrics\n| filter type = \"automation\"\n| filter is_error = true\n| filter name != null and name != \"\"\n| comp count() as error_count by name\n| sort desc error_count \n| limit 5\n| view graph type = column subtype = grouped xaxis = name yaxis = error_count ", |
| 228 | + "phrase": "dataset = scripts_and_commands_metrics\n| filter type = \"automation\"\n| filter is_error = true\n| filter name != null and name != \"\"\n| comp count() as error_count by name\n| sort desc error_count \n| limit 5\n| view graph type = column subtype = grouped xaxis = name yaxis = error_count ", |
229 | 229 | "time_frame": { |
230 | 230 | "relativeTime": 604800000 |
231 | 231 | }, |
|
269 | 269 | "title": "Average runtime per command by instance (Top 5)", |
270 | 270 | "width": 33.333333333333336, |
271 | 271 | "height": 435, |
272 | | - "phrase": "dataset = soar_execution_metrics\n| filter type = \"integration\"\n| filter duration != null\n| filter name != null and instance != null\n| comp avg(duration) as avg_runtime_secs by name, instance\n| sort desc avg_runtime_secs\n| limit 5\n| view graph type = column subtype = grouped xaxis = name yaxis = avg_runtime_secs series = instance ", |
| 272 | + "phrase": "dataset = scripts_and_commands_metrics\n| filter type = \"integration\"\n| filter duration != null\n| filter name != null and instance != null\n| comp avg(duration) as avg_runtime_secs by name, instance\n| sort desc avg_runtime_secs\n| limit 5\n| view graph type = column subtype = grouped xaxis = name yaxis = avg_runtime_secs series = instance ", |
273 | 273 | "time_frame": { |
274 | 274 | "relativeTime": 604800000 |
275 | 275 | }, |
|
315 | 315 | "title": "Command average runtime per instance (Top 5)", |
316 | 316 | "width": 33.333333333333336, |
317 | 317 | "height": 435, |
318 | | - "phrase": "dataset = soar_execution_metrics\n| filter type = \"integration\"\n| filter duration != null\n| filter instance != null and instance != \"\"\n| comp avg(duration) as avg_runtime_secs by instance\n| sort desc avg_runtime_secs \n| limit 5\n| view graph type = column subtype = grouped xaxis = instance yaxis = avg_runtime_secs ", |
| 318 | + "phrase": "dataset = scripts_and_commands_metrics\n| filter type = \"integration\"\n| filter duration != null\n| filter instance != null and instance != \"\"\n| comp avg(duration) as avg_runtime_secs by instance\n| sort desc avg_runtime_secs \n| limit 5\n| view graph type = column subtype = grouped xaxis = instance yaxis = avg_runtime_secs ", |
319 | 319 | "time_frame": { |
320 | 320 | "relativeTime": 604800000 |
321 | 321 | }, |
|
354 | 354 | "title": "Command average runtime per automation (Top 5)", |
355 | 355 | "width": 33.333333333333336, |
356 | 356 | "height": 435, |
357 | | - "phrase": "dataset = soar_execution_metrics\n| filter type = \"automation\"\n| filter duration != null\n| filter name != null and name != \"\"\n| comp avg(duration) as avg_runtime_secs by name\n| sort desc avg_runtime_secs \n| limit 5\n| view graph type = column subtype = grouped xaxis = name yaxis = avg_runtime_secs ", |
| 357 | + "phrase": "dataset = scripts_and_commands_metrics\n| filter type = \"automation\"\n| filter duration != null\n| filter name != null and name != \"\"\n| comp avg(duration) as avg_runtime_secs by name\n| sort desc avg_runtime_secs \n| limit 5\n| view graph type = column subtype = grouped xaxis = name yaxis = avg_runtime_secs ", |
358 | 358 | "time_frame": { |
359 | 359 | "relativeTime": 604800000 |
360 | 360 | }, |
|
0 commit comments