Sift Packets with Elasticsearch
docker build -t fullaxx/elasticshark .
docker run -d --rm \
-h elasticshark \
--name elasticshark \
--cap-add SYS_TIME \
--memory 4G \
--cpuset-cpus=0-1 \
--ulimit nofile=65535:65535 \
--ulimit memlock=-1:-1 \
-p 9200:9200 \
-p 5601:5601 \
-e "KBN_PATH_CONF=/usr/share/kibana/config" \
-e "bootstrap.memory_lock=true" \
fullaxx/elasticshark
cd src
./compile.sh
tshark -G elastic-mapping | less
sudo tshark -i eth0 -T ek | ./pretty.exe