Skip to content

Commit 2f4ba86

Browse files
prontjanine-c
andauthored
docs(buffers): note known restart bugs in disk buffer docs (#25679)
Co-authored-by: Janine Chan <64388808+janine-c@users.noreply.github.com>
1 parent 5befbcc commit 2f4ba86

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

website/content/en/docs/architecture/buffering-model.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ detected, to give as accurate of a view into the number of events that were lost
123123
{{< warning >}}
124124
Disk buffers have some unique monitoring requirements compared to in-memory buffers,
125125
specifically around free storage space.
126+
127+
Look at [known bugs][disk_buffer_bugs] before deploying to production.
128+
129+
[disk_buffer_bugs]: https://github.com/vectordotdev/vector/issues?q=sort%3Aupdated-desc+is%3Aissue+state%3Aopen+label%3A%22domain%3A+buffers%22+type%3ABug
126130
{{< /warning >}}
127131

128132
I/O errors are notoriously hard to recover from, as it can be difficult to know what data made it to

0 commit comments

Comments
 (0)