Skip to content

Commit aa58633

Browse files
Updates lifecycle for get-file and upload actions (#4398)
[DO NOT MERGE BEFORE FEATURE IS LIVE IN SERVERLESS] This PR fixes #4029 by adding version labels to indicate that the file size restrictions for the following Endpoint Actions have been removed: `upload`, `get-file`. ## Generative AI disclosure 1. Did you use a generative AI (GenAI) tool to assist in creating this contribution? - [ ] Yes - [x ] No --------- Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
1 parent f992ed6 commit aa58633

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

solutions/security/endpoint-response-actions.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ Required privilege (in {{stack}}) or custom role privilege (in {{serverless-shor
165165
Example: `get-file --path "/full/path/to/file.txt" --comment "Possible malware"`
166166

167167
::::{note}
168-
The maximum file size that can be retrieved using `get-file` is `104857600` bytes, or 100 MB.
168+
:applies_to: {"stack": "removed 9.3", "serverless": "removed"}
169+
The maximum file size that `get-file` can retrieve is `104857600` bytes, or 100 MB.
169170
::::
170171

171172
::::{tip}
@@ -221,7 +222,9 @@ You can follow this with the `execute` response action to upload and run scripts
221222

222223

223224
::::{note}
224-
The default file size maximum is 25 MB, configurable in [`kibana.yml`](/deploy-manage/stack-settings.md) with the `xpack.securitySolution.maxUploadResponseActionFileBytes` setting. You must enter the value in bytes (the maximum is `104857600` bytes, or 100 MB).
225+
The default file size maximum is 25 MB, configurable in [`kibana.yml`](/deploy-manage/stack-settings.md) with the `xpack.securitySolution.maxUploadResponseActionFileBytes` setting. You must enter the value in bytes.
226+
227+
({applies_to}`stack: removed 9.3`{applies_to}`serverless: removed` the maximum value of `xpack.securitySolution.maxUploadResponseActionFileBytes` is `104857600` bytes, or 100 MB).
225228
::::
226229

227230

0 commit comments

Comments
 (0)