User Profile
krishnachandar
Copper Contributor
Joined 6 years ago
User Widgets
Recent Discussions
Re: How to programmatically generate a link to open an App Insights KQL query?
hspinto Thanks again for the reply. My question may be silly. Not sure what zip means. Can we zip from client side i.e., from javascript / angular? Is encode mean encodeURI() method from javascript? Any help by providing sample code to zip and encode from javascript / angular would be really helpful. The reason for seeking this help is I need to prepare query dynamically and open Application Insights Instance from Angular. Please help me in this regard. Thank you in Advance!10KViews0likes5CommentsRe: How to programmatically generate a link to open an App Insights KQL query?
hspinto Thanks for your answer and it was really helpful. Unfortunately My query was more than 1600 characters and I have tried encodeurl to my query and try to open Application Instance I am getting 'The query provided in the URL was in an incorrect format'. Error. My Encoded URL query looks below: union%20exceptions%2C%20traces%20%7C%20order%20by%20timestamp%20%7C%20extend%20EAICode%20%3D%20tostring(customDimensions.%5B%22EAI%20Code%22%5D)%20%7C%20extend%20EventId%20%3D%20tostring(customDimensions.EventId)%20%7C%20extend%20User%20%3D%20tostring(customDimensions.UserId)%20%7C%20extend%20IsError%20%3D%20tostring(customDimensions.IsError)%20%7C%20extend%20Exception%20%3D%20tostring(details%5B0%5D.type)%20%7C%20project%20TimeStamp%20%3D%20timestamp%2C%20TransactionId%20%3D%20operation_Id%2C%20ParentServiceId%20%3D%20operation_ParentId%2C%20EventId%2C%20operation_Name%2C%20cloud_RoleName%2C%20cloud_RoleInstance%2C%20message%2C%20EAICode%2C%20IsError%2C%20Exception%20%7C%20where%20EventId%20%3D%3D%22578%22 Could you please help me in encoding my query string?10KViews0likes7Comments
Recent Blog Articles
No content to show