Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 421 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 421 Bytes

lua-ngx-elastic

Sending structured access logs into elasticsearch in realtime.

Disclaimer: It's early version, so lua code may block nginx worker, be careful and ensure to you have know how it works.

See at nginx-example.conf.

Tests

At best just run python -m tox If you got exceptions (especially http connection error) look at constants in tests.py, probably you should change them.