RDA Log Archives
Log Archive Repository
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.
Note: Refer to the Event Gateway section for more details on Event Gateway
RDA Log Archive - RDA Client CLI Commands
secret-add
CLI to add S3 Compatible secret key credentials
secret-list
CLI to show the list of added secrets to the environment
logarchive-repos
CLI to show the list of logarchive-repos added to the environment.
logarchive-names
CLI to show the list of logarchive-names added to logarchive-repo's (repo name is needed to list the configured names within that repo)
logarchive-data-read
CLI to show data read operation using logarchive-data-read command
Additional CLIs to perform actions on data
rdac logarchive-data-read --repo longivity-131 --name longivity --speed 2.0 --max_rows 100
rdac logarchive-download --repo longivity-131 --name longivity --flatten --out /home/macaw/deleteme
rdac logarchive-data-size --repo longivity-131 --name longivity
Last updated