Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Log Analytics - Response size too large

I'm using Log Analytics api on my dashboard and until a week ago it was working very nice, but then some api suddenly stopped working, with this error:

 

{
  "error": {
    "message": "Response size too large",
    "code": "ResponseSizeError",
    "correlationId": "552a4fc6-dcd1-4d21-9fd0-d6523dd4af77",
    "innererror": {
      "code": "ResponseSizeError",
      "message": "Maximum response size of 67108864 bytes exceeded. Actual response Size is 70694713 bytes."
    }
  }
}

 

Is it real the limit of 67MB in web.contents?

 

Is there any workaround to avoi the limit of 67 MB?

  • Hi Anonymous 

    This looks like an error generated by Log Analytics, not an error from Web.Contents.  Maybe your API request is creating a response that exceeds the max data limit allowed to be returned by the API - check the API documentation.

    regards

    Phil

2 Replies

  • Hi Anonymous 

    This looks like an error generated by Log Analytics, not an error from Web.Contents.  Maybe your API request is creating a response that exceeds the max data limit allowed to be returned by the API - check the API documentation.

    regards

    Phil

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi PhilipTreacy , 

      you are right.

      The limit is from the Log Analytics API.

      Thank you