Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taimos/cloudwatch-sumologic
SumoLogic log forwarder and configurer for AWS CloudWatch
https://github.com/taimos/cloudwatch-sumologic
aws aws-lambda cloudwatch-logs sumologic
Last synced: 8 days ago
JSON representation
SumoLogic log forwarder and configurer for AWS CloudWatch
- Host: GitHub
- URL: https://github.com/taimos/cloudwatch-sumologic
- Owner: taimos
- License: apache-2.0
- Created: 2017-11-17T11:49:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T23:23:28.000Z (about 1 year ago)
- Last Synced: 2024-04-14T05:52:53.138Z (7 months ago)
- Topics: aws, aws-lambda, cloudwatch-logs, sumologic
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# What is this?
This project provides a log forwarder for CloudWatch Logs to SumoLogic.
It is based on the official log forwarder and adds auto-configuration for all CloudWatch log groups.# How to use?
clone the repository and run `deploy.sh `:
* `url` is the URL of the hosted collector in SumoLogic
* `region` is the AWS region to useRepeat this for every region you want the forwarder to be active
# Changelog
## 1.0.0
* initial commit