Kusto Bag Unpack
To toally flatten a json object after using mv-expand
in kusto you can use the bag-unpack
function.
FOO
| mv-expand(bar)
| evaluate bag-unpack(baz)
To toally flatten a json object after using mv-expand
in kusto you can use the bag-unpack
function.
FOO
| mv-expand(bar)
| evaluate bag-unpack(baz)