Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation per instructions fail #1

Open
digitalpilotnm opened this issue Jun 10, 2017 · 4 comments
Open

installation per instructions fail #1

digitalpilotnm opened this issue Jun 10, 2017 · 4 comments

Comments

@digitalpilotnm
Copy link

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

@joseph743
Copy link

I am facing the same problem

@honeyfairy
Copy link

me too

@honeyfairy
Copy link

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

@jersam
Copy link

jersam commented Oct 10, 2018

ditto today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants