You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ycombinator@cmacknz this probably needs a technical discussion, I am wondering where this UI should be exposed? If anything I believe it should be on the Fleet Server config (settings tab). and not the Fleet server policy (as that is another agent policy).
The reason we filed this is because we observed users with diagnostics upload timeouts, but this may actually have been because of the bug above where diagnostics requests were limited to 3 minutes.
nimarezainia
changed the title
add file manipulation config options
[Fleet Server] Support configurable file upload parameters
Jun 18, 2024
File upload endpoints have hard coded configuration options:
https://github.com/elastic/fleet-server/blob/main/internal/pkg/api/handleUpload.go#L33-L34
These options should be configurable through fleet-server's policy (max file size, time limit).
Note the max file size limit is currently shared between upload/download endpoints, we will want to split these into two options
The text was updated successfully, but these errors were encountered: