File tree 1 file changed +8
-1
lines changed
website/cue/reference/components/sources
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ components: sources: ifile: {
18
18
auto_generated : true
19
19
acknowledgements : true
20
20
collect : {
21
- checkpoint : enabled : true
21
+ checkpoint : enabled : false
22
22
from : {
23
23
service : services .files
24
24
@@ -441,6 +441,13 @@ components: sources: ifile: {
441
441
checkpointing : {
442
442
title : " Checkpointing "
443
443
body : """
444
+ Vector checkpoints the current read position after each
445
+ successful read. This ensures that Vector resumes where it left
446
+ off if restarted, preventing data from being read twice. The
447
+ checkpoint positions are stored in the data directory which is
448
+ specified via the global `data_dir` option, but can be overridden
449
+ via the `data_dir` option in the file source directly.
450
+
444
451
The `ifile` source introduces a new `checkpoint_interval` configuration option that
445
452
controls how frequently the current read position is saved to disk during normal operation.
446
453
You can’t perform that action at this time.
0 commit comments