You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: