Skip to content

Commit 400d420

Browse files
committed
Fix typo in rollup_index definition (#40520)
1 parent bbb481f commit 400d420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/rollup/apis/rollup-job-config.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ In the above example, there are several pieces of logistical configuration for t
6969
`rollup_index` (required)::
7070
(string) The index that you wish to store rollup results into. All the rollup data that is generated by the job will be
7171
stored in this index. When searching the rollup data, this index will be used in the <<rollup-search,Rollup Search>> endpoint's URL.
72-
The rollup index be shared with other rollup jobs. The data is stored so that it doesn't interfere with unrelated jobs.
72+
The rollup index can be shared with other rollup jobs. The data is stored so that it doesn't interfere with unrelated jobs.
7373

7474
`cron` (required)::
7575
(string) A cron string which defines when the rollup job should be executed. The cron string defines an interval of when to run

0 commit comments

Comments
 (0)