Skip to content

Commit

Permalink
fix: path for knox audit log on hdfs
Browse files Browse the repository at this point in the history
  • Loading branch information
PACordonnier authored and rpignolet committed Jun 28, 2024
1 parent b006634 commit 307f623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/knox/common/templates/install.properties.j2
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ XAAUDIT.SOLR.FILE_SPOOL_DIR={{ knox_log_dir }}/audit/solr/spool

XAAUDIT.HDFS.ENABLE=true
#XAAUDIT.HDFS.HDFS_DIR=hdfs://__REPLACE__NAME_NODE_HOST:8020/ranger/audit
XAAUDIT.HDFS.HDFS_DIR={{ ranger_knox_install_properties['audit_hdfs'] }}/ranger/audit/%app-type%/%time:yyyyMMdd%
XAAUDIT.HDFS.HDFS_DIR={{ ranger_knox_install_properties['audit_hdfs'] }}/ranger/audit
XAAUDIT.HDFS.FILE_SPOOL_DIR={{ knox_log_dir }}/audit/hdfs/spool

# Following additional propertis are needed When auditing to Azure Blob Storage via HDFS
Expand Down

0 comments on commit 307f623

Please sign in to comment.