apache / hop

Hop Orchestration Platform
https://hop.apache.org/
Apache License 2.0
902 stars 328 forks source link

[Feature Request]: Logger plugin to send Hop logs to Graylog #2965

Open sramazzina opened 1 year ago

sramazzina commented 1 year ago

What would you like to happen?

Write a plugin to easily ingest Hop Logs into Graylog LMS

Issue Priority

Priority: 3

Issue Component

Component: Other

mattcasters commented 8 months ago

Are you still working on this Sergio? How is Graylog reading logging information? Can it handle standard ECS (Elastic Common Schema) logs? Perhaps that would be better, create an encoder for those JSON snippets. That way we'll have support for tools like ELK and Datadog as well.

sramazzina commented 8 months ago

Ciao @mattcasters yes I'm always working on this. Just paused a bit because I was overbusy at work. I don't think it can handle ECS logs but I'll check it out.

sramazzina commented 8 months ago

@mattcasters I made some investigations and unfortunately Graylog do not support ECS. But the base structure of the plugin we implemented is generic and pluggable. I can add the ECS support too. Let my find out documentation on it and I will be back