Last active
February 27, 2018 10:51
-
-
Save Howard-Chang/9996f1ca9bd5ef0dcb1d3d9ed6c6ddaa to your computer and use it in GitHub Desktop.
ntopng+nprobe+ELK batch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /d D:\nProbe | |
start nprobe /c --zmq "tcp://*:2055" -i none -n none --collector-port 5556 | |
cd /d D:\ntopng | |
start ntopng /c -i tcp://127.0.0.1:2055 -F "logstash;120.127.160.91;tcp;5510" --local-networks "120.127.0.0/16" | |
cd /d D:\elasticsearch-5.6.5\bin | |
echo "starting elasticsearch" | |
start elasticsearch | |
cd /d D:\kibana-5.6.5-windows-x86\bin | |
echo "starting kibana" | |
start kibana | |
cd /d D:\ELK\logstash-6.1.1\bin | |
echo "starting logstash" | |
start logstash -f flow.conf | |
//清大 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment