Export & Reports
IRFlow Timeline supports exporting filtered data and generating investigation reports.
Data Export
Export to CSV
- Menu: File > Export (
Cmd+E) - Select CSV format
- Choose a save location
- Exported data respects all active filters — only visible rows are exported
Export to TSV
- Menu: File > Export (
Cmd+E) - Select TSV format
- Choose a save location
- Tab-separated output with the same filtering as CSV
Export to XLSX
- Menu: File > Export (
Cmd+E) - Select XLSX format
- Choose a save location
- Excel files include:
- Auto-fit column widths
- Styled header row (bold, colored)
- All filtered data
Export to XLS
- Menu: File > Export (
Cmd+E) - Select XLS format
- Choose a save location
- Writes OOXML format with a
.xlsextension for compatibility with tools that expect the.xlsextension
Export Selected Rows
- Select rows using checkboxes in the data grid
- Menu: Actions > Export Selected Rows
- Choose a save location
- Exports only the selected rows as CSV
What Gets Exported
Full export (File > Export) includes:
- All visible columns (hidden columns are excluded)
- Only rows matching current filters, search, and date range
- Bookmarked/tagged rows if those filters are active
- Data in the current sort order
Selected export (Actions > Export Selected Rows) includes only the checked rows regardless of filters.
Export Bookmarked Only
Enable the bookmark filter (Cmd+B) before exporting to create a file containing only your flagged rows.
HTML Reports
Generate a formatted investigation report from your bookmarks and tags.
Generate a Report
- Menu: Tools > Generate Report
- Choose a save location
- The HTML report opens in your default browser
Report Contents
The generated report includes:
Summary Cards
- Total rows in the dataset
- Number of bookmarked rows
- Number of tagged rows
- Count of unique tags
Timeline Span
- Earliest timestamp in the data
- Latest timestamp in the data
- Total time span covered
Tag Breakdown
- Colored chips showing each tag and its count
- Colors match your in-app tag palette
Bookmarked Events Table
- Full data for every bookmarked row
- All columns included
- Sortable in the browser
Tagged Events (Grouped)
- Separate tables for each tag
- Rows grouped under their tag heading
- Shows all columns with full data
Report Styling
Reports are self-contained HTML with embedded CSS:
- Clean, professional layout
- Print-friendly formatting
- Works in light and dark browser themes
- No external dependencies — can be shared as a single file
Export Workflow Example
A typical investigation export workflow:
- Analyze — use search, filters, and analytics to investigate
- Bookmark — star important rows as you find them
- Tag — categorize findings (Suspicious, Lateral Movement, etc.)
- Generate Report — create the HTML summary
- Export Data — export filtered CSV/XLSX for further analysis or archival
- Share — send the report to your team or include in your case file
