Skip to content

Commit 667eb68

Browse files
Adds note about max file size for get-file command (#6744) (#6758)
(cherry picked from commit 5636632) Co-authored-by: Benjamin Ironside Goldstein <[email protected]>
1 parent 720097d commit 667eb68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/management/admin/response-actions.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ Required privilege: *File Operations*
109109

110110
Example: `get-file --path "/full/path/to/file.txt" --comment "Possible malware"`
111111

112+
NOTE: The maximum file size that can be retrieved using `get-file` is `104857600` bytes, or 100 MB.
113+
112114
TIP: You can use the <<use-osquery,Osquery manager integration>> to query a host's operating system and gain insight into its files and directories, then use `get-file` to retrieve specific files.
113115

114116
[NOTE]

0 commit comments

Comments
 (0)