]> git.ipfire.org Git - thirdparty/suricata.git/commit
eve-files: file -> fileinfo 885/head
authorVictor Julien <victor@inliniac.net>
Tue, 11 Mar 2014 14:48:10 +0000 (15:48 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 11 Mar 2014 14:48:10 +0000 (15:48 +0100)
commit305da0248d7ce6223e211b0bdefbdddc1f959c27
tree06f3278a212e4936f9cd4696b5402ce687c2f801
parent3e7714aca2893dd4c26fcecc3bbbdf0bf466e3e4
eve-files: file -> fileinfo

Due to what appears to be an issue in logstash, the 'file' part of
the file event types was masked by a field that logstash-forwarder
added itself.

Since logstash-forwarder is an important part of the logstash stack,
this patch works around the issue by renaming our 'file' structure
to 'fileinfo', thus resolving the naming conflict.

Bug #1127
src/output-json-file.c