flowanalyzer
flowanalyzer copied to clipboard
installation per instructions fail
Hi, when attempting to literally follow the quick installations it fails. Env: ubuntu 16.04 LTS on a VM with 8GB, 4Cores, 500GB disk
sudo apt-get install git [WORKS]
git clone https://gitlab.com/thart/flowanalyzer.git [WORKS]
cd flowanalyzer [obviously WORKS]
sudo sh ./Install/ubuntu_install_elk5.sh [MOSTLY WORKS] some mild complaints about the pip .cache not being owned by the user. with pip suggesting one uses sudo -H flag
sh ./Install/build_netflow_index_elk5. [FAILS]
sh ./Install/build_netflow_index_elk5.sh curl: (7) Failed to connect to localhost port 9200: Connection refused curl: (7) Failed to connect to localhost port 9200: Connection refused
netstat -an | more shows that there is nothing listening on port 9200
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:XX 0.0.0.0:* LISTEN
tcp 0 0 YYY.XX.0.26:EEEEE AAA.BBB.CCC.DDD:60437 ESTABLISHED
tcp6 0 0 :::XX :::* LISTEN
udp 0 0 YYY.XX.0.26:123 0.0.0.0:*
udp 0 0 127.0.0.1:123 0.0.0.0:*
udp 0 0 0.0.0.0:123 0.0.0.0:*
udp6 0 0 fe80::YYY:ZZZ:feb8:123 :::*
udp6 0 0 ::1:123 :::*
udp6 0 0 :::123 :::*
There is no firewall rules on this device, per iptables --list
thoughts ??
I am facing the same problem
me too
root@vultr:~/flowanalyzer# sh ./Install/build_netflow_index_elk5.sh curl: (7) Failed to connect to localhost port 9200: Connection refused
ditto today.