From S3

Browse your S3 buckets and import log files directly — no need to download them first.

Prerequisites

Set up an AWS connection profile first. See AWS Connection for details.

Using the S3 Browser

  1. Start a new import and select S3 as the source
  2. Choose an AWS profile from the dropdown
  3. Browse your buckets and folders using the built-in file browser
  4. Select the files you want to import
  5. Click Import

The S3 browser shows:

  • Bucket list
  • Folder hierarchy with breadcrumb navigation
  • File names, sizes, and last modified dates

Selecting Files

Individual Files

Click files to select them. Hold Ctrl/Cmd to select multiple files.

Wildcard Patterns

Use wildcard patterns to select files matching a pattern:

logs/2026-04-*/*.jsonl
app/production/**/*.gz

This is useful for importing a date range or all files from a specific prefix.

How It Works

LogPeak streams files directly from S3 to your local DuckDB database. The data is processed locally — nothing is sent to any external server except AWS.

For large datasets, files are processed in batches for optimal performance.