Corteza logs with elasticsearch

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.

1 Like

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.

1 Like

thank you all, I think we’ll go with ELK