You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/analytics/analytics-integrations/looker.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Before sending your Cloudflare log data to Looker, make sure that you:
26
26
:::note[Note]
27
27
28
28
29
-
Cloudflare logs are HTTP/HTTPS request logs in JSON format and are gathered from our 200+ data centers globally. By default, timestamps are returned as Unix nanosecond integers. We recommend using the RFC 3339 format for sending logs to Looker.
29
+
Cloudflare logs are HTTP/HTTPS request logs in JSON format and are gathered from our 200+ data centers globally. By default, timestamps are returned as UNIX nanosecond integers. We recommend using the RFC 3339 format for sending logs to Looker.
30
30
31
31
32
32
:::
@@ -147,8 +147,8 @@ Available Filters:
147
147
148
148
With the following pre-set filter values in the Looker dashboards all workers subrequests and client request method PURGE are excluded from the calculations:
149
149
150
-
***WorkerSubrequet** set to value *False*
150
+
***WorkerSubrequest** set to value *False*
151
151
152
-
***ClientRequestMethod** doesn’t equal to *PURGE*
152
+
***ClientRequestMethod** doesn't equal to *PURGE*
153
153
154
154
You can always adjust your default filters values according to your needs.
0 commit comments