cvandeplas / pystemon

Monitoring tool for PasteBin-alike sites written in Python. Inspired by pastemon http://github.com/xme/pastemon
GNU Affero General Public License v3.0
334 stars 226 forks source link

store pasties in elasticsearch database #20

Open cvandeplas opened 10 years ago

cvandeplas commented 10 years ago

Add an option to store the pasties in an elasticsearch database

adulau commented 10 years ago

The indexing option is now part of the AIL framework. https://github.com/CIRCL/AIL-framework it means that you can stream output from Pystemon into AIL with ZMQ and let AIL do the indexing or the detection directly.

adulau commented 9 years ago

I just added a feeder from pystemon to AIL to ease the installation. As long as pystemon is configured with the Redis queue, it should work out of the box. https://github.com/CIRCL/AIL-framework/blob/master/bin/feeder/pystemon-feeder.py