Currently it's using outdated versions of some of the roles, and is using logstash-forwarder, which has been superseded (in 2016 mind you) by Filebeat... (see https://github.com/elastic/logstash-forwarder).
The example also uses Ubuntu 16.04 (but in the text it's actually testing on 12.04, yikes!), so it should be updated for 18.04.
Lots of little fixes to do to make sure it's all working well with ELK. Also considering changing the name to efk (for elasticsearch-filebeat-kibana), and maybe even using Fluentd instead of Filebeat? Or maybe just stick to Filebeat for now.
Currently it's using outdated versions of some of the roles, and is using logstash-forwarder, which has been superseded (in 2016 mind you) by Filebeat... (see https://github.com/elastic/logstash-forwarder).
The example also uses Ubuntu 16.04 (but in the text it's actually testing on 12.04, yikes!), so it should be updated for 18.04.
Lots of little fixes to do to make sure it's all working well with ELK. Also considering changing the name to
efk(for elasticsearch-filebeat-kibana), and maybe even using Fluentd instead of Filebeat? Or maybe just stick to Filebeat for now.