1

How could I parse the json array in Kusto?

Here is what I tried:

customEvents
| where name == "myname"
| project a = parse_json(customDimensions.Content)
| extend b = a[0].Section;

enter image description here

But as you can see the b still remains empty and never gets initialized to the Section value. While, according to the KQL documentation it should work.

manymanymore
  • 2,251
  • 3
  • 26
  • 48

0 Answers0