Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ CloudPoint Install and Upgrade Guide
  3. Section II. CloudPoint maintenance
  4. CloudPoint logging
  5. How Fluentd-based CloudPoint logging works
Veritas NetBackup™ CloudPoint Install and Upgrade Guide

How Fluentd-based CloudPoint logging works

When you install or upgrade CloudPoint, the following changes occur on the CloudPoint host:

  • A new container service named flexsnap-fluentd is started on the CloudPoint host. This service is started before all the other CloudPoint container services. The flexsnap-fluentd service serves as the fluentd daemon on the host.

  • All the CloudPoint container services are then started with fluentd as the Docker logging driver.

  • A fluentd configuration file is created at /cloudpoint/fluent/fluent.conf.

    This file contains the output plug-in definitions that are used to determine where the CloudPoint logs are redirected for consumption.

Once all the infrastructure components are ready, each of the CloudPoint services begin to send their respective log messages to the configured Docker fluentd logging driver. The fluentd daemon then redirects the structured logs to the output plug-ins configured in the fluentd configuration file. These logs are then sent to the /cloudpoint/logs/flexsnap.log file on the CloudPoint host.

Note that the flexsnap.log file gets rotated after the file size reaches a maximum of 100 MB. A total of 30 generations (rotated files) of the flexsnap.log file are maintained. These conditions are applicable because of the new log file rotate (log-rotate-age) and log size (log-rotate-size) command options that are introduced in the fluentd command.

Feedback

Was this page helpful?
Previous

About CloudPoint logging mechanism

Next

About the CloudPoint fluentd configuration file

Feedback

Was this page helpful?