Skip to content

Instantly share code, notes, and snippets.

@fgarsombke
fgarsombke / gist:f939a8b8d5f2e398eb696d5e3334645b
Created July 6, 2017 20:53
SumoLogic with ElasticBeanstalk, you're welcome :)
# This will automatically install the Sumo Logic collector on AWS Elastic
# Beanstalk instances. Add this to the .ebextensions folder in your app root
# To add or remove tracked files, simply add or remove source hashes to the
# sources array.
packages:
rpm:
SumoCollector: https://collectors.sumologic.com/rest/download/rpm/64
files:
"/home/ec2-user/setup-sumo.sh":