Closed leobudima closed 8 years ago
You can transmit anything though any transport. Create a new reporter configuration, filter out everything but "ops" events and then use a tcp or udp write stream to an endpoint.
Also, the ops reporting part of good is it's own module, so you can use it directly if that would suite your needs better.
Thanks! I'll dig in and create my own - I realize that a lot of effort has gone into cleaning and simplifying good in the last revision, with moving to streams - hopefully community will quickly react and broaden support for different protocols again. I'll do my best to contribute :) Thanks again!
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
Hi - given that hapi is emitting both traditional logs and performance monitoring information, and the new release of good, is there a recommended approach to centralized performance monitoring/logging, or can someone share their production experience?
We are currently running (with another framework) an ELK stack for logs, which I realize is possible through good-logstash, but what about ops events, for which currently doesn't seem to be a way to transmit through tcp / udp? Up till now, we were sending data (again, from another framework) to collectd which feeds it to InfluxDB - is there anything comparable for hapi/good?
Thanks!