emmett 0.1.3-alpha

a simple etl tool
Documentation
1
2
3
4
5
6
7
8
9
// Specification: https://www.elastic.co/guide/en/logstash/current/plugins-inputs-ganglia.html

/// Read ganglia packets from the network via UDP.
pub struct Ganglia {
    /// The address to listen on.
    pub host: String,
    /// The port to listen on. Remember that ports less than 1024 (privileged ports) may require root to use.
    pub port: u64,
}