sivasamyk / graylog2-plugin-input-httpmonitor

HTTP Monitor plugin for graylog
MIT License
42 stars 7 forks source link

HttpMonitor fixed message lenght #9

Closed ludekvodicka closed 7 years ago

ludekvodicka commented 7 years ago

Hi, maybe I overlooked something but I can't find any way how to access more than 50 characters from event message. Is this some hard-coded limitation?

sivasamyk commented 7 years ago

Yes. 50 chars is hard coded limit for short_message. You can enable Log full response body in the input configuration. This will log the complete response in full_message field.

ludekvodicka commented 7 years ago

Perfect. Thanks for reply. I overlooked this checkbox.