Skip to content

Instantly share code, notes, and snippets.

@anosulchik
Created April 14, 2016 15:49
Show Gist options
  • Save anosulchik/de74294569ced450ccaf2dfde2850cea to your computer and use it in GitHub Desktop.
Save anosulchik/de74294569ced450ccaf2dfde2850cea to your computer and use it in GitHub Desktop.
Universal Language: Logs collection from AWS Elasticbeanstalk into Splunk: 101splunk-fowarder.config
{
"AWSEBDockerrunVersion": "1",
"Volumes": [ {
"HostDirectory": "/var/log/myapplicationlogs",
"ContainerDirectory": "/var/log/myapplicationlogs"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment