Skip to main content

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

  1. Open the Issues view and select the application you want at the top of the sidebar. Export always reflects the active application only.
  2. 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.
  3. 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:

ColumnNotes
severityLevel, e.g. ERROR, WARNING
moduleAssigned module name, if any
titleIssue title
exceptionException class (blank for non-exception events)
sourceSource frame / file the event came from
statusWorkflow status, e.g. open, fixed
countLifetime occurrence count
first_seenFirst observation timestamp
last_seenLatest 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.