HASecuritySolutions / VulnWhisperer

Create actionable data from your Vulnerability Scans
https://twitter.com/VulnWhisperer
Apache License 2.0
1.35k stars 271 forks source link

Kibana server is not ready yet #205

Open hsninbil opened 4 years ago

hsninbil commented 4 years ago

Dear All, When i finish the installation, i have this message "Kibana server is not ready yet" this is the logs: logstash | [2020-02-19T13:40:13,050][WARN ][logstash.outputs.elasticsearch] Attempted to resurrect connection to dead ES instance, but got an error. {:url=>"http://elasticsearch:9200/", :error_type=>LogStash::Outputs::ElasticSearch::HttpClient::Pool::HostUnreachableError, :error=>"Elasticsearch Unreachable: [http://elasticsearch:9200/][Manticore::ResolutionFailure] elasticsearch"} logstash | [2020-02-19T13:40:13,050][WARN ][logstash.outputs.elasticsearch] Attempted to resurrect connection to dead ES instance, but got an error. {:url=>"http://elasticsearch:9200/", :error_type=>LogStash::Outputs::ElasticSearch::HttpClient::Pool::HostUnreachableError, :error=>"Elasticsearch Unreachable: [http://elasticsearch:9200/][Manticore::ResolutionFailure] elasticsearch"} logstash | [2020-02-19T13:40:18,076][WARN ][logstash.outputs.elasticsearch] Attempted to resurrect connection to dead ES instance, but got an error. {:url=>"http://elasticsearch:9200/", :error_type=>LogStash::Outputs::ElasticSearch::HttpClient::Pool::HostUnreachableError, :error=>"Elasticsearch Unreachable: [http://elasticsearch:9200/][Manticore::ResolutionFailure] elasticsearch"} logstash | [2020-02-19T13:40:18,076][WARN ][logstash.outputs.elasticsearch] Attempted to resurrect connection to dead ES instance, but got an error. {:url=>"http://elasticsearch:9200/", :error_type=>LogStash::Outputs::ElasticSearch::HttpClient::Pool::HostUnreachableError, :error=>"Elasticsearch Unreachable: [http://elasticsearch:9200/][Manticore::ResolutionFailure] elasticsearch"} logstash | [2020-02-19T13:40:18,083][WARN ][logstash.outputs.elasticsearch] Attempted to resurrect connection to dead ES instance, but got an error. {:url=>"http://elasticsearch:9200/", :error_type=>LogStash::Outputs::ElasticSearch::HttpClient::Pool::HostUnreachableError, :error=>"Elasticsearch Unreachable: [http://elasticsearch:9200/][Manticore::ResolutionFailure] elasticsearch"} logstash | [2020-02-19T13:40:18,084][WARN ][logstash.outputs.elasticsearch] Attempted to resurrect connection to dead ES instance, but got an error. {:url=>"http://elasticsearch:9200/", :error_type=>LogStash::Outputs::ElasticSearch::HttpClient::Pool::HostUnreachableError, :error=>"Elasticsearch Unreachable: [http://elasticsearch:9200/][Manticore::ResolutionFailure] elasticsearch"} kibana | {"type":"log","@timestamp":"2020-02-19T13:40:18Z","tags":["warning","elasticsearch","admin"],"pid":1,"message":"Unable to revive connection: http://elasticsearch:9200/

Thank you

TrainspotterCac commented 4 years ago

I had a few issues with installing and getting it up and running - what I did find is I could get sn older version with the only issues being the dashboard looks poor, are you using the Docker version ? or do you have a full setup of ELK ?

hsninbil commented 4 years ago

Hi, Thank you for your request. I tried both solutions (the old installation and the Docker version), but no chance of working. I used Ubuntu 18.04 as a operating system, for the instatalltion. Please, if you have a stable installation guide, I can use for a new installation.

Le lun. 24 févr. 2020 à 16:37, TrainSpotter notifications@github.com a écrit :

I had a few issues with installing and getting it up and running - what I did find is I could get sn older version with the only issues being the dashboard looks poor, are you using the Docker version ? or do you have a full setup of ELK ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HASecuritySolutions/VulnWhisperer/issues/205?email_source=notifications&email_token=ADROBBKZZUH5A7FWFRJRTYTREPETJA5CNFSM4KXZRSI2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMXZ6IA#issuecomment-590323488, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADROBBJETTDYYG34SMBTBNLREPETJANCNFSM4KXZRSIQ .

-- *مع تحياتي . Best regards. *Cordialement. NABIL HOSNI Engineer - Cyber Security Expert Mobile:(+974) 55.4300.54 / (+216) 94.675.101 PGP/GPG ID: 25A2FE3A PGP/GPG Fingerprint : 7322 A009 639D 9D2F 1CA4 09EA D8EF 6C54 25A2 FE3A

TrainspotterCac commented 4 years ago

Please could you advise on what error messages etc you are getting or is it just Kibana isnt loading ?

TrainspotterCac commented 4 years ago

sorry missed all the error messages in the thread -Doh!! - in order for ES to perform ok - i needed to run : sudo sysctl -w vm.max_map_count=262144

After this command was run it managed to start ok .