From 026e483f93d030c6f77e4759d5cd218576b871b3 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:37:20 -0400 Subject: [PATCH] [8.14] Update setting name in response-actions.asciidoc (backport #5740) (#5741) * Update setting name (#5740) in both serverless and ESS (cherry picked from commit 24fafb52eb352110c866c9da8ff1224081819f6d) # Conflicts: # docs/serverless/endpoint-response-actions/response-actions.mdx * Delete docs/serverless directory and its contents --------- Co-authored-by: Joe Peeples Co-authored-by: github-actions[bot] --- docs/management/admin/response-actions.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/management/admin/response-actions.asciidoc b/docs/management/admin/response-actions.asciidoc index 8da977cd3d..66bf4fa859 100644 --- a/docs/management/admin/response-actions.asciidoc +++ b/docs/management/admin/response-actions.asciidoc @@ -163,7 +163,7 @@ Example: `upload --file --comment "Upload remediation script"` TIP: You can follow this with the `execute` response action to upload and run scripts for mitigation or other purposes. -NOTE: The default file size maximum is 25 MB, configurable in `kibana.yml` with the `maxUploadResponseActionFileBytes` setting. You must enter the value in bytes (the maximum is `104857600` bytes, or 100 MB). +NOTE: The default file size maximum is 25 MB, configurable in `kibana.yml` with the `xpack.securitySolution.maxUploadResponseActionFileBytes` setting. You must enter the value in bytes (the maximum is `104857600` bytes, or 100 MB). [discrete] [[supporting-commands-parameters]]