@grexx/grexxlinter 0.2.549 → 0.2.595
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.js +1 -1
- package/package.json +1 -1
- package/schemas/.caserefs.json +14 -0
- package/schemas/activity.behavior.json +111 -0
- package/schemas/attribute.behavior.json +70 -0
- package/schemas/casetype.behavior.json +15 -1
- package/schemas/dataRetentionProfile.behavior.json +79 -0
- package/schemas/dataset.behavior.json +19 -0
- package/schemas/datasetColumn.behavior.json +1191 -0
- package/schemas/datasetCondition.behavior.json +581 -0
- package/schemas/formAction.behavior.json +26 -0
- package/schemas/formfield.behavior.json +151 -0
- package/schemas/indirectRole.behavior.json +36 -0
- package/schemas/mapping.behavior.json +237 -0
- package/schemas/metadata.behavior.json +28 -0
- package/schemas/platformAttribute.behavior.json +58 -0
- package/schemas/platformRole.behavior.json +152 -1
- package/schemas/requestContext.behavior.json +99 -0
- package/schemas/securityRequirement.behavior.json +121 -0
- package/schemas/simpleCondition.behavior.json +353 -0
- package/schemas/taskQueue.behavior.json +22 -0
- package/schemas/trigger.behavior.json +375 -0
- package/schemas/widget.behavior.json +371 -0
|
@@ -178,6 +178,127 @@
|
|
|
178
178
|
"valueIsField": false,
|
|
179
179
|
"isEmpty": false
|
|
180
180
|
}
|
|
181
|
+
],
|
|
182
|
+
"optionsWhen": [
|
|
183
|
+
{
|
|
184
|
+
"when": {
|
|
185
|
+
"op": "and",
|
|
186
|
+
"items": [
|
|
187
|
+
{
|
|
188
|
+
"op": "cmp",
|
|
189
|
+
"field": "fieldType",
|
|
190
|
+
"fieldName": "Field type",
|
|
191
|
+
"operator": "==",
|
|
192
|
+
"value": "caseData",
|
|
193
|
+
"valueIsField": false,
|
|
194
|
+
"isEmpty": false
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"op": "cmp",
|
|
198
|
+
"field": null,
|
|
199
|
+
"fieldName": "Related dataset casetypes",
|
|
200
|
+
"operator": "==text==",
|
|
201
|
+
"value": "",
|
|
202
|
+
"valueIsField": false,
|
|
203
|
+
"isEmpty": true
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"op": "cmp",
|
|
207
|
+
"field": null,
|
|
208
|
+
"fieldName": "Related dataset type",
|
|
209
|
+
"operator": "!==",
|
|
210
|
+
"value": "multivalueAttribute",
|
|
211
|
+
"valueIsField": false,
|
|
212
|
+
"isEmpty": false
|
|
213
|
+
}
|
|
214
|
+
]
|
|
215
|
+
},
|
|
216
|
+
"source": {
|
|
217
|
+
"kind": "objects",
|
|
218
|
+
"type": [
|
|
219
|
+
"attribute"
|
|
220
|
+
]
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"when": {
|
|
225
|
+
"op": "and",
|
|
226
|
+
"items": [
|
|
227
|
+
{
|
|
228
|
+
"op": "cmp",
|
|
229
|
+
"field": "fieldType",
|
|
230
|
+
"fieldName": "Field type",
|
|
231
|
+
"operator": "==",
|
|
232
|
+
"value": "caseData",
|
|
233
|
+
"valueIsField": false,
|
|
234
|
+
"isEmpty": false
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"op": "cmp",
|
|
238
|
+
"field": null,
|
|
239
|
+
"fieldName": "Related dataset type",
|
|
240
|
+
"operator": "==",
|
|
241
|
+
"value": "multivalueAttribute",
|
|
242
|
+
"valueIsField": false,
|
|
243
|
+
"isEmpty": false
|
|
244
|
+
}
|
|
245
|
+
]
|
|
246
|
+
},
|
|
247
|
+
"source": {
|
|
248
|
+
"kind": "objects",
|
|
249
|
+
"type": [
|
|
250
|
+
"attribute"
|
|
251
|
+
]
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"when": {
|
|
256
|
+
"op": "and",
|
|
257
|
+
"items": [
|
|
258
|
+
{
|
|
259
|
+
"op": "cmp",
|
|
260
|
+
"field": "fieldType",
|
|
261
|
+
"fieldName": "Field type",
|
|
262
|
+
"operator": "==",
|
|
263
|
+
"value": "caseData",
|
|
264
|
+
"valueIsField": false,
|
|
265
|
+
"isEmpty": false
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"op": "cmp",
|
|
269
|
+
"field": null,
|
|
270
|
+
"fieldName": "Related dataset type",
|
|
271
|
+
"operator": "!==",
|
|
272
|
+
"value": "multivalueAttribute",
|
|
273
|
+
"valueIsField": false,
|
|
274
|
+
"isEmpty": false
|
|
275
|
+
}
|
|
276
|
+
]
|
|
277
|
+
},
|
|
278
|
+
"source": {
|
|
279
|
+
"kind": "objects",
|
|
280
|
+
"type": [
|
|
281
|
+
"attribute"
|
|
282
|
+
]
|
|
283
|
+
}
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"when": {
|
|
287
|
+
"op": "cmp",
|
|
288
|
+
"field": "fieldType",
|
|
289
|
+
"fieldName": "Field type",
|
|
290
|
+
"operator": "==",
|
|
291
|
+
"value": "platformAttribute",
|
|
292
|
+
"valueIsField": false,
|
|
293
|
+
"isEmpty": false
|
|
294
|
+
},
|
|
295
|
+
"source": {
|
|
296
|
+
"kind": "objects",
|
|
297
|
+
"type": [
|
|
298
|
+
"platformAttribute"
|
|
299
|
+
]
|
|
300
|
+
}
|
|
301
|
+
}
|
|
181
302
|
]
|
|
182
303
|
},
|
|
183
304
|
"externalReference": {
|
|
@@ -258,6 +379,762 @@
|
|
|
258
379
|
"valueIsField": false,
|
|
259
380
|
"isEmpty": false
|
|
260
381
|
}
|
|
382
|
+
],
|
|
383
|
+
"optionsWhen": [
|
|
384
|
+
{
|
|
385
|
+
"when": {
|
|
386
|
+
"op": "and",
|
|
387
|
+
"items": [
|
|
388
|
+
{
|
|
389
|
+
"op": "or",
|
|
390
|
+
"items": [
|
|
391
|
+
{
|
|
392
|
+
"op": "cmp",
|
|
393
|
+
"field": null,
|
|
394
|
+
"fieldName": "Related dataset type",
|
|
395
|
+
"operator": "contains",
|
|
396
|
+
"value": "elastic",
|
|
397
|
+
"valueIsField": false,
|
|
398
|
+
"isEmpty": false
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"op": "cmp",
|
|
402
|
+
"field": null,
|
|
403
|
+
"fieldName": "Related dataset type",
|
|
404
|
+
"operator": "contains",
|
|
405
|
+
"value": "kibana",
|
|
406
|
+
"valueIsField": false,
|
|
407
|
+
"isEmpty": false
|
|
408
|
+
}
|
|
409
|
+
]
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"op": "or",
|
|
413
|
+
"items": [
|
|
414
|
+
{
|
|
415
|
+
"op": "cmp",
|
|
416
|
+
"field": null,
|
|
417
|
+
"fieldName": "Related dataset type",
|
|
418
|
+
"operator": "==",
|
|
419
|
+
"value": "elasticPerformance",
|
|
420
|
+
"valueIsField": false,
|
|
421
|
+
"isEmpty": false
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"op": "cmp",
|
|
425
|
+
"field": null,
|
|
426
|
+
"fieldName": "Related dataset type",
|
|
427
|
+
"operator": "==",
|
|
428
|
+
"value": "kibanaPerformance",
|
|
429
|
+
"valueIsField": false,
|
|
430
|
+
"isEmpty": false
|
|
431
|
+
}
|
|
432
|
+
]
|
|
433
|
+
}
|
|
434
|
+
]
|
|
435
|
+
},
|
|
436
|
+
"source": {
|
|
437
|
+
"kind": "static",
|
|
438
|
+
"options": [
|
|
439
|
+
{
|
|
440
|
+
"id": "@timestamp",
|
|
441
|
+
"label": "Timestamp"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"id": "@version",
|
|
445
|
+
"label": "Version"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"id": "_id",
|
|
449
|
+
"label": "_ID"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"id": "_index",
|
|
453
|
+
"label": "_Index"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"id": "activity",
|
|
457
|
+
"label": "Activity"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"id": "caseid",
|
|
461
|
+
"label": "CaseID"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"id": "db.ALTER.count",
|
|
465
|
+
"label": "Database Alter Count"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"id": "db.ALTER.totalTime",
|
|
469
|
+
"label": "Database Alter Totaltime"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"id": "db.CREATE.count",
|
|
473
|
+
"label": "Database Create Count"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"id": "db.CREATE.totalTime",
|
|
477
|
+
"label": "Database Create Totaltime"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"id": "db.DELETE.count",
|
|
481
|
+
"label": "Database Delete Count"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"id": "db.DELETE.totalTime",
|
|
485
|
+
"label": "Database Delete Totaltime"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"id": "db.DROP.count",
|
|
489
|
+
"label": "Database Drop Count"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"id": "db.DROP.totalTime",
|
|
493
|
+
"label": "Database Drop Totaltime"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"id": "db.GRANT.count",
|
|
497
|
+
"label": "Database Grant Count"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"id": "db.GRANT.totalTime",
|
|
501
|
+
"label": "Database Grant Totaltime"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"id": "db.INSERT.count",
|
|
505
|
+
"label": "Database Insert Count"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"id": "db.INSERT.totalTime",
|
|
509
|
+
"label": "Database Insert Totaltime"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"id": "db.SELECT.count",
|
|
513
|
+
"label": "Database Select Count"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"id": "db.SELECT.totalTime",
|
|
517
|
+
"label": "Database Select Totaltime"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"id": "db.UPDATE.count",
|
|
521
|
+
"label": "Database Update Count"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"id": "db.UPDATE.totalTime",
|
|
525
|
+
"label": "Database Update Totaltime"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"id": "dtap",
|
|
529
|
+
"label": "DTAP"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"id": "duration",
|
|
533
|
+
"label": "Duration"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"id": "durationL1",
|
|
537
|
+
"label": "Duration L1"
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"id": "durationL2",
|
|
541
|
+
"label": "Duration L2"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"id": "error",
|
|
545
|
+
"label": "Error"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"id": "fileSize",
|
|
549
|
+
"label": "File size"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"id": "generalError",
|
|
553
|
+
"label": "General Error"
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"id": "geoip.city_name",
|
|
557
|
+
"label": "GEO IP City Name"
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"id": "geoip.continent_code",
|
|
561
|
+
"label": "GEO IP Continent Code"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"id": "geoip.country_code2",
|
|
565
|
+
"label": "GEO IP Country Code 2"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"id": "geoip.country_code3",
|
|
569
|
+
"label": "GEO IP Country Code 3"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"id": "geoip.country_name",
|
|
573
|
+
"label": "GEO IP Country Name"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"id": "geoip.dma_code",
|
|
577
|
+
"label": "GEO IP DMA Code"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"id": "geoip.ip",
|
|
581
|
+
"label": "GEO IP Ip"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"id": "geoip.latitude",
|
|
585
|
+
"label": "GEO IP Latitude"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"id": "geoip.location.lat",
|
|
589
|
+
"label": "GEO IP Location Latitude"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"id": "geoip.location.lon",
|
|
593
|
+
"label": "GEO IP Location Longitude"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"id": "geoip.longitude",
|
|
597
|
+
"label": "GEO IP Longidute"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"id": "geoip.postal_code",
|
|
601
|
+
"label": "GEO IP Postal Code"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"id": "geoip.region_code",
|
|
605
|
+
"label": "GEO IP Region Code"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"id": "geoip.region_name",
|
|
609
|
+
"label": "GEO IP Region Name"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"id": "geoip.timezone",
|
|
613
|
+
"label": "GEO IP Timezone"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"id": "hasError",
|
|
617
|
+
"label": "Has Error"
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"id": "host",
|
|
621
|
+
"label": "Host"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"id": "hostname",
|
|
625
|
+
"label": "Hostname"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"id": "id",
|
|
629
|
+
"label": "ID"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"id": "index",
|
|
633
|
+
"label": "Index"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"id": "ip",
|
|
637
|
+
"label": "IP"
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"id": "label",
|
|
641
|
+
"label": "Label"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"id": "level",
|
|
645
|
+
"label": "Level"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"id": "message",
|
|
649
|
+
"label": "Message"
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"id": "name",
|
|
653
|
+
"label": "Name"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"id": "object",
|
|
657
|
+
"label": "Object"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"id": "pid",
|
|
661
|
+
"label": "PID"
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"id": "platform",
|
|
665
|
+
"label": "Platform"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"id": "serverL2Host",
|
|
669
|
+
"label": "Server L2 Host"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"id": "serverL2Ip",
|
|
673
|
+
"label": "Server L2 IP"
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"id": "source",
|
|
677
|
+
"label": "Source"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"id": "speed",
|
|
681
|
+
"label": "Speed"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"id": "tags",
|
|
685
|
+
"label": "Tags"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"id": "transport",
|
|
689
|
+
"label": "Transport"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"id": "type",
|
|
693
|
+
"label": "Type"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"id": "user",
|
|
697
|
+
"label": "User email"
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"id": "usercaseid",
|
|
701
|
+
"label": "User caseid"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"id": "xxid",
|
|
705
|
+
"label": "XXID"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"id": "referer",
|
|
709
|
+
"label": "Referer"
|
|
710
|
+
}
|
|
711
|
+
]
|
|
712
|
+
}
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"when": {
|
|
716
|
+
"op": "and",
|
|
717
|
+
"items": [
|
|
718
|
+
{
|
|
719
|
+
"op": "or",
|
|
720
|
+
"items": [
|
|
721
|
+
{
|
|
722
|
+
"op": "cmp",
|
|
723
|
+
"field": null,
|
|
724
|
+
"fieldName": "Related dataset type",
|
|
725
|
+
"operator": "contains",
|
|
726
|
+
"value": "elastic",
|
|
727
|
+
"valueIsField": false,
|
|
728
|
+
"isEmpty": false
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"op": "cmp",
|
|
732
|
+
"field": null,
|
|
733
|
+
"fieldName": "Related dataset type",
|
|
734
|
+
"operator": "contains",
|
|
735
|
+
"value": "kibana",
|
|
736
|
+
"valueIsField": false,
|
|
737
|
+
"isEmpty": false
|
|
738
|
+
}
|
|
739
|
+
]
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"op": "cmp",
|
|
743
|
+
"field": null,
|
|
744
|
+
"fieldName": "Related dataset type",
|
|
745
|
+
"operator": "==",
|
|
746
|
+
"value": "elasticError",
|
|
747
|
+
"valueIsField": false,
|
|
748
|
+
"isEmpty": false
|
|
749
|
+
}
|
|
750
|
+
]
|
|
751
|
+
},
|
|
752
|
+
"source": {
|
|
753
|
+
"kind": "static",
|
|
754
|
+
"options": [
|
|
755
|
+
{
|
|
756
|
+
"id": "@timestamp",
|
|
757
|
+
"label": "Timestamp"
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"id": "@version",
|
|
761
|
+
"label": "Version"
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"id": "_id",
|
|
765
|
+
"label": "_ID"
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"id": "_index",
|
|
769
|
+
"label": "_Index"
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"id": "code",
|
|
773
|
+
"label": "Error code"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"id": "fullText_html",
|
|
777
|
+
"label": "Text html"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"id": "key",
|
|
781
|
+
"label": "Error key"
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"id": "msg_base64",
|
|
785
|
+
"label": "Base 64"
|
|
786
|
+
}
|
|
787
|
+
]
|
|
788
|
+
}
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"when": {
|
|
792
|
+
"op": "and",
|
|
793
|
+
"items": [
|
|
794
|
+
{
|
|
795
|
+
"op": "or",
|
|
796
|
+
"items": [
|
|
797
|
+
{
|
|
798
|
+
"op": "cmp",
|
|
799
|
+
"field": null,
|
|
800
|
+
"fieldName": "Related dataset type",
|
|
801
|
+
"operator": "contains",
|
|
802
|
+
"value": "elastic",
|
|
803
|
+
"valueIsField": false,
|
|
804
|
+
"isEmpty": false
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"op": "cmp",
|
|
808
|
+
"field": null,
|
|
809
|
+
"fieldName": "Related dataset type",
|
|
810
|
+
"operator": "contains",
|
|
811
|
+
"value": "kibana",
|
|
812
|
+
"valueIsField": false,
|
|
813
|
+
"isEmpty": false
|
|
814
|
+
}
|
|
815
|
+
]
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"op": "cmp",
|
|
819
|
+
"field": null,
|
|
820
|
+
"fieldName": "Related dataset type",
|
|
821
|
+
"operator": "==",
|
|
822
|
+
"value": "elasticGcMessages",
|
|
823
|
+
"valueIsField": false,
|
|
824
|
+
"isEmpty": false
|
|
825
|
+
}
|
|
826
|
+
]
|
|
827
|
+
},
|
|
828
|
+
"source": {
|
|
829
|
+
"kind": "static",
|
|
830
|
+
"options": [
|
|
831
|
+
{
|
|
832
|
+
"id": "endpoint.originCase",
|
|
833
|
+
"label": "Endpoint - origin case"
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"id": "completed",
|
|
837
|
+
"label": "Completed"
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"id": "received",
|
|
841
|
+
"label": "Received"
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"id": "account",
|
|
845
|
+
"label": "Account"
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"id": "duration",
|
|
849
|
+
"label": "Duration"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"id": "input",
|
|
853
|
+
"label": "Input"
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"id": "output",
|
|
857
|
+
"label": "Output"
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"id": "target.platform",
|
|
861
|
+
"label": "Target platform"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"id": "target.type",
|
|
865
|
+
"label": "Target type"
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"id": "target.url",
|
|
869
|
+
"label": "Target Url"
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"id": "_id",
|
|
873
|
+
"label": "_ID"
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"id": "_index",
|
|
877
|
+
"label": "_Index"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"id": "@timestamp",
|
|
881
|
+
"label": "Timestamp"
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"id": "@version",
|
|
885
|
+
"label": "Version"
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"id": "application",
|
|
889
|
+
"label": "Application"
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"id": "context",
|
|
893
|
+
"label": "Context"
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"id": "endpoint.allowAnonymous",
|
|
897
|
+
"label": "Endpoint - allow anonymous"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"id": "endpoint.allowedIps",
|
|
901
|
+
"label": "Endpoint - allowed ips"
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"id": "endpoint.id",
|
|
905
|
+
"label": "Endpoint - id"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"id": "endpoint.path",
|
|
909
|
+
"label": "Endpoint - path"
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"id": "endpoint.type",
|
|
913
|
+
"label": "Endpoint - type"
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"id": "fullUrl",
|
|
917
|
+
"label": "Full Url"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"id": "headers.accept",
|
|
921
|
+
"label": "Headers - accept"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"id": "headers.accept-encoding",
|
|
925
|
+
"label": "Headers - accept encoding"
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"id": "headers.accept-language",
|
|
929
|
+
"label": "Headers - accept language"
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"id": "headers.authorization",
|
|
933
|
+
"label": "Headers - authorization"
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"id": "headers.content-length",
|
|
937
|
+
"label": "Headers - content length"
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"id": "headers.content-type",
|
|
941
|
+
"label": "Headers - content type"
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"id": "headers.host",
|
|
945
|
+
"label": "Headers - host"
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"id": "headers.postman-token",
|
|
949
|
+
"label": "Headers - postman token"
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"id": "headers.user-agent",
|
|
953
|
+
"label": "Headers - User agent"
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"id": "headers.x-forwarded-for",
|
|
957
|
+
"label": "Headers - x-forwarded-for"
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"id": "headers.x-forwarded-proto",
|
|
961
|
+
"label": "Headers - x-forwarded-proto"
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"id": "headers.x-some-optional-extra-header",
|
|
965
|
+
"label": "Headers - x-some-optional-extra-header"
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"id": "host",
|
|
969
|
+
"label": "Host"
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
"id": "hostname",
|
|
973
|
+
"label": "Hostname"
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"id": "ip",
|
|
977
|
+
"label": "Ip"
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"id": "level",
|
|
981
|
+
"label": "Level"
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"id": "message",
|
|
985
|
+
"label": "Message"
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"id": "name",
|
|
989
|
+
"label": "Name"
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"id": "performanceLog",
|
|
993
|
+
"label": "performance Log"
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"id": "pid",
|
|
997
|
+
"label": "Pid"
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"id": "requestId",
|
|
1001
|
+
"label": "Request id"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"id": "responseCode",
|
|
1005
|
+
"label": "Response Code"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"id": "souce",
|
|
1009
|
+
"label": "Source"
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
"id": "sourceIP",
|
|
1013
|
+
"label": "sourceIP"
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"id": "tags",
|
|
1017
|
+
"label": "Tags"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"id": "type",
|
|
1021
|
+
"label": "Type"
|
|
1022
|
+
}
|
|
1023
|
+
]
|
|
1024
|
+
}
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"when": {
|
|
1028
|
+
"op": "and",
|
|
1029
|
+
"items": [
|
|
1030
|
+
{
|
|
1031
|
+
"op": "or",
|
|
1032
|
+
"items": [
|
|
1033
|
+
{
|
|
1034
|
+
"op": "cmp",
|
|
1035
|
+
"field": null,
|
|
1036
|
+
"fieldName": "Related dataset type",
|
|
1037
|
+
"operator": "contains",
|
|
1038
|
+
"value": "elastic",
|
|
1039
|
+
"valueIsField": false,
|
|
1040
|
+
"isEmpty": false
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"op": "cmp",
|
|
1044
|
+
"field": null,
|
|
1045
|
+
"fieldName": "Related dataset type",
|
|
1046
|
+
"operator": "contains",
|
|
1047
|
+
"value": "kibana",
|
|
1048
|
+
"valueIsField": false,
|
|
1049
|
+
"isEmpty": false
|
|
1050
|
+
}
|
|
1051
|
+
]
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"op": "cmp",
|
|
1055
|
+
"field": null,
|
|
1056
|
+
"fieldName": "Related dataset type",
|
|
1057
|
+
"operator": "==",
|
|
1058
|
+
"value": "elasticPlatformMessages",
|
|
1059
|
+
"valueIsField": false,
|
|
1060
|
+
"isEmpty": false
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"op": "cmp",
|
|
1064
|
+
"field": null,
|
|
1065
|
+
"fieldName": "Related dataset type",
|
|
1066
|
+
"operator": "!=",
|
|
1067
|
+
"value": "elasticError",
|
|
1068
|
+
"valueIsField": false,
|
|
1069
|
+
"isEmpty": false
|
|
1070
|
+
}
|
|
1071
|
+
]
|
|
1072
|
+
},
|
|
1073
|
+
"source": {
|
|
1074
|
+
"kind": "static",
|
|
1075
|
+
"options": [
|
|
1076
|
+
{
|
|
1077
|
+
"id": "@timestamp",
|
|
1078
|
+
"label": "Timestamp"
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"id": "@version",
|
|
1082
|
+
"label": "Version"
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"id": "_id",
|
|
1086
|
+
"label": "_ID"
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"id": "_index",
|
|
1090
|
+
"label": "_Index"
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"id": "message",
|
|
1094
|
+
"label": "Message (json)"
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"id": "headers.worker",
|
|
1098
|
+
"label": "Worker"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"id": "headers.statusDetails",
|
|
1102
|
+
"label": "Status details"
|
|
1103
|
+
}
|
|
1104
|
+
]
|
|
1105
|
+
}
|
|
1106
|
+
}
|
|
1107
|
+
]
|
|
1108
|
+
},
|
|
1109
|
+
"fieldType": {
|
|
1110
|
+
"baseline": "MAY",
|
|
1111
|
+
"setValueWhen": [
|
|
1112
|
+
{
|
|
1113
|
+
"when": {
|
|
1114
|
+
"op": "or",
|
|
1115
|
+
"items": [
|
|
1116
|
+
{
|
|
1117
|
+
"op": "cmp",
|
|
1118
|
+
"field": null,
|
|
1119
|
+
"fieldName": "Related dataset type",
|
|
1120
|
+
"operator": "contains",
|
|
1121
|
+
"value": "elastic",
|
|
1122
|
+
"valueIsField": false,
|
|
1123
|
+
"isEmpty": false
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"op": "cmp",
|
|
1127
|
+
"field": null,
|
|
1128
|
+
"fieldName": "Related dataset type",
|
|
1129
|
+
"operator": "contains",
|
|
1130
|
+
"value": "kibana",
|
|
1131
|
+
"valueIsField": false,
|
|
1132
|
+
"isEmpty": false
|
|
1133
|
+
}
|
|
1134
|
+
]
|
|
1135
|
+
},
|
|
1136
|
+
"value": "external"
|
|
1137
|
+
}
|
|
261
1138
|
]
|
|
262
1139
|
},
|
|
263
1140
|
"aggregationOperation": {
|
|
@@ -624,6 +1501,320 @@
|
|
|
624
1501
|
"valueIsField": false,
|
|
625
1502
|
"isEmpty": false
|
|
626
1503
|
}
|
|
1504
|
+
],
|
|
1505
|
+
"optionsWhen": [
|
|
1506
|
+
{
|
|
1507
|
+
"when": {
|
|
1508
|
+
"op": "and",
|
|
1509
|
+
"items": [
|
|
1510
|
+
{
|
|
1511
|
+
"op": "cmp",
|
|
1512
|
+
"field": "fieldType",
|
|
1513
|
+
"fieldName": "Field type",
|
|
1514
|
+
"operator": "in",
|
|
1515
|
+
"value": "[\"caseMetaData\",\"dataHistory\"]",
|
|
1516
|
+
"valueIsField": false,
|
|
1517
|
+
"isEmpty": false
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"op": "cmp",
|
|
1521
|
+
"field": "fieldType",
|
|
1522
|
+
"fieldName": "Field type",
|
|
1523
|
+
"operator": "==",
|
|
1524
|
+
"value": "caseMetaData",
|
|
1525
|
+
"valueIsField": false,
|
|
1526
|
+
"isEmpty": false
|
|
1527
|
+
}
|
|
1528
|
+
]
|
|
1529
|
+
},
|
|
1530
|
+
"source": {
|
|
1531
|
+
"kind": "static",
|
|
1532
|
+
"options": [
|
|
1533
|
+
{
|
|
1534
|
+
"id": "caseid",
|
|
1535
|
+
"label": "Case ID"
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
"id": "casetype",
|
|
1539
|
+
"label": "Casetype"
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
"id": "CopyDate",
|
|
1543
|
+
"label": "Copy date"
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
"id": "CopyOfCaseID",
|
|
1547
|
+
"label": "Copy of caseID"
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"id": "dateCreated",
|
|
1551
|
+
"label": "Date created"
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"id": "dateFinished",
|
|
1555
|
+
"label": "Date closed"
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"id": "id",
|
|
1559
|
+
"label": "ID"
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
"id": "origin",
|
|
1563
|
+
"label": "Origin"
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
"id": "lastModified",
|
|
1567
|
+
"label": "Last modified"
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"id": "parentCase",
|
|
1571
|
+
"label": "Parent case"
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"id": "reference",
|
|
1575
|
+
"label": "Reference"
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
"id": "requestor",
|
|
1579
|
+
"label": "Requestor"
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"id": "src",
|
|
1583
|
+
"label": "Source ID"
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
"id": "related",
|
|
1587
|
+
"label": "Related cases"
|
|
1588
|
+
}
|
|
1589
|
+
]
|
|
1590
|
+
}
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"when": {
|
|
1594
|
+
"op": "and",
|
|
1595
|
+
"items": [
|
|
1596
|
+
{
|
|
1597
|
+
"op": "cmp",
|
|
1598
|
+
"field": "fieldType",
|
|
1599
|
+
"fieldName": "Field type",
|
|
1600
|
+
"operator": "in",
|
|
1601
|
+
"value": "[\"caseMetaData\",\"dataHistory\"]",
|
|
1602
|
+
"valueIsField": false,
|
|
1603
|
+
"isEmpty": false
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"op": "cmp",
|
|
1607
|
+
"field": "fieldType",
|
|
1608
|
+
"fieldName": "Field type",
|
|
1609
|
+
"operator": "!=",
|
|
1610
|
+
"value": "caseMetaData",
|
|
1611
|
+
"valueIsField": false,
|
|
1612
|
+
"isEmpty": false
|
|
1613
|
+
}
|
|
1614
|
+
]
|
|
1615
|
+
},
|
|
1616
|
+
"source": {
|
|
1617
|
+
"kind": "static",
|
|
1618
|
+
"options": [
|
|
1619
|
+
{
|
|
1620
|
+
"id": "value",
|
|
1621
|
+
"label": "Value"
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1624
|
+
"id": "caseid",
|
|
1625
|
+
"label": "Caseid"
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"id": "attribute",
|
|
1629
|
+
"label": "Attribute"
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"id": "attributename",
|
|
1633
|
+
"label": "Attribute name (current)"
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"id": "dateCreated",
|
|
1637
|
+
"label": "Date created"
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"id": "dateDeleted",
|
|
1641
|
+
"label": "Date deleted"
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"id": "deletedflag",
|
|
1645
|
+
"label": "Deleted"
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"id": "id",
|
|
1649
|
+
"label": "Id"
|
|
1650
|
+
}
|
|
1651
|
+
]
|
|
1652
|
+
}
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"when": {
|
|
1656
|
+
"op": "cmp",
|
|
1657
|
+
"field": "fieldType",
|
|
1658
|
+
"fieldName": "Field type",
|
|
1659
|
+
"operator": "==",
|
|
1660
|
+
"value": "activityMetadata",
|
|
1661
|
+
"valueIsField": false,
|
|
1662
|
+
"isEmpty": false
|
|
1663
|
+
},
|
|
1664
|
+
"source": {
|
|
1665
|
+
"kind": "static",
|
|
1666
|
+
"options": [
|
|
1667
|
+
{
|
|
1668
|
+
"id": "hideInTaskList",
|
|
1669
|
+
"label": "Hide in tasklist"
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
"id": "id",
|
|
1673
|
+
"label": "ID"
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"id": "name",
|
|
1677
|
+
"label": "Name"
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
"id": "alternativeName",
|
|
1681
|
+
"label": "Alternative name"
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"id": "tag",
|
|
1685
|
+
"label": "Tag OUD niet ondersteund in L2"
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
"id": "tags",
|
|
1689
|
+
"label": "Tags"
|
|
1690
|
+
}
|
|
1691
|
+
]
|
|
1692
|
+
}
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"when": {
|
|
1696
|
+
"op": "cmp",
|
|
1697
|
+
"field": "fieldType",
|
|
1698
|
+
"fieldName": "Field type",
|
|
1699
|
+
"operator": "==",
|
|
1700
|
+
"value": "taskMetaData",
|
|
1701
|
+
"valueIsField": false,
|
|
1702
|
+
"isEmpty": false
|
|
1703
|
+
},
|
|
1704
|
+
"source": {
|
|
1705
|
+
"kind": "static",
|
|
1706
|
+
"options": [
|
|
1707
|
+
{
|
|
1708
|
+
"id": "activityid",
|
|
1709
|
+
"label": "Activity id"
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"id": "actor",
|
|
1713
|
+
"label": "Actor"
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
"id": "rootActor",
|
|
1717
|
+
"label": "Root actor"
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"id": "caseid",
|
|
1721
|
+
"label": "Case id"
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"id": "createdCase",
|
|
1725
|
+
"label": "Created case"
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
"id": "dateSubmitted",
|
|
1729
|
+
"label": "Date submitted"
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
"id": "dateCancelled",
|
|
1733
|
+
"label": "Date cancelled"
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"id": "dateCreated",
|
|
1737
|
+
"label": "Date created"
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"id": "dateDue",
|
|
1741
|
+
"label": "Date due"
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"id": "dateDueStatus",
|
|
1745
|
+
"label": "Date due status"
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
"id": "dateFinished",
|
|
1749
|
+
"label": "Date finished"
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"id": "id",
|
|
1753
|
+
"label": "Task id"
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"id": "isevent",
|
|
1757
|
+
"label": "Event"
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"id": "timedeventtime",
|
|
1761
|
+
"label": "Timed event time"
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"id": "suggestedBy",
|
|
1765
|
+
"label": "Suggested by"
|
|
1766
|
+
}
|
|
1767
|
+
]
|
|
1768
|
+
}
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"when": {
|
|
1772
|
+
"op": "cmp",
|
|
1773
|
+
"field": "fieldType",
|
|
1774
|
+
"fieldName": "Field type",
|
|
1775
|
+
"operator": "==",
|
|
1776
|
+
"value": "taskqueueMetaData",
|
|
1777
|
+
"valueIsField": false,
|
|
1778
|
+
"isEmpty": false
|
|
1779
|
+
},
|
|
1780
|
+
"source": {
|
|
1781
|
+
"kind": "static",
|
|
1782
|
+
"options": [
|
|
1783
|
+
{
|
|
1784
|
+
"id": "id",
|
|
1785
|
+
"label": "Order"
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"id": "caseid",
|
|
1789
|
+
"label": "Case identifier"
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"id": "state",
|
|
1793
|
+
"label": "State"
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"id": "result",
|
|
1797
|
+
"label": "Result"
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"id": "dateSubmitted",
|
|
1801
|
+
"label": "Date processed"
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"id": "dateFinished",
|
|
1805
|
+
"label": "Date closed"
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"id": "queue",
|
|
1809
|
+
"label": "Queue"
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"id": "isonqueue",
|
|
1813
|
+
"label": "Is on queue"
|
|
1814
|
+
}
|
|
1815
|
+
]
|
|
1816
|
+
}
|
|
1817
|
+
}
|
|
627
1818
|
]
|
|
628
1819
|
}
|
|
629
1820
|
}
|