Skip to content

A collection of Azure functions to collect data and send to Sumo Logic cloud service

License

Notifications You must be signed in to change notification settings

ashah-crest/sumologic-azure-function

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sumo Logic Azure Functions Build Status

Introduction

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

For Developers

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

TLS 1.2 Requirement

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.

About

A collection of Azure functions to collect data and send to Sumo Logic cloud service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.3%
  • Python 11.0%
  • Shell 0.7%