Hi Community, This email is regarding enriching the APISIX plugin ecosystem by integrating the Loggly[1] plugin (from SolarWinds). APISIX already has a diverse logging mechanism even recently we have integrated the Splunk logging plugin. Loggly will be a nice integration into the ecosystem.
The plugin development will be done in multiple phases. As an initial MVP, the plugin will use the Loggly Syslog UDP enterprise endpoint for pushing apisix logs (INFO level by default). - Later we are going to support other mechanisms through which users can push logs to Loggly (eg. HTTP[s] event endpoints). - Support Changing Log Severity level based on HTTP response code for a particular route (eg. HTTP 500 -> CRITICAL). The nitty-gritty of the schema definition can be found here[2]. If you have any questions and suggestions please feel free to share them here. Thank you. Best regards, Bisakh <https://github.com/bisakhmondal> [1]: https://www.loggly.com/ [2]: https://github.com/apache/apisix/issues/6112