Ticket: 4860
instead of directly in root
~~~~~~~~~~~~~~~
- IKEv2 Eve logging changed, the event_type has become ``ike``. The fields ``errors`` and ``notify`` have moved to
``ike.ikev2.errors`` and ``ike.ikev2.notify``.
+- FTP DATA metadata for alerts are now logged in ``ftp_data`` instead of root.
Other changes
~~~~~~~~~~~~~
}
break;
case ALPROTO_FTPDATA:
+ jb_get_mark(jb, &mark);
+ jb_open_object(jb, "ftp_data");
EveFTPDataAddMetadata(p->flow, jb);
+ jb_close(jb);
break;
case ALPROTO_DNP3:
AlertJsonDnp3(p->flow, tx_id, jb);