The fluentd_disable
parameter disables the installation of Fluentd in the rack. Fluentd is used by Convox to send logs to CloudWatch, providing a centralized logging solution for your applications and infrastructure.
The default value for fluentd_disable
is false
.
To disable Fluentd, use the following command:
$ convox rack params set fluentd_disable=true -r rackName
Setting parameters... OK
This command disables the installation of Fluentd in your rack.
Disabling Fluentd can be beneficial if you have a different logging infrastructure in place or if you want to reduce the overhead of running additional services. Without Fluentd, you will need to ensure that your logs are still being captured and managed effectively by your alternative logging solution.
Fluentd is an essential component in Convox for forwarding logs to CloudWatch. Make sure to configure your logging system to maintain centralized log management if you choose to disable Fluentd.