Skip to content

Update export-search-results.md #5486

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ title: Export Search Results
description: Up to 100,000 rows can be exported as a CSV (comma-separated values) text file.
---

After your search query completes, you can download up to 100,000 rows of results from your browser as a CSV (comma-separated values) text file.
After your search query completes, you can download up to 100,000 rows of results from your browser as a CSV (comma-separated values) text file. If your results are more than 100,000 rows, then run multiple searches with a shorter time range and export the respective search results.

:::note
To export search results, you must have a [role](/docs/manage/users-roles) that grants you the Download Search Results capability.
:::

If your organization has a Sumo Logic Enterprise account, and you'd like to export more than 100,000 rows, you can use the Search Job API to query Sumo Logic, then page through and output the results to a file of your choice. Learn more about the [Search Job API](/docs/api/search-job).

## Export grouped (aggregate) results

From the table view of a completed query, click the **Export Results** icon in the **Aggregates** tab.
Expand Down