Optum / kong-splunk-log

Kong plugin designed to log API transactions to Splunk.
Apache License 2.0
8 stars 6 forks source link

Error in Kong v3.3 #18

Open asofyana opened 1 year ago

asofyana commented 1 year ago

This plugin doesn't work in Kong v 3.3, because the module kong.tools.batch_queue has been renamed to kong.tools.queue (https://docs.konghq.com/gateway/changelog/) After change kong.tools.batch_queue to kong.tools.queue, we have another error 2023/07/25 13:05:51 [error] 2386#0: 61025 failed to run log_by_lua: /opt/kong/plugins/kong-splunk-log/handler.lua:167: attempt to call field 'new' (a nil value) stack traceback: /opt/kong/plugins/kong-splunk-log/handler.lua:167: in function </opt/kong/plugins/kong-splunk-log/handler.lua:143> /usr/local/share/lua/5.1/kong/init.lua:433: in function 'execute_collected_plugins_iterator' /usr/local/share/lua/5.1/kong/init.lua:1673: in function 'log'

jeremyjpj0916 commented 7 months ago

yep we were working on a 3.x compatible version, still needs testing though more.