Skip to content

Instantly share code, notes, and snippets.

@rcollette
rcollette / sumo_logic.config
Last active September 25, 2020 21:09 — forked from JefStat/sumo_logic.config
Elastic Beanstalk Sumo Logic Config via Gitlab Environment Variable
# 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":