Perl
Prerequisites
Installing Fluentd
Modifying the Config File
<source>
@type forward
port 24224
</source>
<match fluentd.test.**>
@type stdout
</match>Using Fluent::Logger
Fluent::LoggerProduction Deployments
Output Plugins
High-Availability Configurations of Fluentd
Monitoring
Last updated
Was this helpful?