ffwd-ruby
ffwd-ruby copied to clipboard
An event and metrics fast-forwarding agent.
The current recommendation for `receive_buffer_size` is `3.125 * 2^23`. On macOS Sierra, the default max socket buffer size is `2^23`. ``` $ sysctl kern.ipc.maxsockbuf kern.ipc.maxsockbuf: 8388608 ``` When running in...
I have been trying to use kafka plugin for output, but I keep getting the error: > E, [2016-12-30T02:14:19.488332 #5261] ERROR -- FFWD: Output plugin #0: Not an available plugin...
With the following configuration: ``` yaml :output: - :type: "riemann" :host: "non-existant.example.com" ``` You get the following on stderr: ``` /opt/rbenv/ffwd-all/versions/2.1.0/lib/ruby/gems/2.1.0/gems/eventmachine-1.0.3/lib/eventmachine.rb:664:in `connect_server': unable to resolve server address (EventMachine::ConnectionError) from /opt/rbenv/ffwd-all/versions/2.1.0/lib/ruby/gems/2.1.0/gems/eventmachine-1.0.3/lib/eventmachine.rb:664:in...
If I pass FastForward a JSON boolean it fails and drops random messages. It would be better if it could just handle the boolean and forward it.
The current datadog plugin uses the HTTPS module to submit metrics over HTTPS to the datadog metrics api endpoint. Datadog supports use of a local Agent, which serves as a...