flowanalyzer icon indicating copy to clipboard operation
flowanalyzer copied to clipboard

installation per instructions fail

Open digitalpilotnm opened this issue 7 years ago • 4 comments

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 ??

digitalpilotnm avatar Jun 10 '17 13:06 digitalpilotnm

I am facing the same problem

joseph743 avatar Nov 25 '17 19:11 joseph743

me too

honeyfairy avatar Sep 05 '18 21:09 honeyfairy

root@vultr:~/flowanalyzer# sh ./Install/build_netflow_index_elk5.sh curl: (7) Failed to connect to localhost port 9200: Connection refused

honeyfairy avatar Sep 05 '18 21:09 honeyfairy

ditto today.

jersam avatar Oct 10 '18 22:10 jersam