You already have an exiting installation of Scribe but want to collect data into multiple backend systems (by leveraging Fluentd's wide-ranging output plugins).
The benefit of this approach is:
Install the Scribe input plugin by running the following command
$ fluent-gem install fluent-plugin-scribe
Open your Fluentd configuration file and add the following lines:
<source>
type scribe
port 1463
bind 0.0.0.0
msg_format json
</source>
In the above example, we assume bind
is localhost and port
is 1463. See the docs for the full list of parameters.
It's time to configure data outputs. Here are some examples.
Want to learn the basics of Fluentd? Check out these pages.
Couldn't find enough information? Let's ask the community!
You need commercial-grade support from Fluentd committers and experts?
©2010-2024 Fluentd Project. ALL Rights Reserved.
Fluentd is a hosted project under the Cloud Native Computing Foundation (CNCF). All components are available under the Apache 2 License.