Skip to content

Commit

Permalink
[8.9] Update setting name in response-actions.asciidoc (backport #5740)…
Browse files Browse the repository at this point in the history
… (#5745)

* Update setting name (#5740)

in both serverless and ESS

(cherry picked from commit 24fafb5)

# Conflicts:
#	docs/serverless/endpoint-response-actions/response-actions.mdx

* Delete docs/serverless directory and its contents

---------

Co-authored-by: Joe Peeples <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 23, 2024
1 parent fd08d7d commit 0c2a97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/management/admin/response-actions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,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).

[[supporting-commands-parameters]]
== Supporting commands and parameters
Expand Down

0 comments on commit 0c2a97a

Please sign in to comment.