Daniel
Daniel

Reputation: 9829

Link to application insights search by URL parameter

is it possible to start application insights search by URL parameter?

see the picture below: I like to generate a link to start the search:

enter image description here

something like: https://<applicatoinInsightsUrl>?search=b4eb0000-f22e-18db-fc92-08d81c2df34d

Upvotes: 1

Views: 1163

Answers (1)

Ivan Glasenberg
Ivan Glasenberg

Reputation: 29940

No, you cannot.

Actually, when you use search from portal, it calls the application insights get query rest api in the backend. And it also auto-generates a token for the authentication(if you already logged in azure portal).

So just a simple url plus search="xxx" will do nothing. You can consider using get query api.

Upvotes: 1

Related Questions