79296700

Date: 2024-12-20 09:10:14
Score: 0.5
Natty:
Report link

A workaround would be the following. Note that the main drawback is that you ll lose Column auto-complete because evaluate bag_unpack() hasn't a fixed schema.

SecurityEvent
| limit 10
| extend packed = pack_all()
| project-keep packed
| evaluate bag_unpack(packed, "myprefix")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: nonayme