Log Analytics
Local-First

Log Encyclopedia

Docker JSON Log

Default container log driver output (json-file) used by Docker Engine.

Category: Containers

Regex Pattern

^\{"log":"(?<message>.*)","stream":"(?<stream>\w+)","time":"(?<time>[^"]+)"\}$

DuckDB Schema

message VARCHAR, stream VARCHAR, time TIMESTAMP

Ready to analyze?

Click below to open the local DuckDB tool preloaded for Docker JSON Log.

Analyze Now (Local & Private)Prefilled SQL: SELECT * FROM log_table LIMIT 200;