Forum Discussion
mahnsc
Nimbostratus
Aug 27, 2018Limits with HTTP::collect
I have the following iRule, which is pretty basic and is just looking for an XML value in the payload in order to make a load-balancing decision:
when HTTP_REQUEST {
if { [HTTP::header exists ...
Kevin_Stewart
Employee
Aug 27, 2018Syslog will only capture around the first 1K of data by default, so probably not worth trying to dump the entire XML contents to the screen.
A simple log statement is sufficient here just to see if the string match is successful:
log local0. "found it"
I just tested this with a 32K file with the matching contents further down in the file (~line 800) and it was able to find it.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects