Nodejs
Prerequisites
Installing Fluentd
Modifying the Config File
<source>
@type forward
port 24224
</source>
<match fluentd.test.**>
@type stdout
</match>Using @fluent-org/logger
@fluent-org/loggerObtaining the Most Recent Version
A Sample Application
package.json
package.jsonindex.js
index.jsProduction Deployments
Output Plugins
High-Availability Configurations of Fluentd
Monitoring
Last updated
Was this helpful?