Skip to content

Instantly share code, notes, and snippets.

@varh1i
Created May 28, 2015 13:55
Show Gist options
  • Save varh1i/6e971d3443453b421f5f to your computer and use it in GitHub Desktop.
Save varh1i/6e971d3443453b421f5f to your computer and use it in GitHub Desktop.
Logstash config:
input {
lumberjack {
port => 5044
ssl_certificate => "/pathto/server.crt"
ssl_key => "/pathto/server.key"
}
}
Logstash-forwarder config:
{
"network": {
"servers": ["server:5044"],
"ssl certificate": "/pathto/client.crt",
"ssl key": "/pathto/client.key",
"ssl ca": "/pathto/serverca.pem",
"timeout": 15
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment