Skip to content

openobserve/azure-function-openobserve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Function for sending logs to OpenObserve

Azure function to send log data from event hub to OpenObserve.

Concept

Azure allows sending logs from any of its services through diagnostic settings. Through diagnostic settings you can configure to send logs to various destinations including event hub.

This function is designed to be used with the event hub destination. It receives the logs from the event hub and sends them to OpenObserve.

The flow looks like this:

Service (e.g. AKS, Frontdoor, etc.) sends logs via diagnostic settings -> Event Hub -> Azure Function -> OpenObserve

About

Azure function to send log data from event hub to OpenObserve

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published