diff --git a/docs/search/get-started-with-search/search-basics/export-search-results.md b/docs/search/get-started-with-search/search-basics/export-search-results.md index 0ea63e9419..1a0a6951ba 100644 --- a/docs/search/get-started-with-search/search-basics/export-search-results.md +++ b/docs/search/get-started-with-search/search-basics/export-search-results.md @@ -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.