<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Cloudflare changelogs | Log Explorer</title><description>Cloudflare changelogs for Log Explorer</description><link>https://developers.cloudflare.com/changelog/</link><item><title>Log Explorer - Ingest field selection for Log Explorer</title><link>https://developers.cloudflare.com/changelog/post/2026-03-11-ingest-field-selection/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2026-03-11-ingest-field-selection/</guid><description>&lt;p&gt;Cloudflare Log Explorer now allows you to customize exactly which data fields are ingested and stored when enabling or managing log datasets.&lt;/p&gt;
&lt;p&gt;Previously, ingesting logs often meant taking an &quot;all or nothing&quot; approach to data fields. With &lt;strong&gt;Ingest Field Selection&lt;/strong&gt;, you can now choose from a list of available and recommended fields for each dataset. This allows you to reduce noise, focus on the metrics that matter most to your security and performance analysis, and manage your data footprint more effectively.&lt;/p&gt;
&lt;h4&gt;Key capabilities&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Granular control:&lt;/strong&gt; Select only the specific fields you need when enabling a new dataset.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dynamic updates:&lt;/strong&gt; Update fields for existing, already enabled logstreams at any time.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Historical consistency:&lt;/strong&gt; Even if you disable a field later, you can still query and receive results for that field for the period it was captured.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Data integrity:&lt;/strong&gt; Core fields, such as &lt;code&gt;Timestamp&lt;/code&gt;, are automatically retained to ensure your logs remain searchable and chronologically accurate.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Example configuration&lt;/h4&gt;
&lt;p&gt;When configuring a dataset via the dashboard or API, you can define a specific set of fields. The &lt;code&gt;Timestamp&lt;/code&gt; field remains mandatory to ensure data indexability.&lt;/p&gt;
&lt;div&gt;&lt;figure&gt;&lt;pre data-language=&quot;json&quot;&gt;&lt;code class=&quot;language-json&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;span&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span&gt;  &lt;/span&gt;&lt;span&gt;&quot;&lt;/span&gt;&lt;span&gt;dataset&lt;/span&gt;&lt;span&gt;&quot;&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;&quot;firewall_events&quot;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span&gt;  &lt;/span&gt;&lt;span&gt;&quot;&lt;/span&gt;&lt;span&gt;enabled&lt;/span&gt;&lt;span&gt;&quot;&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;true&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span&gt;  &lt;/span&gt;&lt;span&gt;&quot;&lt;/span&gt;&lt;span&gt;fields&lt;/span&gt;&lt;span&gt;&quot;&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;[&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span&gt;    &lt;/span&gt;&lt;span&gt;&quot;Timestamp&quot;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span&gt;    &lt;/span&gt;&lt;span&gt;&quot;ClientRequestHost&quot;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span&gt;    &lt;/span&gt;&lt;span&gt;&quot;ClientIP&quot;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span&gt;    &lt;/span&gt;&lt;span&gt;&quot;Action&quot;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span&gt;    &lt;/span&gt;&lt;span&gt;&quot;EdgeResponseStatus&quot;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span&gt;    &lt;/span&gt;&lt;span&gt;&quot;OriginResponseStatus&quot;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span&gt;  &lt;/span&gt;&lt;span&gt;]&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/div&gt;
&lt;p&gt;For more information, refer to the &lt;a href=&quot;https://developers.cloudflare.com/log-explorer/&quot;&gt;Log Explorer documentation&lt;/a&gt;.&lt;/p&gt;</description><pubDate>Wed, 11 Mar 2026 00:00:00 GMT</pubDate><product>Log Explorer</product><category>Log Explorer</category></item><item><title>Log Explorer - Tabs and pivots</title><link>https://developers.cloudflare.com/changelog/post/2026-02-09-tabs-and-pivots/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2026-02-09-tabs-and-pivots/</guid><description>&lt;p&gt;Log Explorer now supports multiple concurrent queries with the new Tabs feature. Work with multiple queries simultaneously and pivot between datasets to investigate malicious activity more effectively.&lt;/p&gt;
&lt;h4&gt;Key capabilities&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Multiple tabs:&lt;/strong&gt; Open and switch between multiple query tabs to compare results across different datasets.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Quick filtering:&lt;/strong&gt; Select the filter button from query results to add a value as a filter to your current query.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Pivot to new tab:&lt;/strong&gt; Use Cmd + click on the filter button to start a new query tab with that filter applied.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Preserved progress:&lt;/strong&gt; Your query progress is preserved on each tab if you navigate away and return.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information, refer to the &lt;a href=&quot;https://developers.cloudflare.com/log-explorer/&quot;&gt;Log Explorer documentation&lt;/a&gt;.&lt;/p&gt;</description><pubDate>Mon, 09 Feb 2026 00:00:00 GMT</pubDate><product>Log Explorer</product><category>Log Explorer</category></item><item><title>Log Explorer - Fixed custom SQL date picker inconsistencies</title><link>https://developers.cloudflare.com/changelog/post/2025-11-13-fixed-custom-date/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2025-11-13-fixed-custom-date/</guid><description>&lt;p&gt;We&apos;ve resolved a bug in Log Explorer that caused inconsistencies between the custom SQL date field filters and the date picker dropdown. Previously, users attempting to filter logs based on a custom date field via a SQL query sometimes encountered unexpected results or mismatching dates when using the interactive date picker.&lt;/p&gt;
&lt;p&gt;This fix ensures that the custom SQL date field filters now align correctly with the selection made in the date picker dropdown, providing a reliable and predictable filtering experience for your log data. This is particularly important for users creating custom log views based on time-sensitive fields.&lt;/p&gt;</description><pubDate>Thu, 13 Nov 2025 00:00:00 GMT</pubDate><product>Log Explorer</product><category>Log Explorer</category></item><item><title>Log Explorer - Log Explorer adds 14 new datasets</title><link>https://developers.cloudflare.com/changelog/post/2025-11-13-new-datasets/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2025-11-13-new-datasets/</guid><description>&lt;p&gt;We&apos;ve significantly enhanced Log Explorer by adding support for 14 additional Cloudflare product datasets.&lt;/p&gt;
&lt;p&gt;This expansion enables Operations and Security Engineers to gain deeper visibility and telemetry across a wider range of Cloudflare services. By integrating these new datasets, users can now access full context to efficiently investigate security incidents, troubleshoot application performance issues, and correlate logged events across different layers (like application and network) within a single interface. This capability is crucial for a complete and cohesive understanding of event flows across your Cloudflare environment.&lt;/p&gt;
&lt;p&gt;The newly supported datasets include:&lt;/p&gt;
&lt;h4&gt;Zone Level&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;Dns_logs&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Nel_reports&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Page_shield_events&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Spectrum_events&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Zaraz_events&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Account Level&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;Audit Logs&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Audit_logs_v2&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Biso_user_actions&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;DNS firewall logs&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Email_security_alerts&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Magic Firewall IDS&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Network Analytics&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Sinkhole HTTP&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;ipsec_logs&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;aside&gt;&lt;p&gt;Note&lt;/p&gt;&lt;div&gt;&lt;p&gt;&lt;code&gt;Auditlog&lt;/code&gt; and &lt;code&gt;Auditlog_v2&lt;/code&gt; datasets require &lt;code&gt;audit-log.read&lt;/code&gt; permission for querying.&lt;/p&gt;&lt;p&gt;The &lt;code&gt;biso_user_actions&lt;/code&gt; dataset requires either the &lt;code&gt;Super Admin&lt;/code&gt; or &lt;code&gt;ZT PII&lt;/code&gt; role for querying.&lt;/p&gt;&lt;/div&gt;&lt;/aside&gt;
&lt;h4&gt;Example: Correlating logs&lt;/h4&gt;
&lt;p&gt;You can now use Log Explorer to query and filter with each of these datasets. For example, you can identify an IP address exhibiting suspicious behavior in the &lt;code&gt;FW_event&lt;/code&gt; logs, and then instantly pivot to the &lt;code&gt;Network Analytics&lt;/code&gt; logs or &lt;code&gt;Access&lt;/code&gt; logs to see its network-level traffic profile or if it bypassed a corporate policy.&lt;/p&gt;
&lt;p&gt;To learn more and get started, refer to the &lt;a href=&quot;https://developers.cloudflare.com/log-explorer/&quot;&gt;Log Explorer documentation&lt;/a&gt; and the &lt;a href=&quot;https://developers.cloudflare.com/logs/&quot;&gt;Cloudflare Logs documentation&lt;/a&gt;.&lt;/p&gt;</description><pubDate>Thu, 13 Nov 2025 00:00:00 GMT</pubDate><product>Log Explorer</product><category>Log Explorer</category></item><item><title>Log Explorer - Resize your custom SQL window in Log Explorer</title><link>https://developers.cloudflare.com/changelog/post/2025-11-11-resize-sql-window/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2025-11-11-resize-sql-window/</guid><description>&lt;p&gt;We&apos;re excited to announce a quality-of-life improvement for Log Explorer users. You can now resize the custom SQL query window to accommodate longer and more complex queries.&lt;/p&gt;
&lt;p&gt;Previously, if you were writing a long custom SQL query, the fixed-size window required excessive scrolling to view the full query. This update allows you to easily drag the bottom edge of the query window to make it taller. This means you can view your entire custom query at once, improving the efficiency and experience of writing and debugging complex queries.&lt;/p&gt;
&lt;p&gt;To learn more and get started, refer to the &lt;a href=&quot;https://developers.cloudflare.com/log-explorer/&quot;&gt;Log Explorer documentation&lt;/a&gt;.&lt;/p&gt;</description><pubDate>Tue, 11 Nov 2025 00:00:00 GMT</pubDate><product>Log Explorer</product><category>Log Explorer</category></item><item><title>Log Explorer - Log Explorer now supports query cancellation</title><link>https://developers.cloudflare.com/changelog/post/2025-11-04-query-cancellation/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2025-11-04-query-cancellation/</guid><description>&lt;p&gt;We&apos;re excited to announce that Log Explorer users can now cancel queries that are currently running.&lt;/p&gt;
&lt;p&gt;This new feature addresses a common pain point: waiting for a long, unintended, or misconfigured query to complete before you can submit a new, correct one. With query cancellation, you can immediately stop the execution of any undesirable query, allowing you to quickly craft and submit a new query, significantly improving your investigative workflow and productivity within Log Explorer.&lt;/p&gt;</description><pubDate>Tue, 04 Nov 2025 00:00:00 GMT</pubDate><product>Log Explorer</product><category>Log Explorer</category></item><item><title>Log Explorer - Log Explorer now shows query result distribution</title><link>https://developers.cloudflare.com/changelog/post/2025-11-13-query-result-distribution/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2025-11-13-query-result-distribution/</guid><description>&lt;p&gt;We&apos;re excited to announce a new feature in Log Explorer that significantly enhances how you analyze query results: the Query results distribution chart.&lt;/p&gt;
&lt;p&gt;This new chart provides a graphical distribution of your results over the time window of the query. Immediately after running a query, you will see the distribution chart above your result table. This visualization allows Log Explorer users to quickly spot trends, identify anomalies, and understand the temporal concentration of log events that match their criteria. For example, you can visually confirm if a spike in traffic or errors occurred at a specific time, allowing you to focus your investigation efforts more effectively. This feature makes it faster and easier to extract meaningful insights from your vast log data.&lt;/p&gt;
&lt;p&gt;The chart will dynamically update to reflect the logs matching your current query.&lt;/p&gt;</description><pubDate>Tue, 04 Nov 2025 00:00:00 GMT</pubDate><product>Log Explorer</product><category>Log Explorer</category></item><item><title>Log Explorer - Contextual pivots</title><link>https://developers.cloudflare.com/changelog/post/2025-09-11-contextual-pivots/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2025-09-11-contextual-pivots/</guid><description>&lt;p&gt;Directly from &lt;a href=&quot;https://developers.cloudflare.com/log-explorer/log-search/&quot;&gt;Log Search&lt;/a&gt; results, customers can pivot to other parts of the Cloudflare dashboard to immediately take action as a result of their investigation.&lt;/p&gt;
&lt;p&gt;From the &lt;code&gt;http_requests&lt;/code&gt; or &lt;code&gt;fw_events&lt;/code&gt; dataset results, right click on an IP Address or JA3 Fingerprint to pivot to the Investigate portal to lookup the reputation of an IP address or JA3 fingerprint.&lt;/p&gt;
&lt;starlight-image-zoom-zoomable&gt;&lt;img src=&quot;https://developers.cloudflare.com/_astro/investigate-ip-address.BMVSMzDi_Z1KASOQ.webp&quot; alt=&quot;Investigate IP address&quot;&gt;&lt;/starlight-image-zoom-zoomable&gt;
&lt;p&gt;Easily learn about error codes by linking directly to our documentation from the &lt;strong&gt;EdgeResponseStatus&lt;/strong&gt; or &lt;strong&gt;OriginResponseStatus&lt;/strong&gt; fields.&lt;/p&gt;
&lt;starlight-image-zoom-zoomable&gt;&lt;img src=&quot;https://developers.cloudflare.com/_astro/view-documentation.Cem5QgeO_Z1vzjwR.webp&quot; alt=&quot;View documentation&quot;&gt;&lt;/starlight-image-zoom-zoomable&gt;
&lt;p&gt;From the &lt;code&gt;gateway_http&lt;/code&gt; dataset, click on a &lt;strong&gt;policyid&lt;/strong&gt; to link directly to the Zero Trust dashboard to review or make changes to a specific Gateway policy.&lt;/p&gt;
&lt;starlight-image-zoom-zoomable&gt;&lt;img src=&quot;https://developers.cloudflare.com/_astro/policyid.CVjEdahj_1GFFHp.webp&quot; alt=&quot;View policy&quot;&gt;&lt;/starlight-image-zoom-zoomable&gt;</description><pubDate>Thu, 11 Sep 2025 00:00:00 GMT</pubDate><product>Log Explorer</product><category>Log Explorer</category></item><item><title>Log Explorer - New results table view</title><link>https://developers.cloudflare.com/changelog/post/2025-09-11-new-results-table-view/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2025-09-11-new-results-table-view/</guid><description>&lt;p&gt;The results table view of &lt;strong&gt;Log Search&lt;/strong&gt; has been updated with additional functionality and a more streamlined user experience. Users can now easily:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Remove/add columns.&lt;/li&gt;
&lt;li&gt;Resize columns.&lt;/li&gt;
&lt;li&gt;Sort columns.&lt;/li&gt;
&lt;li&gt;Copy values from any field.&lt;/li&gt;
&lt;/ul&gt;
&lt;starlight-image-zoom-zoomable&gt;&lt;img src=&quot;https://developers.cloudflare.com/_astro/new-table.C2Q8mWJ9_ZFs2Aq.webp&quot; alt=&quot;New results table view&quot;&gt;&lt;/starlight-image-zoom-zoomable&gt;</description><pubDate>Thu, 11 Sep 2025 00:00:00 GMT</pubDate><product>Log Explorer</product><category>Log Explorer</category></item><item><title>Log Explorer - Logging headers and cookies using custom fields</title><link>https://developers.cloudflare.com/changelog/post/2025-09-03-log-headers-and-cookies/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2025-09-03-log-headers-and-cookies/</guid><description>&lt;p&gt;&lt;a href=&quot;https://developers.cloudflare.com/log-explorer/&quot;&gt;Log Explorer&lt;/a&gt; now supports logging and filtering on header or cookie fields in the &lt;a href=&quot;https://developers.cloudflare.com/logs/logpush/logpush-job/datasets/zone/http_requests/&quot;&gt;&lt;code&gt;http_requests&lt;/code&gt; dataset&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Create a custom field to log desired header or cookie values into the &lt;code&gt;http_requests&lt;/code&gt; dataset and Log Explorer will import these as searchable fields. Once configured, use the custom SQL editor in Log Explorer to view or filter on these requests.&lt;/p&gt;
&lt;starlight-image-zoom-zoomable&gt;&lt;img src=&quot;https://developers.cloudflare.com/_astro/edit-custom-fields.Cy4qXSpL_1ma19s.webp&quot; alt=&quot;Edit Custom fields&quot;&gt;&lt;/starlight-image-zoom-zoomable&gt;
&lt;p&gt;For more details, refer to &lt;a href=&quot;https://developers.cloudflare.com/log-explorer/log-search/#headers-and-cookies&quot;&gt;Headers and cookies&lt;/a&gt;.&lt;/p&gt;</description><pubDate>Wed, 03 Sep 2025 00:00:00 GMT</pubDate><product>Log Explorer</product><category>Log Explorer</category></item><item><title>Log Explorer - Extended retention</title><link>https://developers.cloudflare.com/changelog/post/2025-08-15-extended-retention/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2025-08-15-extended-retention/</guid><description>&lt;p&gt;Customers can now rely on Log Explorer to meet their log retention compliance requirements.&lt;/p&gt;
&lt;p&gt;Contract customers can choose to store their logs in Log Explorer for up to two years, at an additional cost of $0.10 per GB per month. Customers interested in this feature can contact their account team to have it added to their contract.&lt;/p&gt;</description><pubDate>Fri, 15 Aug 2025 00:00:00 GMT</pubDate><product>Log Explorer</product><category>Log Explorer</category></item><item><title>Log Explorer - Usage tracking</title><link>https://developers.cloudflare.com/changelog/post/2025-07-09-usage-tracking/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2025-07-09-usage-tracking/</guid><description>&lt;p&gt;&lt;a href=&quot;https://developers.cloudflare.com/log-explorer/&quot;&gt;Log Explorer&lt;/a&gt; customers can now monitor their data ingestion volume to keep track of their billing. Monthly usage is displayed at the top of the &lt;a href=&quot;https://developers.cloudflare.com/log-explorer/log-search/&quot;&gt;Log Search&lt;/a&gt; and &lt;a href=&quot;https://developers.cloudflare.com/log-explorer/manage-datasets/&quot;&gt;Manage Datasets&lt;/a&gt; screens in Log Explorer.&lt;/p&gt;
&lt;starlight-image-zoom-zoomable&gt;&lt;img src=&quot;https://developers.cloudflare.com/_astro/ingested-data.D2flqRIu_Z2v4FHF.webp&quot; alt=&quot;Ingested data&quot;&gt;&lt;/starlight-image-zoom-zoomable&gt;</description><pubDate>Wed, 09 Jul 2025 00:00:00 GMT</pubDate><product>Log Explorer</product><category>Log Explorer</category></item><item><title>Log Explorer - Log Explorer is GA</title><link>https://developers.cloudflare.com/changelog/post/2025-06-18-log-explorer-ga/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2025-06-18-log-explorer-ga/</guid><description>&lt;p&gt;&lt;a href=&quot;https://developers.cloudflare.com/log-explorer/&quot;&gt;Log Explorer&lt;/a&gt; is now GA, providing native observability and forensics for traffic flowing through Cloudflare.&lt;/p&gt;
&lt;p&gt;Search and analyze your logs, natively in the Cloudflare dashboard. These logs are also stored in Cloudflare&apos;s network, eliminating many of the costs associated with other log providers.&lt;/p&gt;
&lt;starlight-image-zoom-zoomable&gt;&lt;img src=&quot;https://developers.cloudflare.com/_astro/log-explorer-dash.CJSVLZ7Y_ZXS1TD.webp&quot; alt=&quot;Log Explorer dashboard&quot;&gt;&lt;/starlight-image-zoom-zoomable&gt;
&lt;p&gt;With Log Explorer, you can now:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Monitor security and performance issues with custom dashboards&lt;/strong&gt; – use natural language to define charts for measuring response time, error rates, top statistics and more.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Investigate and troubleshoot issues with Log Search&lt;/strong&gt; – use data type-aware search filters or custom sql to investigate detailed logs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Save time and collaborate with saved queries&lt;/strong&gt; – save Log Search queries for repeated use or sharing with other users in your account.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Access Log Explorer at the account and zone level&lt;/strong&gt; – easily find Log Explorer at the account and zone level for querying any dataset.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For help getting started, refer to &lt;a href=&quot;https://developers.cloudflare.com/log-explorer/&quot;&gt;our documentation&lt;/a&gt;.&lt;/p&gt;</description><pubDate>Wed, 18 Jun 2025 00:00:00 GMT</pubDate><product>Log Explorer</product><category>Log Explorer</category></item></channel></rss>