Re-exports§
pub use multiline_config::MultilineConfig;
pub use unix::change_socket_permissions;
pub use self::http::add_headers;
pub use self::http::add_query_parameters;
pub use self::http::decode;
pub use self::http::ErrorMessage;
pub use self::http::HttpSource;
pub use self::http::HttpSourceAuthConfig;
Modules§
- Common logic for sources that are HTTP clients.
Structs§
- This wraps the inner socket and emits
BytesReceived
with the actual number of bytes read before handling framing. - Character set encoding.
Enums§
- Content encoding.
Traits§
Functions§
- Returns a
Source
object corresponding to a Unix domain datagram socket. Passing in different functions fordecoder
andhandle_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 fordecoder
andhandle_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.