diff --git a/web/src/components/config-form/section-configs/record.ts b/web/src/components/config-form/section-configs/record.ts index 35f3b1ef7..89b1232bf 100644 --- a/web/src/components/config-form/section-configs/record.ts +++ b/web/src/components/config-form/section-configs/record.ts @@ -16,6 +16,16 @@ const record: SectionConfigOverrides = { }, }, ], + fieldDocs: { + "alerts.pre_capture": + "/configuration/record#pre-capture-and-post-capture", + "alerts.post_capture": + "/configuration/record#pre-capture-and-post-capture", + "detections.pre_capture": + "/configuration/record#pre-capture-and-post-capture", + "detections.post_capture": + "/configuration/record#pre-capture-and-post-capture", + }, restartRequired: [], fieldOrder: [ "enabled",