Created
April 14, 2016 15:49
-
-
Save anosulchik/de74294569ced450ccaf2dfde2850cea to your computer and use it in GitHub Desktop.
Universal Language: Logs collection from AWS Elasticbeanstalk into Splunk: 101splunk-fowarder.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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