fmadio / pcap2json

High Speed PCAP to JSON conversion utility
Other
97 stars 21 forks source link

HTTP ES parallel upload #4

Closed fmadio closed 5 years ago

fmadio commented 5 years ago

current bulk upload script is in-efficient as it stalls the output of pcap2json while the HTTP transfer is in progress.

modify this so multiple upload processes can be run in parallel while pcap2json is still running.

e.g. make it fully pipelined with mutliple con-current pushes

fmadio commented 5 years ago

done. Its now baked into the pcap2json utility using linux C sockets directly