StamusNetworks / Amsterdam

Docker based Suricata, Elasticsearch, Logstash, Kibana, Scirius aka SELKS
GNU General Public License v3.0
184 stars 42 forks source link

not working, alas #49

Closed mslayton-abra closed 6 years ago

mslayton-abra commented 7 years ago

Really love the idea of Amsterdam, but the install has been a problem. I'm probably just missing a large collection of things obvious to people who are closer to the project.

Install took quite awhile to get through. Many missing and sometimes circular dependencies. I think I have it installed properly now (at least the setup.py runs to completion without errors).

However, when I run the configure command:

amsterdam -d ams -i setup I get a backtrace that ends with:

requests.exceptions.ConnectionError: ('Connection aborted.', error(2, 'No such file or directory'))

Tried several different versions of the above command with different ./data directories.
Same error. Also looked through other issues filed -- nothing seemed to match this, but again, I do not have much context yet.

My install: CentOS7; Python 2.7.

regit commented 7 years ago

Is docker started ? Do you get something if you run docker ps ?

mslayton-abra commented 7 years ago

Yes, this was my problem. Docker needs to be running, obviously. Thanks --