Documentation Index
Fetch the complete documentation index at: https://docs.tryflare.ai/llms.txt
Use this file to discover all available pages before exploring further.
File Upload
Don’t have a cloud connector set up yet? You can upload log files directly to Flare for analysis. This works with logs from any source - GCP exports, AWS CloudTrail, third-party tools, or custom application logs.Supported formats
| Format | Extensions | Details |
|---|---|---|
| JSON | .json | Standard JSON array of log objects |
| NDJSON | .jsonl, .ndjson | Newline-delimited JSON (one object per line) |
| CSV | .csv | Comma-separated values with a header row |
| Plain text | .txt, .log | Line-based log files |
Limits
- Maximum file size: 2 MB
- Daily analysis limit: 10 analyses per day (shared with connector-based analyses)
How to upload
- Go to Analyses > New Analysis
- Enter an analysis name
- Select GCP Audit Logs as the source (or the source that matches your logs)
- Drag and drop your file onto the upload area, or click to browse
- Optionally set a Project ID and Time Window for context
- Click Run Analysis
Preparing your logs
GCP Cloud Audit Logs export
Export from the GCP Console:- Go to Logs Explorer
- Filter to audit logs:
logName:"cloudaudit.googleapis.com" - Set your desired time range
- Click Download > Download as JSON
- Upload the downloaded file to Flare
AWS CloudTrail export
Export from the AWS Console:- Go to CloudTrail > Event history
- Set your date range and any filters
- Click Download events > Download as JSON
- Upload to Flare (select GCP Audit Logs as source - Flare handles the format difference)
Custom or application logs
Flare works best when each log entry includes:- A timestamp field
- An action or method field (what happened)
- An actor or principal field (who did it)
- A resource or target field (what was affected)
Tips
- Start small. Upload a 24-hour window to get familiar with Flare’s output before analyzing larger sets.
- Include context. Setting the Project ID and Time Window helps Flare give better explanations, even for uploaded files.
- Use the baseline. After your first analysis, Flare starts tracking field values. Subsequent analyses on the same project will flag “First Seen” values, making repeated uploads increasingly useful.