zeek/TODO.logging
Robin Sommer 5beee9e45e Updating TODO.
Just one to go. :)
2011-03-09 18:08:17 -08:00

13 lines
460 B
Text

List of the things not implemented yet:
- Check the new event-value code.
Notes about remote logging:
- The receiver must create the stream locally via
Log::create_stream() in order to receive data for it. If not
created, anything sent will be ignored.
- However, the receiver does not need to create filter locally.
Filter processing is done and the sender side, and as long as
stream exists at the receiver, it will record whatever it gets.