From ac30c1baac6c41fec5b4c7a0ed00b2dd9105f194 Mon Sep 17 00:00:00 2001 From: Benjamin Ironside Goldstein <91905639+benironside@users.noreply.github.com> Date: Tue, 15 Apr 2025 14:12:07 -0700 Subject: [PATCH] Adds note about max file size for get-file command (#6744) (cherry picked from commit 5636632017e5ac7a926f7a5ff051432d85658ab5) --- docs/management/admin/response-actions.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/management/admin/response-actions.asciidoc b/docs/management/admin/response-actions.asciidoc index 8c86b233a5..2a70aa8446 100644 --- a/docs/management/admin/response-actions.asciidoc +++ b/docs/management/admin/response-actions.asciidoc @@ -109,6 +109,8 @@ Required privilege: *File Operations* Example: `get-file --path "/full/path/to/file.txt" --comment "Possible malware"` +NOTE: The maximum file size that can be retrieved using `get-file` is `104857600` bytes, or 100 MB. + TIP: You can use the <> to query a host's operating system and gain insight into its files and directories, then use `get-file` to retrieve specific files. [NOTE]