Skip to content

Export log data

Export data downloads the results of an Explore V2 query as a CSV or TSV file. Use it to share investigation results outside Coralogix, run analysis in spreadsheets or notebooks, archive a snapshot for compliance, or hand off log samples to teammates without a Coralogix login.

Export data dialog in Explore V2

Choose a data-selection mode

Choose based on how you plan to use the file:

  • Pick Grid columns when you want a clean CSV or TSV that opens cleanly in Excel or Google Sheets. Each visible column becomes a column in the file.
  • Pick All logs when you need every field per log for analysis or archival. The file is denser and not optimized for spreadsheets.

If in doubt, Grid columns is the safer default.

How to export

  1. Run a query in Explore V2 so the grid contains the logs you want.
  2. Open Export data from the actions in the top-right corner.
  3. Choose a data-selection mode (Grid columns or All logs).
  4. Choose CSV or TSV.
  5. Adjust the log count if needed. Default and cap are both 10,000.
  6. Select Export. The file downloads to your browser.

Limitations

AreaLimit
Maximum logs per export10,000
Supported formatsCSV and TSV only. JSON, JSONL, and Parquet are not supported.
DeliveryDirect browser download only. No email, S3, or background delivery.
ExecutionSynchronous only. Closing the dialog or navigating away cancels the export.
API and TerraformNot available. Export is UI-only.
SchedulingNot available. Each export must be triggered manually.
TruncationIf the query returns more than 10,000 logs, only the first 10,000 are included. There is no warning beyond the row-count cap shown in the dialog.
DatasetsLogs only. Spans and metrics are not supported.

Troubleshoot

ProblemCauseResolution
File contains fewer logs than expectedThe query returned more than 10,000 logs and the export was capped.Refine the query or shorten the time range to fit within 10,000 logs, or run multiple exports across smaller windows.
Spreadsheet shows JSON in cellsAll logs was selected.Re-export with Grid columns for a flat file.
Special characters break the spreadsheet layoutThe data contains commas that conflict with the CSV separator.Re-export with TSV.
Export is emptyThe query returned no results.Adjust the query, filters, or time range so the grid shows results before exporting.
Browser download is interruptedThe dialog was closed or the page navigated away during export.Stay on the dialog until the file finishes downloading.

Learn more

Support

Reach the Coralogix customer success team 24/7 via in-app chat or by email at [email protected].

Next steps

Build sharable deep links to Explore V2 with the Copy URL action in Explore actions.