Forum Discussion

mattrm_59122's avatar
mattrm_59122
Icon for Nimbostratus rankNimbostratus
Jul 28, 2010

TCP payload match and logging

Hi All, I'm trying to reference TCP client data and look for userid and timestamp and log these values, I also need to log which LB Select. I have the first part, (i think), but what do I do to find those values in client data and the log those values. when CLIENT_ACCEPTED { TCP::collect } when CLIENT_DATA { if { [TCP::payload] contains "userid=", "timestamp=" } { } }

13 Replies