hello everyone
as in this image
regarding the logs, does Corteza has native support for elasticsearch? like Sentry?
if yes, how to integrate it?
hello everyone
as in this image
regarding the logs, does Corteza has native support for elasticsearch? like Sentry?
if yes, how to integrate it?
Logging is a bit different than error tracking with Sentry. Error tracking needs to be tightly coupled.
Logging is strictly output into stdout and can be then captured and processed independently.
Corteza follows The Twelve-Factor App
Assuming you use corteza inside Docker container you can forward that logs to your ELK stack.
You can also use the fluentd proxy for docker logging, more available at https://www.fluentd.org/.
There’s even some info on plugging ES to fluentd for docker logs here.
thank you all, I think we’ll go with ELK