Last active
January 1, 2016 20:59
-
-
Save dmorrison/8201005 to your computer and use it in GitHub Desktop.
Uninstall Lumberjack and install logstash-forwarder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b knife ssh '...' 'sudo service lumberjack stop' | |
b knife ssh '...' 'sudo apt-get remove --purge -y lumberjack' | |
b knife ssh '...' 'sudo rm /etc/lumberjack.conf' | |
b knife ssh '...' 'sudo chef-client' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment