Azure Log Analytics

Abhay Chandramouli 1,031 Reputation points
2023-02-15T15:56:01.7566667+00:00

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.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,392 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,866 Reputation points
    2023-03-02T06:12:02.4633333+00:00

    @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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.