Welcome to the Linux Foundation Forum!
Lab2 3a
joshl
Posts: 37
In this lab, I get this message in my working terminal and the terminal showing the fluentd running logs
:~/labsys/lab2$ curl -X POST -d 'json={"lfs242":"hello from http"}' http://localhost:32767/mod2/http
500 Internal Server Error
Input/output error @ io_write - <STDOUT>
2022-05-12 23:15:28 +0000 [info]: adding source type="http" 2022-05-12 23:15:28 +0000 [warn]: #0 [http_input] LoadError 2022-05-12 23:15:28 +0000 [info]: adding source type="monitor_agent" 2022-05-12 23:15:28 +0000 [info]: adding source type="debug_agent" 2022-05-12 23:15:28 +0000 [info]: #0 shutting down fluentd worker worker=0 2022-05-12 23:15:28 +0000 [info]: #0 shutting down input plugin type=:forward plugin_id="forward_input" 2022-05-12 23:15:28 +0000 [info]: #0 shutting down input plugin type=:monitor_agent plugin_id="monitor_agent_input" 2022-05-12 23:15:28 +0000 [info]: #0 shutting down input plugin type=:http plugin_id="http_input" 2022-05-12 23:15:28 +0000 [info]: #0 shutting down input plugin type=:debug_agent plugin_id="debug_agent_input" 2022-05-12 23:15:28 +0000 [info]: #0 shutting down output plugin type=:forward plugin_id="forward_output" 2022-05-12 23:15:28 +0000 [info]: #0 shutting down output plugin type=:stdout plugin_id="stdout_output" 2022-05-12 23:15:33 +0000 [warn]: #0 [forward_output] event loop does NOT exit until hard timeout. 2022-05-12 23:15:38 +0000 [warn]: #0 event loop does NOT exit until hard timeout. 2022-05-12 23:15:40 +0000 [warn]: #0 killing existing thread thread=#<Thread:0x000055d70ffa9ab0@event_loop /var/lib/gems/2.7.0/gems/fluentd-1.14.6/lib/fluent/plugin_helper/thread.rb:70 sleep> 2022-05-12 23:15:40 +0000 [warn]: #0 thread doesn't exit correctly (killed or other reason) plugin=Fluent::Plugin::ForwardOutput title=:event_loop thread=#<Thread:0x000055d70ffa9ab0@event_loop /var/lib/gems/2.7.0/gems/fluentd-1.14.6/lib/fluent/plugin_helper/thread.rb:70 aborting> error=nil 2022-05-12 23:15:40 +0000 [warn]: #0 [forward_output] killing existing thread thread=#<Thread:0x000055d70ffa9768@event_loop /var/lib/gems/2.7.0/gems/fluentd-1.14.6/lib/fluent/plugin_helper/thread.rb:70 sleep> 2022-05-12 23:15:40 +0000 [warn]: #0 [forward_output] thread doesn't exit correctly (killed or other reason) plugin=Fluent::Plugin::ForwardOutput title=:event_loop thread=#<Thread:0x000055d70ffa9768@event_loop /var/lib/gems/2.7.0/gems/fluentd-1.14.6/lib/fluent/plugin_helper/thread.rb:70 aborting> error=nil 2022-05-12 23:15:40 +0000 [info]: #0 restart fluentd worker worker=0 2022-05-12 23:15:40 +0000 [info]: #0 [debug_agent_input] listening dRuby uri="druby://127.0.0.1:24230" object="Fluent::Engine" worker=0 2022-05-12 23:15:40 +0000 [info]: #0 [forward_input] listening port port=24224 bind="0.0.0.0" 2022-05-12 23:17:51 +0000 [warn]: #0 [forward_output] detached forwarding server '' host="192.168.0.11" port=24224 hard_timeout=true 2022-05-12 23:17:51 +0000 [warn]: #0 detached forwarding server '' host="192.168.0.12" port=24224 hard_timeout=true
0
Comments
-
Can you please post the config file you used?
0 -
# lab2 config # Listens on a Socket <source> @type forward port 31604 </source> # Listens on REST <source> @type http port 32767 </source> # in_tail plugin to tail a file. A <parse> subdirective and tag parameter are required but there are no defaults set for the in_tail plugin. <source> @type tail path /tmp/fluent/*.log tag "local.logs" pos_file "/tmp/fluent/lab2.tail.pos" # pos_file is recomeneded, which allow Fluentd to resume reading a file should it go down. <parse> @type none </parse> </source> <match> @type stdout </match> # END OF FILE0 -
I reran that same command with your config and it seems to work for me.
Can you try stopping the
fluentdprocess then start it again?0 -
thank you. i figured out what happened. i got timed out from my terminal and had to re-login. i forgot to redo this step
~/labsys$ export FLUENT_CONF=/home/ubuntu/labsys/lab2/lab2.conf
after recreating the env variable, it worked.0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 768 Linux Foundation IT Professional Programs
- 379 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 101 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 4 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 11 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 3 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 796 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 91 Storage
- 771 Linux Distributions
- 81 Debian
- 68 Fedora
- 23 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 120 Mobile Computing
- 20 Android
- 85 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 395 Off Topic
- 121 Introductions
- 30 Study Material
- 1K Programming and Development
- 310 Kernel Development
- 692 Software Development
- 1K Software
- 400 Applications
- 182 Command Line
- 5 Compiling/Installing
- 69 Games
- 318 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)