logsearch / logsearch-boshrelease

A BOSH-scalable Elasticsearch+Logstash+Kibana release
http://www.logsearch.io
Apache License 2.0
57 stars 46 forks source link

Kibana - where it is? #162

Closed pako-grape closed 9 years ago

pako-grape commented 9 years ago

Hi I' ve deployed logsearch-boshrelease v21 on aws and everything is ok - elasticsearch is collecting logs. curl 10.10.7.10:9200/_cat/indices?v shows that there are logs, but how to see these logs? And main question how to access Kibana? I will be really grateful if someone show me the way where to find Kibana...

dpb587 commented 9 years ago

You'll find kibana 3 is installed at http://10.10.7.10:9200/_plugin/kibana/ as an elasticsearch plugin, or kibana 4 available on port 80 of whatever job you deployed the kibana template to.

pako-grape commented 9 years ago

Thank you very much for fast response:) In deed there is Kibana 3, but maybe you know how to access it from outside? Not by private ip address... Anyway thanks for your response again searching for it was very tiring:)

dpb587 commented 9 years ago

If you need to access it by hostname or public IP, you'll need to configure it for that in your deployment manifest and DNS services - for that sort of thing you'll need to reference the BOSH documentation.

pako-grape commented 9 years ago

Ok, thanks for help.