TimelessLogsDashboard (timeless_logs_dashboard v0.7.10)

Copy Markdown View Source

Phoenix LiveDashboard page for browsing TimelessLogs logs.

Setup

Add to your router:

live_dashboard "/dashboard",
  additional_pages: [
    logs: TimelessLogsDashboard.Page
  ]

Provides three tabs: Search (query with filters + pagination), Stats (aggregate metrics), and Live Tail (real-time streaming).