Module vector::sources::util

source ·

Re-exports§

Modules§

Structs§

  • This wraps the inner socket and emits BytesReceived with the actual number of bytes read before handling framing.
  • Character set encoding.

Enums§

Traits§

Functions§

  • Returns a Source object corresponding to a Unix domain datagram socket. Passing in different functions for decoder and handle_events can allow for different source-specific logic (such as decoding syslog messages in the syslog source).
  • Returns a Source object corresponding to a Unix domain stream socket. Passing in different functions for decoder and handle_events can allow for different source-specific logic (such as decoding syslog messages in the syslog source).
  • Extract a tag and it’s value from input string delimited by a colon character.