Neil Cook
Neil Cook
@DhavalKapil - given that I've started using this Lua module quite a lot, I'm happy to volunteer to help maintain it. I'm using it successfully with ES 5.6, but it...
Great, thanks! > On 21 Oct 2017, at 05:08, Dhaval Kapil wrote: > > @neilcook You're most welcome! I'll be happy to accept any contribution you want to make. >...
@DhavalKapil - any chance of making me a contributor to this so that I can merge improvements? ES 6 is breaking a lot of things, including this code, and it...
FYI I now maintain a fork of this code at https://github.com/PowerDNS/elasticsearch-lua, plus a luarock neilcook/elasticsearch-lua.
@nicolasfranck How are you installing it? It installs fine for me. Also, why is it being installed under openresty directly?
It says no such file, so just take a look at the rock file. For example I just downloaded it: % luarocks download elasticsearch-lua And looking at the rock file...
BTW this is merged into my fork of this branch. Plus a small fix.
It's merged in my fork, which is now the only maintained version of this repo that I know of. It also supports TLS. https://github.com/PowerDNS/elasticsearch-lua
I have dependencies on this code for various projects, so I've forked it and I maintain it there: https://github.com/PowerDNS/elasticsearch-lua I've also created a new luarock https://luarocks.org/modules/neilcook/elasticsearch-lua This version drops testing...
I'll look at the cjson issue separately, it's a pita TBH. I'll have to build lua manually in travis rather than use the built-in lua. > > Check how your...