ververica / ververica-platform-playground

Instructions for getting started with Ververica Platform on minikube.
https://docs.ververica.com/getting_started/index.html
Apache License 2.0
89 stars 39 forks source link

Use explicit, working versions for logging stack #103

Closed novakov-alexey closed 1 year ago

novakov-alexey commented 1 year ago

Elasticsearch has made major changes in version 8.x, which is automatically pulled by Helm we run inside the setup.sh script. These major changes eventually lead to failing deployment of ES, Kibana and Fluentd connector Pods. Our Helm values for logging components should be adjusted to make everything to work again.

Quick fix is proposed in this PR to still use that suitable for our version which is was probably the latest version back then when this script was developed initially.

qinjunjerry commented 1 year ago

@pklopotowski Could you double check and merge if ok?

novakov-alexey commented 1 year ago

@pklopotowski could you please check this one? We would like to merge this sooner the better.

CC: @hectorrios , @alibahadirzeybek