emmett 0.1.3-alpha

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

/// Generate heartbeat messages.
///The general intention of this is to test the performance and availability of Logstash.
pub struct Heartbeat {
    pub count: Option<u64>,
    pub interval: Option<u64>,
    pub message: Option<String>,
    pub threads: Option<u64>,
}