以下のどちらかのコマンドを実行してFluentdを停止します。
systemctlを使用してFluentdを停止
# systemctl stop td-agent.service <Enter>
/etc/init.d/td-agentを使用してFluentdを停止
# /etc/init.d/td-agent stop <Enter>