netflow-indexer
netflow-indexer copied to clipboard
A program that uses xapian to index the flat file databases used by nfdump or flow-tools
First of all, the pip install command you list in the documentation, ``` shell pip install -s -E /usr/local/python_env/ netflowindexer-0.1.9.tar.gz ``` Doesn't seem to work. My pip install doesn't recognize...
Would be nice if it could.
a filename like turn /data/nfsen/profiles/live/podium/nfcapd.2009030110 gets turned into "2009-03-01 10:00" but the path contained potentially useful information like profile='live' and source='podium' I need to replace doc_id_to_date with something that keeps...