We have a message column value as below,
Query Value : { prop1 : "value1", prop2 : "value2" }
Want to display the projection of the Kusto query as below,
message | Property1 | Property2 |
---|---|---|
Query Value :{ prop1 : “V1”, prop2 : “V2”} | V1 | V2 |
Is this achievable?