Skip to content

Instantly share code, notes, and snippets.

@MPriess
Created March 26, 2014 09:29
Show Gist options
  • Save MPriess/9779624 to your computer and use it in GitHub Desktop.
Save MPriess/9779624 to your computer and use it in GitHub Desktop.
input {
log4j {
port => 4712
}
}
output {
loggly {
key => abcdef12-3456-7890-abcd-ef0123456789
proxy_host => myproxy.com # string (optional)
proxy_port => 8080 # number (optional)
}
}
logstash.bat agent -f logstash.conf --configtes
Error: Expected one of #, { at line 9, column 2 (byte 113) after output {
loggly {
key => abcdef12-3456-7890-abcd-ef0123456789
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment