Parses an incoming Feather byte stream into events.
read_featherDescription
Section titled “Description”Transforms the input Feather (a thin wrapper around Apache Arrow’s IPC wire format) byte stream to event stream.
Examples
Section titled “Examples”Publish a feather logs file
Section titled “Publish a feather logs file”from_file "logs.feather" { read_feather}publish "log"