Export the issue list to CSV
Export gives you a spreadsheet-ready snapshot of the issues you are looking at right now. Log Lens builds the file in your browser from the rows currently loaded in the table, so what you export is exactly what your search, filters, sort, and page size have produced.
Export the current page
- Open the Issues view and select the application you want at the top of the sidebar. Export always reflects the active application only.
- Narrow the table with the search box and the level, date, source, status, tag, type, and module filters, then choose a sort order. The export inherits all of it.
- In the header, click Export CSV (the download-icon button next to Process logs).
Your browser immediately downloads log-lens-issues.csv. No request is sent to the server and nothing is stored.
What the file contains
The CSV holds one row per issue on the current page - not the whole result set. Set the page size before exporting: the Rows control at the bottom of the table offers 25, 50, 100, or 200. To capture more than one page, change pages and export again, or use the JSON API for the full result set.
Every issue produces these columns, in this order:
| Column | Notes |
|---|---|
severity | Level, e.g. ERROR, WARNING |
module | Assigned module name, if any |
title | Issue title |
exception | Exception class (blank for non-exception events) |
source | Source frame / file the event came from |
status | Workflow status, e.g. open, fixed |
count | Lifetime occurrence count |
first_seen | First observation timestamp |
last_seen | Latest observation timestamp |
Every value is quoted, and any quotes inside a value are doubled, so titles and messages containing commas import cleanly into Excel, Numbers, or Google Sheets.
Exporting more than a page
Export is designed for a quick, filtered snapshot. When you need the complete set - or a scripted, repeatable pull - query the same filters through the API instead.