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.
Options
- -h, --help
-
Show help message and exit.
- --version
-
Show the version and exit.
- -d, --db-path PATH
-
Path of the audit log database. The default is ~/.globus/audit-logs.db.
- -F, --format "json" | "csv"
-
Structured output format. Supported values are json or csv.
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