freedomofpress / ansible-role-elk

Installs a turnkey ELK stack for log aggregation and analysis, with optional Riemann support for alerting
18 stars 13 forks source link

Add default value to islnk check (fixes #48) #50

Closed techraf closed 8 years ago

conorsch commented 8 years ago

Thanks @techraf, great catch!

Context: #45 changed the Kibana install strategy from tarball extraction to apt repo. The tarball extraction approach used symlinks pointing to /opt/kibana, with src pointing to the most recent version of Kibana. The symlink detection task is intended to provide smooth transition between both config styles of the role, so folks can upgrade in place with minimal hassle.