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.