unofficial plugin for apisix
- buffered-file-logger: file-logger with batch processor
- file-log-rotate: rotate for access.log generated by
file-logger
/buffered-file-logger
according to the apisix doc: plugin develop
git clone https://github.com/wklken/apisix-extra-plugins.git
apisix.extra_lua_path = "/path/to/apisix-extra-plugins/?.lua"
inconf/config.yaml
- enable the plugin by name in
plugins
field ofconf/config.yaml
apisix:
...
extra_lua_path: "/path/to/example/?.lua"
plugins:
...
- buffered-file-logger