replymaxbytes¶
Limits how much HTTP response data omhttp stores per request.
This parameter applies to omhttp: HTTP Output Module.
- Name:
replymaxbytes
- Scope:
input
- Type:
Size
- Default:
input=1048576 (1MB)
- Required?:
no
- Introduced:
Not specified
Description¶
replymaxbytes caps the number of bytes retained from an HTTP response.
Set this to bound memory usage when servers return large response bodies.
Use 0 to disable the limit.
Input usage¶
module(load="omhttp")
action(
type="omhttp"
replyMaxBytes="512k"
)
See also¶
See also omhttp: HTTP Output Module.
Support: rsyslog Assistant | GitHub Discussions | GitHub Issues: rsyslog source project
Contributing: Source & docs: rsyslog source project
© 2008–2025 Rainer Gerhards and others. Licensed under the Apache License 2.0.