Vagrant and Kibana

30 views
Skip to first unread message

Apostolis Kourmatzoglou

unread,
Nov 8, 2018, 1:11:51 AM11/8/18
to Vagrant
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


Apostolis Kourmatzoglou

unread,
Nov 8, 2018, 9:19:18 AM11/8/18
to Vagrant


On Thursday, November 8, 2018 at 8:11:51 AM UTC+2, Apostolis Kourmatzoglou 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 (inside the box)

{
  "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"
}

Alvaro Miranda Aguilera

unread,
Nov 12, 2018, 3:51:24 PM11/12/18
to vagra...@googlegroups.com
can you run 

netstat -anp | grep 5601

Whats the output of that?

--
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 vagrant-up+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/561ebb9e-537d-4ff6-ad45-5caef9924545%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Alvaro

Apostolis Kourmatzoglou

unread,
Nov 14, 2018, 3:17:06 AM11/14/18
to Vagrant
Hi, Alvaro, thank you for your replay,

in sudo netstat -anp | grep 5601 the response was nothing, so, as I understand and if I am correct is the configuration in Kibana, I will check it, but if you have any suggestion I will appreciate it.

Thank you!

On Thursday, November 8, 2018 at 8:11:51 AM UTC+2, Apostolis Kourmatzoglou wrote:

Flashtube Gaming

unread,
Nov 14, 2018, 4:03:56 AM11/14/18
to vagra...@googlegroups.com
Hello,

Im pretty sure that you have the wrong email, because this post is not made by me and my name neighter is Alvaro.

Kind Regards,

Carlo Schmid

Am Mi., 14. Nov. 2018, 09:17 hat Apostolis Kourmatzoglou <apost...@exciteholidays.com> geschrieben:
--
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 vagrant-up+...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages