0
votes

We are using Azure Monitor custom logs to collect logs from several applications. For pushing data we are using Data Collector API which is well documented.

Is there a REST API that allows to search custom logs?

2

2 Answers

1
votes

Surely you can use the application insights api to search your custom logs.

GET /v1/apps/{appId}/metrics/{metricId}