Seldaek / monolog

Sends your logs to files, sockets, inboxes, databases and various web services
https://seldaek.github.io/monolog/
MIT License
21.05k stars 1.9k forks source link

OpenObserve Handler #1844

Closed homersimpsons closed 1 year ago

homersimpsons commented 1 year ago

OpenObserve (https://openobserve.ai/) is a platform to ingest logs.

It would be great to have a Monolog handler for it.

This should be doable with https://openobserve.ai/docs/ingestion/logs/curl/ and this should be rather easy to test using their docker image https://openobserve.ai/docs/quickstart/#self-hosted-installation.

Seldaek commented 1 year ago

Feel free to publish your own handler as a third party package and then list it at https://github.com/Seldaek/monolog/wiki/Third-Party-Packages - I'm not adding new handlers for specific services like that anymore to keep maintenance reasonable.