From 2e31711b2a4f421175d8da3d2740ceddda4f5dc5 Mon Sep 17 00:00:00 2001 From: fossabot Date: Sun, 5 Dec 2021 09:34:10 -0800 Subject: [PATCH] Add license scan report and status Signed off by: fossabot --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index d31c1f3..9f6c58d 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,5 @@ +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fgimmi%2Fgelf2azure.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fgimmi%2Fgelf2azure?ref=badge_shield) + **gelf2azure is a Docker container that receive logs in GELF format from UDP, and forward it to Azure Monitor using REST API.** This is designed to integrate nicely with [gelf built-in Docker logging plugin](https://docs.docker.com/config/containers/logging/gelf/) in input, and [Azure Monitor HTTP Data Collector API](https://docs.microsoft.com/en-us/azure/azure-monitor/logs/data-collector-api) in output. @@ -106,3 +108,7 @@ docker build --pull --no-cache -t gimmi/gelf2azure:latest . ``` [1]: https://docs.microsoft.com/en-us/azure/azure-monitor/platform/data-collector-api + + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fgimmi%2Fgelf2azure.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fgimmi%2Fgelf2azure?ref=badge_large) \ No newline at end of file