Globus Connect Server Audit Dump
Name
globus-connect-server audit dump - Dump the full high assurance audit log database to a structured format
Description
The globus-connect-server audit dump command dumps the audit log database to a structured format, for import or analysis with other tools. The audit log database is created and populated with the command globus-connect-server audit load.
Important
You must have read access to the database specified by the --db-path option.
Examples
Load the logs from the default location, and then dump the logs into a CSV file:
sudo globus-connect-server audit load sudo globus-connect-server audit dump -F csv > audit-logs-full.csv
Dump a log database pulled from a different machine to json format:
globus-connect-server audit dump -d ./audit-logs.db -F json > audit-logs-full.json