diff --git a/docs/5-integrations/extensions/limacharlie/feedback.md b/docs/5-integrations/extensions/limacharlie/feedback.md index 7ef18dc1..277e56d0 100644 --- a/docs/5-integrations/extensions/limacharlie/feedback.md +++ b/docs/5-integrations/extensions/limacharlie/feedback.md @@ -276,7 +276,7 @@ value: /usr/bin/suspicious-tool denied_content: action: '{{ "monitor" }}' sid: routing.sid - timeout_seconds: '{{ 300 }}' + timeout_seconds: 300 timeout_choice: '{{ "denied" }}' ``` diff --git a/docs/5-integrations/tutorials/human-in-the-loop-response.md b/docs/5-integrations/tutorials/human-in-the-loop-response.md index 768069f2..5d94832b 100644 --- a/docs/5-integrations/tutorials/human-in-the-loop-response.md +++ b/docs/5-integrations/tutorials/human-in-the-loop-response.md @@ -137,7 +137,7 @@ The response has two actions: report the detection, and request approval via ext hostname: routing.hostname file_path: event.FILE_PATH action: '{{ "monitor" }}' - timeout_seconds: '{{ 600 }}' + timeout_seconds: 600 timeout_choice: '{{ "denied" }}' suppression: max_count: 1