File extensions and source types can choose an initial profile, but the picker remains available for manual overrides.
raw
RAW
One physical line per logical row. Use this when the source has no stable structure or when the original text is the only field you need.
csv
CSV (Auto)
Comma-separated records with quoted fields, multiline quoted values, and conservative header-row detection. Preferred for .csv files.
csv
CSV
The first logical record remains data; inferred columns receive generic names.
csv
CSV (Header Row)
Consumes the first logical record as column names.
tsv
TSV (Auto)
Tab-separated equivalent with quoted-field support and conservative header detection. Preferred for .tsv.
tsv
TSV
Keeps the first logical record as data.
tsv
TSV (Header Row)
Uses the first logical record as column names.
json
JSONL
JSON Lines and NDJSON objects with inferred paths and typed timestamps. A bounded set of dedicated columns keeps wide schemas readable; remaining paths are collected in Other.
source
Docker
Splits the RFC 3339 timestamp prefix added by Docker from the message body.
source
Kubectl
Parses the timestamp prefix from kubectl logs --timestamps and keeps the remaining message.
source
CloudWatch
CloudWatch short-format records with typed time, stream, and multiline message columns.
source
Journalctl
systemd journal short formats with timestamp, host, source, PID, and message fields.
source
Logcat
Android threadtime records with date, time, PID, TID, level, tag, and multiline message.
source
OTel Logs
OTLP log records with resource, instrumentation scope, trace, span, severity, attributes, body, and typed timestamp fields.
source
Syslog Sink
Live RFC 3164/RFC 5424 payload plus received time, sender endpoint, transport, PRI, facility, severity, and structured data.
format
Spring Boot
Fixed columns with stack-trace continuation grouped until the next ISO timestamp.
format
Apache / W3C Combined
Combined access-log fields including a typed datetime, request, status, size, referrer, and user agent.
format
IIS / W3C Extended
Builds dynamic columns from the file's #Fields: header.
format
NGINX Error
Date, time, level, PID, and message with multiline continuation.
format
Syslog (RFC 3164 / RFC 5424)
Auto-detects file-based classic or structured syslog and exposes host, app, PID, msgid, PRI, facility, severity, structured data, and message.
derived
Merged
UTC-sorted records from selected timestamp-aware tabs with a Source field. Shared schemas remain separate columns; incompatible schemas flatten into Message.