Skip to content

Commit 092e792

Browse files
authored
Update search-job.md (#4673)
1 parent 9a1dedb commit 092e792

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/api/search-job.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ You can start requesting results asynchronously while the job is running and pag
7070

7171
## Search Job Result Limits
7272

73-
| Data Tier | Non-aggregate Search (messages) |
73+
| Data Tier | Non-aggregate Search |
7474
| :- | :- |
75-
| Continuous | Can return up to 100K records per search. |
76-
| Frequent | Can return up to 100K records per search. |
77-
| Infrequent | Can return up to 100K records per search. |
75+
| Continuous | Can return up to 10M records and 100K messages per search. |
76+
| Frequent | Can return up to 10M records and 100K messages per search. |
77+
| Infrequent | Can return up to 10M records and 100K messages per search. |
7878

7979
:::info
80-
Flex Licensing model can return up to 100K records per search.
80+
Flex Licensing model can return up to 10M records and 100K messages per search.
8181
:::
8282

8383
If you need more results, you'll need to break up your search into several searches that span smaller blocks of the time range needed. For example, if your search runs for a week and returns 70 million records, consider breaking it into at least seven searches, each spanning a day.
@@ -110,7 +110,7 @@ The following figure shows the process flow for search jobs.
110110
2. **Response.** Sumo Logic responds with a job ID. If there’s a problem with the request, an error code is provided (see the list of error codes following the figure).
111111
3. **Request.** Use the job ID to request search status. This needs to be done at least every 20-30 seconds so the search session is not canceled due to inactivity.
112112
4. **Response.** Sumo Logic responds with job status. An error code (404) is returned if the request could not be completed. The status includes the current state of the search job (gathering results, done executing, etc.). It also includes the message and record counts based on how many results have already been found while executing the search. For non-aggregation queries, only the number of messages is reported. For aggregation queries, the number of records produced is also reported. The search job status provides access to an implicitly generated histogram of the distribution of found messages over the time range specified for the search job. During and after execution, the API can be used to request available messages and records in a paging fashion.
113-
5. **Request.** You request results. It’s not necessary for the search to be complete for the user to request results; the process works asynchronously. You can repeat the request as often as needed to keep seeing updated results, keeping in mind the rate limits. The Search Job API can return up to 100K records per search query.
113+
5. **Request.** You request results. It’s not necessary for the search to be complete for the user to request results; the process works asynchronously. You can repeat the request as often as needed to keep seeing updated results, keeping in mind the rate limits. The Search Job API can return up to 10M records and 100K messages per search.
114114
6. **Response.** Sumo Logic delivers JSON-formatted search results as requested. The API can deliver partial results that the user can start paging through, even as new results continue to come in. If there’s a problem with the results, an error code is provided (see the list of error codes following the figure).
115115

116116

0 commit comments

Comments
 (0)