flow-indexer icon indicating copy to clipboard operation
flow-indexer copied to clipboard

Flow-Indexer indexes flows found in chunked log files from bro,nfdump,syslog, or pcap files

Results 4 flow-indexer issues
Sort by recently updated
recently updated
newest added

Is there a way to limit the search or dump to a specific date/time range. This can be useful when working on specific incidents where we understand the timeline of...

https://github.com/JustinAzoff/flow-indexer/blob/52b1dced9fc447ce646517e99ff11731de994a65/store/leveldb.go#L29-L36

Minimally now that I have "file_glob": "/bro/logs/*/notice.*gz", "recent_file_glob": "/bro/logs/%Y-%m-%d/notice.*gz", Currently if `recent_file_glob` is missing, it can just default to `file_glob`. However, if only `recent_file_glob` is present, one could just convert...