Nebo15 / logger_json

JSON logger formatter with support for Google Cloud, DataDog and other for Elixir.
https://nebo15.github.io/logger_json/
MIT License
237 stars 92 forks source link

Formatter for ElasticSearch #89

Closed Sgiath closed 2 years ago

Sgiath commented 2 years ago

Hi, thanks for awesome library - I love using it on all of my projects.

I wolud like to report my Elixir logs to the ElasticSearch which uses "Elastic Common Schema". Would you be open to merge the formatter to this library or should I do my own?

AndrewDryga commented 2 years ago

Hello @Sgiath, I think people on ELK stack already use BasicLogger formatter. Would it fit your needs?

AndrewDryga commented 2 years ago

I'm closing this for now, feel free to ask any questions here and we can reopen it as needed.

bvobart commented 4 months ago

I'm working on an open-source project professionally where we also need support for logging in ECS format. I've implemented it and opened #116

@AndrewDryga can you reopen this issue?