Skip to content

Instantly share code, notes, and snippets.

@64lines
Last active July 4, 2017 16:07
Show Gist options
  • Select an option

  • Save 64lines/24b4c7331c7efe254bc39c18c51135e4 to your computer and use it in GitHub Desktop.

Select an option

Save 64lines/24b4c7331c7efe254bc39c18c51135e4 to your computer and use it in GitHub Desktop.
[FLUENTD] Useful commands
tail -f /var/log/td-agent/td-agent.log               # Look at the Fluetd logs
cat /etc/td-agent/td-agent.conf                      # Look at the configuration of the Fluentd agent
/etc/init.d/td-agent restart                         # Restart the Fluentd agent
/usr/sbin/td-agent-gem install fluent-plugin-sql     # Install libraries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment