-
Notifications
You must be signed in to change notification settings - Fork 191
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
Upgrade to 6.2, Maintain 5.6+ Branch #66
Comments
Once I have gotten through the issues above, or relevant fixes have been merged upstream and the 6.x can be deployed in a repeatable, idempotent fashion without breaking any of the other features/functionality we currently have with 5.6.x (current master) I plan on the following changes:
The final landscape should look like this:
|
Update here, this is reported to be fixed in logstash-plugins/logstash-input-tcp#113 I have not gotten a chance to resume this yet due to travel and family issues. |
How is this coming along? Have you updated to version 6.x of ELK? |
I think it's mostly ready I just need time to test it. I imagine it'll be
shaped up and pushed as the new master branch sometime in October when I
return from vacation if not sooner.
…On Fri, Aug 10, 2018 at 6:20 PM, Jim McCann ***@***.***> wrote:
How is this coming along? Have you updated to version 6.x of ELK?
|
Hi, Any update on this? Do you need help? |
Hey @devantoine thanks for offering I've just been really busy. I am already about 90% there but had to pause due to other activities going on in and out of work. I have started to pick this back up again though! I don't think it'll be much longer. |
We will be moving to the 6.x ELK series and master branch will become 6.x series. What is currently master will become the 5.6 branch similar to what we've done for 2.4. Fixes: I've made some changes to yum with_items as this will be deprecated in Ansible 2.11+. Curator should be working again for 5.6, thanks @crossan007 for filing an issue about it. Fixes: #71 Related-to: #66
Master branch will become a 6.x maintained ELK/EFK branch in the near future, this will sync 5.6 for the time-being for folks who might be installing it. Related-to: #66
So an update here, I'm hitting an issue with filebeat and pushing simple logs on This caused by a breaking change introduced into (filebeat client logs
(logstash logs)
filebeat.yml config
logstash.conf
Supposedly this should fix it in
|
Well done, thank you sir! |
This should track the upgrade of the playbook to the latest 6.x series of Elasticsearch, Logstash and Kibana.
I am in the process of getting ELK 6.2.x+ to work but have hit a few bugs. I've managed to workaround a few of them and I will go back and file bug reports but stuck on one particular logstash issue dealing with
netty_tcnative
and logstash crypto:logstash-plugins/logstash-input-beats#188
elastic/logstash-docker#77
logstash-plugins/logstash-input-beats#288
This relates to the beats plugin and use of encryption ciphers as we auto-create and deploy x509 SSL certificates for the
elk_client
role so people can easily ship their logs encrypted over the wire to logstash.I have not yet gotten to upgrading Fluentd and testing that or X-PACK on 6.2+ because of the above LS issues, everything else I've run into just seem like packaging issues (missing directories from RPM installation etc) and I'll file bugs for those upstream.
The text was updated successfully, but these errors were encountered: