StamusNetworks / selks-scripts

SELKS scripts
GNU General Public License v3.0
7 stars 10 forks source link

Long wait on first time set up on existing SELKS5 #8

Open pevma opened 5 years ago

pevma commented 5 years ago

When I try to run /opt/selks/Scripts/Setup/selks-first-time-setup_stamus.sh on an already set up SELKS5 - there is very long hang on the Moloch init par tof the script. But if I execute the scripts in /opt/selks/Scripts/Setup/selks-first-time-setup_stamus.sh one by one - it works fine no issue.

@Jeroen0494 - have you experienced something similar ?

Jeroen0494 commented 5 years ago

This is correct, you need to type in "INIT" to manually confirm to wipe the database. This is done by Moloch on purpose so you don't accidentally wipe your database.

Jeroen0494 commented 5 years ago

On line 40 of the Moloch setup script you could do something like this: yes INIT | /data/moloch/db/db.pl http://localhost:9200 init I don't have a system to test it out on though, I'm not claiming this actually works and I shan't be responsible for the consequences...

pevma commented 5 years ago

Nope - in my case it does not as - just hangs there - see screenshot below:

screenshot from 2018-11-30 13-30-13

Jeroen0494 commented 5 years ago

That particular step always takes a while for me to if I have a lot of data in Elasticsearch, but it would never just 'hang'. Could you make the script more verbose by adding "set -x" to the top?

pevma commented 5 years ago

Ya - ok - so I experience the same, if there is data in ES it wait there a lot. Not sure why?

Jeroen0494 commented 5 years ago

So after waiting long enough, the command does complete? I don't see you typing 'INIT' in the screenshot above, does this command actually execute?

The init command wipes all Moloch data in Elasticsearch via the API, including indexed PCAP files. If you have a lot of network traffic (and a lot of Elasticsearch data) this command takes a while. It also wipes the user database.

pevma commented 5 years ago

Yes - on both points. It just it takes while to come to the question of "type INIT" - the end user may keep wondering what is happening....

Jeroen0494 commented 5 years ago

Hmm, that is weird. If I run the script as-is on a working system the question for INIT comes up immediately. And I have never experienced extreme slowness before that question comes up. My only thought would be the timeout in the curl command in the if-statement.

Moloch checks the status of Elasticsearch too, btw. So maybe you can even remove the curl, because this would mean double the waiting time.

pevma commented 5 years ago

That first curl check - comes out very fast - no wait time it just returns if ES is up or not, so i doubt it is because of it. Ok then it is probably because of my VM set up maybe - if no one else experiences it ...

Jeroen0494 commented 5 years ago

Hi Peter,

So I ran the first-time-setup script on an already configured system for some testing and it just hung there until I typed INIT, but it never asked for me to type it. Somehow the moloch init script doesn't forward it's output to the current terminal session, making it seem like the script froze. I'm off for the holidays but maybe this gives you some more information for testing in the meantime.

Jeroen

pevma commented 5 years ago

ok. Thanks for the follow up. I think this should be fixed by - https://github.com/StamusNetworks/selks-scripts/commit/2914453a2751b7be9906a72cc0e5962340dd83e3

Jeroen0494 commented 4 years ago

Hi Peter,

Can this issue be closed?

pevma commented 4 years ago

Sure Thanks !

-- Regards, Peter Manev

On 21 Jun 2020, at 11:29, Jeroen notifications@github.com wrote:

 Hi Peter,

Can this issue be closed?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.