A named archive within a Log Archive Repository. Each repository will contain one more or more archives to store log data.
Terminology
Log Archive Storage in Object Storage
The following screen capture explains the structure of log archives storage under s3 compatible object storage.
CLI Interface
The following sections explain various CLI commands that can be used in the context of RDA Log Archive functionality.
CLI Commands
CLI Repositories
UI in SaaS Portal
Users can access the RDA Log Archive user interface via the SaaS portal.
Login to SaaS Portal UI --> Configuration → Data
Bots
RDA provides various system-enabled bots in order to use RDA Log Archive functionality. The following captures a few of the bots that are part of RDA.
Replay Bot
Save Bot
Event Gateway Configuration
Users can enable RDA Log Archive configuration via the RDA event gateway main configuration. Users must enable the configuration for an endpoint to take effect the log archive functionality as shown below.
RDA Log Archive - RDA Client CLI Commands
secret-add
CLI to add S3 Compatible secret key credentials
[macaw@localhost~]$ rdac secret-add --type logarchive_repo
Configure Integration: S3 Compatible Object Storage for Log Archiving
Name*: deleteme
Host or Endpoint*: 10.95.131.103:9000
Use HTTPS [True]: false
Access Key*: fa337ca7887345b6971b4c4e33f00056rdauser
Secret Key*:
Bucket*: tenants.904a6613553c4e7cab45fe971b4a66bd
Object Prefix* [/]: log_archivals/
Manage Lifecycle of Archives: 2
Delete Old Data After (days) [30]: 7
[macaw@localhost~]$
secret-list
CLI to show the list of added secrets to the environment