Skip to content

Instantly share code, notes, and snippets.

@mbajur
Created December 8, 2013 22:24
Show Gist options
  • Save mbajur/7864665 to your computer and use it in GitHub Desktop.
Save mbajur/7864665 to your computer and use it in GitHub Desktop.
# ...
# Graylog Extended Log Format (GELF)
use_gelf = true
gelf_listen_address = my-domain.com
gelf_listen_port = 12201
# AMQP
amqp_enabled = true
amqp_host = my-domain.com
amqp_port = 5672
amqp_username = guest
amqp_password = guest
amqp_virtualhost = /
# HTTP input
# http://support.torch.sh/help/kb/graylog2-server/using-the-gelf-http-input
http_enabled = true
http_listen_address = 0.0.0.0
http_listen_port = 12202
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment