You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/11/18 16:08:31 UTC

[apisix] branch master updated (d082703 -> 5b39602)

This is an automated email from the ASF dual-hosted git repository.

membphis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git.


    from d082703  docs: modify `architecture-design.md` to add what should pay attention when… (#2744)
     add 5b39602  feat: support plugin for "aliyun" log service (#2177)

No new revisions were added by this update.

Summary of changes:
 Makefile                                |   3 +
 apisix/plugins/sls-logger.lua           | 206 ++++++++++++++++++++++++++++++++
 apisix/plugins/slslog/rfc5424.lua       | 105 ++++++++++++++++
 conf/config-default.yaml                |   1 +
 doc/images/plugin/sls-logger-1.png      | Bin 0 -> 429438 bytes
 doc/plugins/sls-logger.md               | 119 ++++++++++++++++++
 doc/zh-cn/plugins/sls-logger.md         | 117 ++++++++++++++++++
 t/admin/plugins.t                       |   2 +-
 t/debug/debug-mode.t                    |   1 +
 t/plugin/{tcp-logger.t => sls-logger.t} | 116 +++++-------------
 10 files changed, 580 insertions(+), 90 deletions(-)
 create mode 100644 apisix/plugins/sls-logger.lua
 create mode 100644 apisix/plugins/slslog/rfc5424.lua
 create mode 100644 doc/images/plugin/sls-logger-1.png
 create mode 100644 doc/plugins/sls-logger.md
 create mode 100644 doc/zh-cn/plugins/sls-logger.md
 copy t/plugin/{tcp-logger.t => sls-logger.t} (51%)