Welcome to CF-SIEM
Query your Cloudflare logs using KQL (Kusto Query Language)
System Status
R2 Buckets: 6 connected
Status: Operational
Quick Actions
Example Queries
http_requests | where timestamp > ago(1h) | take 100
firewall_events | where Action == "block" | summarize count() by Country
access_logs | where timestamp > ago(24h) | project timestamp, ClientIP, UserAgent