@uasi 回答ありがとうございます。
systemctl status td-agent.service
を実行したところ以下のコードが出されました。
● td-agent.service - td-agent: Fluentd based data collector for Treasure Data
Loaded: loaded (/usr/lib/systemd/system/td-agent.service; enabled; vendor preset: disabled)
Active: failed (Result: start-limit) since 月 2021-11-15 13:10:07 UTC; 22s ago
Docs: https://docs.treasuredata.com/display/public/PD/About+Treasure+Data%27s+Server-Side+Agent
Process: 827 ExecStop=/bin/kill -TERM ${MAINPID} (code=exited, status=0/SUCCESS)
Process: 23643 ExecReload=/bin/kill -HUP ${MAINPID} (code=exited, status=0/SUCCESS)
Process: 1263 ExecStart=/opt/td-agent/bin/fluentd --log $TD_AGENT_LOG_FILE --daemon /var/run/td-agent/td-agent.pid $TD_AGENT_OPTIONS (code=exited, status=1/FAILURE)
Main PID: 781 (code=exited, status=0/SUCCESS)
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal systemd[1]: td-agent.service: control process exited, code=exited status=1
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal systemd[1]: Failed to start td-agent: Fluentd based data collector for Treasure Data.
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal systemd[1]: Unit td-agent.service entered failed state.
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal systemd[1]: td-agent.service failed.
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal systemd[1]: td-agent.service holdoff time over, scheduling restart.
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal systemd[1]: Stopped td-agent: Fluentd based data collector for Treasure Data.
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal systemd[1]: start request repeated too quickly for td-agent.service
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal systemd[1]: Failed to start td-agent: Fluentd based data collector for Treasure Data.
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal systemd[1]: Unit td-agent.service entered failed state.
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal systemd[1]: td-agent.service failed.
次に
journalctl -xeを実行したところ
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal fluentd[1263]: from /opt/td-agent/lib/ruby/gems/2.7.0/gems/fluentd-1.13.3/lib/fluent/registry.rb:44:in lookup' 11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal fluentd[1263]: from /opt/td-agent/lib/ruby/gems/2.7.0/gems/fluentd-1.13.3/lib/fluent/plugin.rb:160:in
new_impl'
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal fluentd[1263]: from /opt/td-agent/lib/ruby/gems/2.7.0/gems/fluentd-1.13.3/lib/fluent/plugin.rb:105:in new_input' 11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal fluentd[1263]: from /opt/td-agent/lib/ruby/gems/2.7.0/gems/fluentd-1.13.3/lib/fluent/root_agent.rb:312:in
add_source'
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal fluentd[1263]: from /opt/td-agent/lib/ruby/gems/2.7.0/gems/fluentd-1.13.3/lib/fluent/root_agent.rb:158:in block in configure' 11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal fluentd[1263]: from /opt/td-agent/lib/ruby/gems/2.7.0/gems/fluentd-1.13.3/lib/fluent/root_agent.rb:152:in
each'
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal fluentd[1263]: from /opt/td-agent/lib/ruby/gems/2.7.0/gems/fluentd-1.13.3/lib/fluent/root_agent.rb:152:in configure' 11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal fluentd[1263]: from /opt/td-agent/lib/ruby/gems/2.7.0/gems/fluentd-1.13.3/lib/fluent/engine.rb:105:in
configure'
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal fluentd[1263]: from /opt/td-agent/lib/ruby/gems/2.7.0/gems/fluentd-1.13.3/lib/fluent/engine.rb:80:in run_configure' 11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal fluentd[1263]: from /opt/td-agent/lib/ruby/gems/2.7.0/gems/fluentd-1.13.3/lib/fluent/supervisor.rb:663:in
run_supervisor'
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal fluentd[1263]: from /opt/td-agent/lib/ruby/gems/2.7.0/gems/fluentd-1.13.3/lib/fluent/command/fluentd.rb:344:in <top (required)>' 11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal fluentd[1263]: from /opt/td-agent/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:83:in
require'
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal fluentd[1263]: from /opt/td-agent/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:83:in require' 11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal fluentd[1263]: from /opt/td-agent/lib/ruby/gems/2.7.0/gems/fluentd-1.13.3/bin/fluentd:15:in
'
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal fluentd[1263]: from /opt/td-agent/bin/fluentd:23:in load' 11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal fluentd[1263]: from /opt/td-agent/bin/fluentd:23:in
'
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal systemd[1]: td-agent.service: control process exited, code=exited status=1
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal systemd[1]: Failed to start td-agent: Fluentd based data collector for Treasure Data.
-- Subject: Unit td-agent.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit td-agent.service has failed.
-- The result is failed.
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal systemd[1]: Unit td-agent.service entered failed state.
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal systemd[1]: td-agent.service failed.
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal systemd[1]: td-agent.service holdoff time over, scheduling restart.
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal systemd[1]: Stopped td-agent: Fluentd based data collector for Treasure Data.
-- Subject: Unit td-agent.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit td-agent.service has finished shutting down.
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal systemd[1]: start request repeated too quickly for td-agent.service
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal systemd[1]: Failed to start td-agent: Fluentd based data collector for Treasure Data.
-- Subject: Unit td-agent.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Unit td-agent.service has failed.
-- The result is failed.
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal systemd[1]: Unit td-agent.service entered failed state.
11月 15 13:10:07 ip-172-31-22-104.ap-northeast-1.compute.internal systemd[1]: td-agent.service failed.
11月 15 13:11:31 ip-172-31-22-104.ap-northeast-1.compute.internal dhclient[2748]: XMT: Solicit on eth0, interval 108850ms.
11月 15 13:11:58 ip-172-31-22-104.ap-northeast-1.compute.internal sshd[1269]: Received disconnect from 101.32.181.61 port 55866:11: Bye Bye [preauth]
11月 15 13:11:58 ip-172-31-22-104.ap-northeast-1.compute.internal sshd[1269]: Disconnected from 101.32.181.61 port 55866 [preauth]
と出されました。
ご指摘いただいたquery_columnsはどこのことでしょうか?
column_names
table
この二つでしょうか?