Does Mendix support Graylog Integration?

1
Does Mendix support Graylog Integration?
asked
1 answers
0

Graylog offers a number of ways to send event data, see here.

Mendix works with at least three of them:

  • REST API (natively)
  • Kafka (Kafka connector from the appstore)
  • RabbitMQ (RabbitMQ connector from the appstore)

 

To have the logging data available in your app, so that you can send it to Graylog, you can use the Logging module from the appstore.

answered