Skip to content

Commit f4a00b7

Browse files
Maddy-CloudflareOxyjun
authored andcommitted
[Log Explorer] Updates (cloudflare#23117)
* [Log Explorer] Updates * Fix link * Update src/content/docs/log-explorer/manage-datasets.mdx Co-authored-by: Jun Lee <[email protected]> --------- Co-authored-by: Jun Lee <[email protected]>
1 parent 779f35b commit f4a00b7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

src/content/docs/log-explorer/custom-dashboards.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ After creating your dashboard, to view your saved dashboards, select **Back to a
9898
For each chart, you can:
9999

100100
- Review related traffic in [Security Analytics](/waf/analytics/security-analytics/).
101-
- Explore detailed logs in [Log Explorer](/logs/log-explorer/).
101+
- Explore detailed logs in [Log Search](/log-explorer/log-search/).
102102

103103
This ensures deeper insights into your application's security, performance, and usage patterns.

src/content/docs/log-explorer/log-search.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ WHERE
144144

145145
### Which fields (or columns) are available for querying?
146146

147-
All fields listed in [Log Fields](/logs/reference/log-fields/) for the [supported datasets](/log-explorer/manage-datasets/#supported-datasets) are viewable in Log Explorer. For filtering, only fields with simple values, such as those of type `bool`, `int`, `float`, or `string` are supported. Fields with key-value pairs are currently not supported. For example, you cannot use the fields `RequestHeaders` and `Cookies` from the HTTP requests dataset in a filter.
147+
All fields listed in [Log Fields](/logs/reference/log-fields/) for the [supported datasets](/log-explorer/manage-datasets/#supported-datasets) are viewable in Log Explorer.
148148

149149
### Why does my query not complete or time out?
150150

@@ -156,7 +156,7 @@ Log Explorer starts ingesting logs from the moment you enable the dataset. It wi
156156

157157
### My query returned an error. How do I figure out what went wrong?
158158

159-
We are actively working on improving error codes. If you receive a generic error, check your SQL syntax (if you are using the custom SQL feature), make sure you have included a date and a limit, and that the field you are filtering is not a key-value pair. If the query still fails it is likely timing out. Try refining your filters.
159+
We are actively working on improving error codes. If you receive a generic error, check your SQL syntax (if you are using the custom SQL feature), make sure you have included a date and a limit. If the query still fails it is likely timing out. Try refining your filters.
160160

161161
### Where is the data stored?
162162

src/content/docs/log-explorer/manage-datasets.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Log Explorer currently supports the following datasets:
1515

1616
- [HTTP requests](/logs/reference/log-fields/zone/http_requests/) (`FROM http_requests`)
1717
- [Firewall events](/logs/reference/log-fields/zone/firewall_events/) (`FROM firewall_events`)
18+
- [Access](/cloudflare-one/policies/access/)
19+
- [CASB](/cloudflare-one/applications/casb/)
20+
- [Secure Web Gateway](/cloudflare-one/policies/gateway/)
21+
- [WARP](/warp-client/)
1822

1923
## Enable Log Explorer
2024

0 commit comments

Comments
 (0)