-
-
Save valmac/ef07ac9921c6c005c1682b45f036bbeb to your computer and use it in GitHub Desktop.
Revisions
-
Mitch created this gist
Mar 29, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ #!/usr/bin/env bash # I've spent too much time banging my head against the wall trying to do this to not document it cd /etc/td-agent/plugin/ && sudo wget https://raw.githubusercontent.com/emsearcy/fluent-plugin-gelf/master/lib/fluent/plugin/out_gelf.rb sudo /usr/sbin/td-agent-gem install gelf echo "Installed td-agent GELF plugin" exit 0