Discussion:
[vagrant-up] Vagrant and Kibana
Apostolis Kourmatzoglou
2018-11-08 06:11:51 UTC
Permalink
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 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.
Apostolis Kourmatzoglou
2018-11-08 14:19:17 UTC
Permalink
On Thursday, November 8, 2018 at 8:11:51 AM UTC+2, Apostolis Kourmatzoglou
Post by Apostolis Kourmatzoglou
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).
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"
}
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 vagrant-up+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/37e72ba5-fdea-43d2-a58e-b8c2a17b89d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Alvaro Miranda Aguilera
2018-11-12 20:51:08 UTC
Permalink
can you run

netstat -anp | grep 5601

Whats the output of that?

On Thu, Nov 8, 2018 at 7:11 AM Apostolis Kourmatzoglou <
Post by Apostolis Kourmatzoglou
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).
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
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 vagrant-up+***@googlegroups.com.
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.
Apostolis Kourmatzoglou
2018-11-14 08:17:05 UTC
Permalink
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
Post by Apostolis Kourmatzoglou
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).
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 vagrant-up+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/7d34d132-c4f9-40c3-8a13-339c0dfdaaab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Flashtube Gaming
2018-11-14 09:03:32 UTC
Permalink
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 <
Post by Apostolis Kourmatzoglou
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
Post by Apostolis Kourmatzoglou
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).
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
To view this discussion on the web visit
https://groups.google.com/d/msgid/vagrant-up/7d34d132-c4f9-40c3-8a13-339c0dfdaaab%40googlegroups.com
<https://groups.google.com/d/msgid/vagrant-up/7d34d132-c4f9-40c3-8a13-339c0dfdaaab%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
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/CACtYxCdmCuKusgAFPs7vHFa6Te15Bt%2BaYaDCViTOy%3D0SizMkGA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...