can you run netstat -anp | grep 5601
Whats the output of that? On Thu, Nov 8, 2018 at 7:11 AM Apostolis Kourmatzoglou < [email protected]> wrote: > Hi to all, > > I would like to ask about Kibana monitoring, > > To be more specific, I have set up a vagrant box Ubuntu 18.04.1 LTS > (GNU/Linux 4.15.0-32-generic x86_64) in Linux mint host, the provisioning > is the shell. The box contains a PHP laravel project in the domain, for > example, myproject.com (set up to /etc/hosts in host machine with the IP > of the box). > Now I would like to use Kibana monitoring, I have set up elasticsearch: > > > curl localhost:9200 > { > "name" : "Rodstvow", > "cluster_name" : "elasticsearch", > "version" : { > "number" : "2.4.0", > "build_hash" : "ce9f0c7394dee074091dd1bc4e9469251181fc55", > "build_timestamp" : "2016-08-29T09:14:17Z", > "build_snapshot" : false, > "lucene_version" : "5.5.2" > }, > "tagline" : "You Know, for Search" > } > > logstash and Kibana (latest versions). > > Also, I have forward ports > > config.vm.network :forwarded_port, guest: 9200, host: 9200 > config.vm.network :forwarded_port, guest: 5000, host: 5000 > config.vm.network :forwarded_port, guest: 5601, host: 5601 > > and my problem is that I can't see Kibana monitoring in my browser, I have > tried myproject.com:5601 or localhost:5601, but both of them don't work. > > Could anyone advise? > Any configuration change suggestion ? > > Kind Regards > > > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > IRC: #vagrant on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vagrant-up/561ebb9e-537d-4ff6-ad45-5caef9924545%40googlegroups.com > <https://groups.google.com/d/msgid/vagrant-up/561ebb9e-537d-4ff6-ad45-5caef9924545%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Alvaro -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0eygvR656tqugCjCROw4Ez%3DtBiS1wiQgySqqXk1GA7Eypw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
