Open steebchen opened 6 years ago
Any update on this issue opened 1 year ago?I've the same problem.
@blacktek You should search for other solutions. Don't rely on plugins which are not actively maintained.
Can you recommend something to forward data from nginx to zmq? I've not found anything
Nope, sorry. I have chosen a different path for this project back then where I've used varnish on top of nginx which has propper logging tools, and then you can easily stream logs by using /usr/bin/varnishncsa
and then use any language to to whatever you want with the logs :) Probably not the best and not the most performant solution, but it works. Nowadays, this project is abandoned though (due to other reasons).
Yes, this module is no longer maintained AFAIK. Perhaps if you're using openresty you can use a zmq library for lua to accomplish the same thing.
I want to build this module with openresty.
My commands look exactly like the instructions:
However, when running nginx with any zmq directive like
log_zmq_server
, nginx aborts on start:I am sure that the compiling itself works, because the logs show that it was compiled correctly, and it reported an error before because of missing dependencies (libzmq3-dev):
The full log output is available at https://paste.ee/p/BCdf6.
My dockerfile:
Any suggestion is appreciated. I also tried with an older version which is officially supported, namely v1.5.12.1.