Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update elasticsearch and kibana usage #34969

Merged

Conversation

crassirostris
Copy link

@crassirostris crassirostris commented Oct 17, 2016

Updated default Elasticsearch and Kibana used for elasticsearch logging destination to versions 2.4.1 and 4.6.1 respectively.

Updated controllers for elasticsearch and kibana to use newer versions of images. Fixed e2e test because of elasticsearch backward incompatible API changes.

Fixed out of sync elasticsearch controller for coreos.

@piosz


This change is Reviewable

@piosz
Copy link
Member

piosz commented Oct 20, 2016

LGTM

@piosz piosz added lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. retest-not-required and removed release-note-label-needed labels Oct 20, 2016
@k8s-github-robot
Copy link

Automatic merge from submit-queue

@gullitmiranda
Copy link

this broken for me, because kibana redirecting to /app/kibana:

http --verify=no -a admin:admin https://172.0.0.1:8080/api/v1/proxy/namespaces/kube-system/services/kibana-logging/
HTTP/1.1 200 OK
Cache-Control: no-cache
Content-Encoding: gzip
Content-Length: 144
Content-Type: text/html
Date: Thu, 27 Oct 2016 21:51:59 GMT
Kbn-Name: kibana
Kbn-Version: 4.6.1
Vary: accept-encoding

<script>var hashRoute = '/app/kibana';
var defaultRoute = '/app/kibana';

var hash = window.location.hash;
if (hash.length) {
  window.location = hashRoute + hash;
} else {
  window.location = defaultRoute;
}</script>

@crassirostris
Copy link
Author

@gullitmiranda Thanks for noticing! I will look into it shortly.

k8s-github-robot pushed a commit that referenced this pull request Nov 3, 2016
Automatic merge from submit-queue

Fixed kibana image and controller to work through proxy

As described in #34969, new kibana image doesn't work properly with proxies without additional configuration.

@piosz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants