Veritas NetBackup™ CloudPoint Install and Upgrade Guide
- Section I. CloudPoint installation and configuration
- Preparing for CloudPoint installation
- Deploying CloudPoint using the Docker image
- CloudPoint cloud plug-ins
- CloudPoint storage array plug-ins
- NetApp plug-in configuration notes
- Nutanix Files plug-in configuration notes
- Dell EMC Unity array plug-in configuration parameters
- Pure Storage FlashArray plug-in configuration notes
- HPE RMC plug-in configuration notes
- Hitachi plug-in configuration notes
- InfiniBox plug-in configuration notes
- CloudPoint application agents and plug-ins
- Oracle plug-in configuration notes
- About snapshot restore
- Additional steps required after a SQL Server snapshot restore
- Protecting assets with CloudPoint's agentless feature
- Preparing for CloudPoint installation
- Section II. CloudPoint maintenance
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. Theflexsnap-fluentd
service serves as thefluentd
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.