Skip to content

Instantly share code, notes, and snippets.

@mahnve
Created June 11, 2014 22:00
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 mahnve/e50f07b21b413aaaacc3 to your computer and use it in GitHub Desktop.
Save mahnve/e50f07b21b413aaaacc3 to your computer and use it in GitHub Desktop.
logstash.aws.json
{
"AWSEBDockerrunVersion": "1",
"Image": {
"Name": "pblittle/docker-logstash",
"Update": "true"
},
"Ports": [
{
"ContainerPort": "9292"
},
{
"ContainerPort": "9200"
},
{
"ContainerPort": "514"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment