nbs-system / naxsi

NAXSI is an open-source, high performance, low rules maintenance WAF for NGINX
GNU General Public License v3.0
4.8k stars 606 forks source link

Can I analyze the logs from a different server? #414

Closed chancarlo closed 6 years ago

chancarlo commented 6 years ago

I have a small VPS with only 1GB memory. I don't want to install Elasticsearch as it will eat my RAM. I can install Naxsi with my NGINX stack and set it to learning mode. Once it has generated enough log, can I copy the log to another temporary higher memory VPS where I will install Elasticsearch and nxtool and generate the whitelist rules from there then copy it back to my server?

buixor commented 6 years ago

yes ofc the tools coming with naxsi can work from flat logfiles as well :)

chancarlo commented 6 years ago

Ah so that's what flat files meant. Thanks this is great!