Ruby
Prerequisites
Installing Fluentd
Modifying the Config File
<source>
@type forward
port 24224
</source>
<match fluentd.test.**>
@type stdout
</match>Using fluent-logger-ruby
fluent-logger-rubyProduction Deployments
Output Plugins
High-Availability Configurations of Fluentd
Monitoring
Last updated
Was this helpful?