netcat

Plugin

ArgDescriptionType
addressThe address to connect to (can be a file in case of a unix domain socket)string (required)
typeCan be tcp or unix (default TCP)string
sendData to send before readingstring
sepThe separator that will be used to split (default - line feed)string
chunk_sizeRead input with this chunk size (default 64kb)int
retrySeconds to wait before retry - default 0 - do not retryint

Required Permissions: COLLECT_SERVER

Description

Make a tcp connection and read data from a socket.