If things aren't happening as expected, please first look at your logs. For td-agent (rpm/deb), the logs are located at /var/log/td-agent/td-agent.log
.
You can get more information about the logs if verbose logging is turned on. Please follow the steps below.
/etc/init.d/td-agent
-vv
to TD_AGENT_ARGSrestart td-agent
# at /etc/init.d/td-agent
...
TD_AGENT_ARGS="... -vv"
...
/etc/init.d/td-agent
-vv
to DAEMON_ARGSrestart td-agent
# at /etc/init.d/td-agent
...
DAEMON_ARGS="... -vv"
...
Please add -vv
to your command line.
$ fluentd .. -vv