Please enter search query.
Search <book_title>...
Veritas CloudPoint Administrator's Guide
Last Published:
2020-06-04
Product(s):
CloudPoint (2.2.2)
Platform: Linux
- Getting started with CloudPoint
- Section I. Installing and configuring CloudPoint
- Preparing for installation
- Deploying CloudPoint
- Deploying CloudPoint in the AWS cloud
- Using plug-ins to discover assets
- Configuring off-host plug-ins
- AWS plug-in configuration notes
- Google Cloud Platform plug-in configuration notes
- Microsoft Azure plug-in configuration notes
- HPE RMC plug-in configuration notes
- NetApp plug-in configuration notes
- Hitachi plug-in configuration notes
- InfiniBox plug-in configuration notes
- About CloudPoint plug-ins and assets discovery
- Configuring the on-host agents and plug-ins
- Oracle plug-in configuration notes
- Protecting assets with CloudPoint's agentless feature
- Preparing for installation
- Section II. Configuring users
- Section III. Protecting and managing data
- User interface basics
- Indexing and classifying your assets
- Protecting your assets with policies
- Tag-based asset protection
- Replicating snapshots for added protection
- Managing your assets
- About snapshot restore
- Single file restore requirements and limitations
- Additional steps required after a SQL Server snapshot restore
- Monitoring activities with notifications and the job log
- Protection and disaster recovery
- Section IV. Maintaining CloudPoint
- CloudPoint logging
- Troubleshooting CloudPoint
- Working with your CloudPoint license
- Managing CloudPoint agents and plug-ins
- Upgrading CloudPoint
- Uninstalling CloudPoint
- Section V. Reference
Modifying the fluentd configuration file
Modify the fluentd.conf
configuration file if you want to modify the existing plugin definitions.
To modify the fluentd.conf file
- On the CloudPoint host, open the
/cloudpoint/fluent/fluent.conf
configuration file in a text editor of your choice and then edit the contents to add or remove a plugin definition. - If desired, increase the maximum size for the MongoDB collection for CloudPoint logs.
The default size is set to 5120m, which is 5120 MB or 5 GB.
- Save all the changes to the file.
- Restart the
flexsnap-fluentd
container service using the following command:# sudo docker restart flexsnap-fluentd
Note that the changes take effect immediately and are applicable only to the newer log messages that get generated after the change. The file changes do not apply to the older logs that were generated before the configuration file was updated.