Added payload-buffer-size option to yaml configuration

pull/2021/head
maxtors 10 years ago
parent 554080cced
commit c6bbd89251

@ -118,13 +118,14 @@ outputs:
# batch-size: 10 ## number of entry to keep in buffer # batch-size: 10 ## number of entry to keep in buffer
types: types:
- alert: - alert:
# payload: yes # enable dumping payload in Base64 # payload: yes # enable dumping payload in Base64
# payload-printable: yes # enable dumping payload in printable (lossy) format # payload-buffer-size: 4kb # max size of payload buffer to output in eve-log
# packet: yes # enable dumping of packet (without stream segments) # payload-printable: yes # enable dumping payload in printable (lossy) format
# http: yes # enable dumping of http fields # packet: yes # enable dumping of packet (without stream segments)
# tls: yes # enable dumping of tls fields # http: yes # enable dumping of http fields
# ssh: yes # enable dumping of ssh fields # tls: yes # enable dumping of tls fields
# smtp: yes # enable dumping of smtp fields # ssh: yes # enable dumping of ssh fields
# smtp: yes # enable dumping of smtp fields
# HTTP X-Forwarded-For support by adding an extra field or overwriting # HTTP X-Forwarded-For support by adding an extra field or overwriting
# the source or destination IP address (depending on flow direction) # the source or destination IP address (depending on flow direction)

Loading…
Cancel
Save