How to export previous logs in Stackdriver

前端 未结 4 1597
长情又很酷
长情又很酷 2021-02-19 02:43

I have a log in Stackdriver that logs every request goes into my api and failed, and I want to write a script to count on the number of times each error message appears. The pro

4条回答
  •  日久生厌
    2021-02-19 03:40

    If you want to pull existing log data, you'll need to use the API to list entries: https://cloud.google.com/logging/docs/reference/v2/rest/v2/entries/list

    You can do this directly from the API documentation page if you only need a one time solution.

提交回复
热议问题