@Abhay Chandramouli Unfortunately this is the expected behavior by the Log Analytics connector. You can try leveraging the Data Collector REST API over native HTTP connector.
Azure Log Analytics
Abhay Chandramouli
1,031
Reputation points
I am trying to send data from Logic Apps (Send Data Connector) to Log Analytics
I am sending a basic json
{
"name":"Azure",
"nes":{
"nes1":"val"
}
}
in log analytics workspace, I am seeing that all keys in my json have been split and are now different columns
I want one column in which I am able to see my entire json payload which I sent from Logic Apps to Log Analytics
Please help.