Skip to content

[BUG] document maxsize for get-file response action #5130

@111andre111

Description

@111andre111

Documentation links

https://www.elastic.co/guide/en/security/8.13/response-actions.html#_get_file

Description

At this time we only document the upload response action having a limit of 100MB.

We should do the same for get-file response action as that one has as well 100MB - hard coded and can't be changed:
https://github.com/elastic/kibana/blob/1be60ebd4c9d726581da2ce8131b6d41fa3c52db/x-pack/plugins/security_solution/public/management/components/endpoint_responder/lib/endpoint_action_response_codes.ts#L38-L42
It might be probably tied as well to the limit in Elasticsearch and we might link to it for description:
https://www.elastic.co/guide/en/elasticsearch/reference/8.13/general-recommendations.html#maximum-document-size

As of the Upload action I didn't find as well a documentation that with setting
xpack.securitySolution.maxUploadResponseActionFileBytes
the 100MB limit can be increased and what it means if we go over 100MB. So that could be added at the same time too.

Which documentation set(s) does this bug apply to?

ESS and serverless

Release version

Since get-file has been introduced in 8.7.

Testing environment

Doesn't really need one. It's hard coded.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions