- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 1.2k
 
Open
Description
is it possible to open a log that looks like:
[
  {
    "httpRequest": {
      "latency": "0.000186s",
      "protocol": "https",
      "remoteIp": "185.xxx.xx.xx",
      "requestMethod": "GET",
      "requestUrl": "https://the-site.com",
      "responseSize": "24162",
      "status": 200,
      "userAgent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Mobile Safari/537.36"
    },
    "insertId": "2025-10-26T18:42:4149625",
    "jsonPayload": {
      "@type": "type.googleapis.com/google.firebase.hosting.v1beta1.logging.v1.Payload",
      "billable": true,
      "contentType": "text/html; charset=utf-8",
      "hostname": "the-site.com",
      "remoteIpCity": "velizy-villacoublay",
      "remoteIpCountry": "FR"
    },
    "logName": "projects/the-project/logs/firebasehosting.googleapis.com%2Fwebrequests",
    "receiveTimestamp": "2025-10-26T18:51:52.509922791Z",
    "resource": {
      "labels": {
        "domain_name": "the-site.com",
        "project_id": "the-project",
        "site_name": "the-site"
      },
      "type": "firebase_domain"
    },
    "timestamp": "2025-10-26T18:42:41Z"
  }
]
it is from the Google Logs Explorer