This repository contains a collection of Azure functions to collect data and send to Sumo Logic cloud service, and a library called sumo-function-utils for these functions.
Following integrations are present. For more info look at their respective ReadMe files.
FunctionName | Description | Collection Use Cases | Setup Documentation |
---|---|---|---|
Sumo Logic Azure Event Hub Integration | This solution creates a data pipeline for collecting logs/metrics from Eventhub.It includes separate ARM Templates for Metrics and Logs. | Azure Audit App Azure Active Directory App Azure SQL App | Docs for Logs Docs for Metrics |
Sumo Logic Azure Blob Storage Integration | This solution event-based pipeline for shipping monitoring data from Azure Blob Storage to an HTTP source on Sumo Logic. | Azure Web Apps | Docs for Logs |
Each integration is structured in three folders
- src/ - contains actual source files
- target/ - directory used by azure's github integration to fetch source code
- tests/ - contains integration tests
Sumo Logic only accepts connections from clients using TLS version 1.2 or greater. To utilize the content of this repo, ensure that it's running in an execution environment that is configured to use TLS 1.2 or greater.