pblittle / docker-logstash

Docker image for Logstash 1.4
https://hub.docker.com/r/pblittle/docker-logstash
MIT License
237 stars 90 forks source link

Elasticsearch proxy host should be more flexible #93

Closed pblittle closed 9 years ago

pblittle commented 9 years ago

The current implementation of configuring the Elasticsearch proxy url in Kibana is too rigid. I shouldn't be required to define a port number.

This issue was identified when attempting to use this image in Kubernetes, which hides the service port assignment. I should be able to define my url and produce the following result:

https://<my_ip>/api/v1beta3/proxy/namespaces/default/services/elasticsearch-logging/_nodes

As it stands now, the port number is included in the URL:

https://<my_ip>/api/v1beta3/proxy/namespaces/default/services/elasticsearch-logging:9200/_nodes

pblittle commented 9 years ago

Closing the issue. It is no longer a priority for me.