Skip to content

Instantly share code, notes, and snippets.

@rasputnik
Last active January 2, 2016 05:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rasputnik/8257020 to your computer and use it in GitHub Desktop.
Save rasputnik/8257020 to your computer and use it in GitHub Desktop.
Dirt simple riemann config to listen on all interfaces (so docker can map ports in).
(let [host "0.0.0.0"]
(tcp-server :host host)
(udp-server :host host)
(ws-server :host host))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment