Skip to content

Add search to log viewer panel #623

Description

@aweirdmaan

Is your feature request related to a problem? Please describe.
When debugging Airflow task failures, logs can be very long. Finding relevant information (error messages, stack traces, specific timestamps) requires manually scrolling through hundreds of lines, which is slow and error-prone.

Describe the solution you'd like
A / search in the Logs panel, consistent with the existing keybindings (j/k, G/gg):

  • / — Open a search input bar at the bottom of the panel
  • Enter — Confirm the query, highlight matching lines, jump to first match
  • n / N — Jump to next / previous match (wraps around)
  • Esc — Dismiss search
  • Case-insensitive matching
  • Match counter in the bottom border (e.g. [2/5] matches)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions