Running an Analysis
There are two ways to run an analysis in Flare: live fetch from a connected cloud provider, or file upload from any source.From a connected GCP connector
If you’ve already connected GCP, this is the fastest path.- Go to Analyses > New Analysis (or click Run analysis from the Connectors page)
- Name your analysis - a descriptive name helps when reviewing history later (e.g., “Prod audit - May 29”)
- Select GCP Audit Logs as the source
- Choose “Fetch live” - this appears when you have an active GCP connector
- Enter your GCP Project ID - the project you want to scan
- Select a time window:
Larger time windows (7d, 30d) may take 30-60 seconds to fetch and could hit GCP API rate limits. Start with 24h.
- Click Fetch & Analyze
From a connected AWS connector
If you’ve already connected AWS:- Go to Analyses > New Analysis
- Name your analysis
- Select AWS CloudTrail as the source
- Choose Fetch live and confirm the connected account and Region
- Select a time window, starting with Last 24h
- Click Fetch & Analyze
LookupEvents. CloudTrail event history is generally available for approximately 90 days. Data events, CloudTrail Lake queries, and organization-wide aggregation are not part of the current live connector.
From Workspace or GitHub
After connecting an enabled Workspace or GitHub Enterprise Cloud source, select it in New Analysis. Confirm the connected customer or organization, name the run and choose a window of up to 30 days. Flare retains up to 1,000 unique in-window provider records for analysis. Provider requests have separate byte, page and time bounds and may read additional duplicate or out-of-window records. Workspace divides its retained-record budget across login, admin and token streams. These sources use the verified connector scope and manual runs only. File uploads, scheduled runs and deploy webhooks are not supported under these source labels. Review the coverage panel for truncation and provider delays; an empty query is not proof of no activity.From a file upload
If you don’t have a connector set up, or want to analyze logs from a different source:- Go to Analyses > New Analysis
- Name your analysis
- Select the log source that matches your log origin, including GCP Audit Logs or AWS CloudTrail
- Drop or browse for your log file (JSON, NDJSON, CSV, or plain text, up to 2 MB)
- Optionally set an Account or Project ID and Time Window for context
- Click Run Analysis
During analysis
While Flare is running, you’ll see a loading state with a progress message. Analysis typically takes:- 15-30 seconds for small log sets (under 200 entries)
- 30-60 seconds for larger sets (200-1,000 entries)
- 1-2 minutes for very large sets that require multiple analysis passes
Daily limit
During the open beta, each account can run 10 analyses per day. The counter resets at midnight UTC. Only successful or in-progress user-triggered analyses consume those 10 visible slots. Failed runs release the slot. A separate 30-attempt daily safety limit counts failed attempts as well, preventing repeated retries from creating unbounded processing load. You can check your remaining quota at the top of the New Analysis page, which shows “X of 10 analyses today.”Analysis history
All your analyses are saved in Analyses in the sidebar. Each entry shows:- Analysis name and source
- When it was run
- Status (Complete, Analyzing, or Failed)
- Number of anomalies found (or “Clean” if zero)