From 877c270c00e9cc3b352bd3bb52afc4c3746e6b2b Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:31:48 +0530 Subject: [PATCH 1/2] Update export-search-results.md --- .../search-basics/export-search-results.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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..181cd13b74 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 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. From ead2a9dbd7c7c4df1bb67f79cfce46d3667c7aac Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Thu, 19 Jun 2025 00:58:11 +0530 Subject: [PATCH 2/2] Update docs/search/get-started-with-search/search-basics/export-search-results.md Co-authored-by: John Pipkin (Sumo Logic) --- .../search-basics/export-search-results.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 181cd13b74..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,7 +4,7 @@ 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. If your results are more than 100,000 rows then run multiple searches with shorter time range and export the respective search results. +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.