Skip to content

Commit 330db12

Browse files
committed
fix docs for path change
1 parent 4529354 commit 330db12

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
-54.2 KB
Loading

docs/setup_installation/admin/audit/audit-logs.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ To edit a configuration variable, you can click on the edit button (:material-pe
2828

2929
| Name | Description |
3030
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
31-
| audit_log_count | the number of files to keep when rotating logs (java.util.logging.FileHandler.count) |
32-
| audit_log_dir | the path where audit logs are saved |
31+
| audit_log_count | the number of files to keep when rotating logs (java.util.logging.FileHandler count) | |
3332
| audit_log_file_format | log file name pattern. (java.util.logging.FileHandler.pattern) |
3433
| audit_log_file_type | the output format of the log file. Can be one of java.util.logging.SimpleFormatter (default), io.hops.hopsworks.audit.helper.JSONLogFormatter, or io.hops.hopsworks.audit.helper.HtmlLogFormatter. |
3534
| audit_log_size_limit | the maximum number of bytes to write to any one file. (java.util.logging.FileHandler.limit) |
@@ -40,7 +39,7 @@ To edit a configuration variable, you can click on the edit button (:material-pe
4039

4140
## Step 2: Access the Logs
4241

43-
To access the audit logs, SSH into the **head node** of your Hopsworks cluster and navigate to the path set in the _audit\_log\_dir_ configuration variable.
42+
To access the audit logs, SSH into the **instance pod** of your Hopsworks cluster and navigate to the path ```/opt/payara/appserver/glassfish/nodes/<node name>/<instance name>/logs/audit```.
4443

4544
Audit logs follow the format set in the _audit\_log\_file\_type_ configuration variable.
4645

0 commit comments

Comments
 (0)