If you are running a single moloch cluster, which really just means all the capture/viewer processes talk to the same elastic search cluster, then moloch already takes care of the context for you. You can talk to any of the viewers and it will auto proxy the requests for you if you talk to the wrong one, or if you need to talk to multiple ones. So from your drawing it looks like this is what you want, so you don't NEED to set up a separate viewer.
On Jul 30, 2013 9:36 AM, "Andy" <andy...@gmail.com> wrote:
>
> Since most disk dedup is done on disk blocks, which are much larger then single packets, and pcaps contain ms resolution time stamps per packet, I'm not sure you'll ever see any savings. I think disk compression would probably work better. I tried a gzip of a 12G pcap raw file and the result was about 60% the size of the input, so 40% savings. Not sure what it would do to disk IO and obviously doesn't help with multiple taps seeing the same packets.
>
Hmm I see what you're saying... the "resolution" of the block is too course to actually realize any savings with block level dedup (unless you had some really tiny block sizes set up).
Ahh well. It was just a thought. Thanks for your response Andy