Enable AuditLog template in Harvest #3478
rahulguptajss
started this conversation in
Show and tell
Replies: 2 comments 6 replies
|
Above step is not working for me for Nabox4....do we need to create any file under 9.12.1 folder ? |
3 replies
|
I have the same issue than rajsuman and i didn't find permission issue in the logs |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The
ONTAP: AuditLogdashboard captures operations such as create, update, and delete attempts on volumes via REST or ONTAP CLI commands. By default, this feature is disabled and is only accessible through the REST collector. To enable this feature in Harvest, follow the steps below:Harvest Installation Type: Native/deb/rpm
Step 1: Create
custom.yamlLet's assume Harvest is installed in
/opt/harvestdirectory. Adjust paths as needed.Navigate to the
restdirectory:cd /opt/harvest/conf/restCreate custom.yaml if not already exists:
Update the file with the following content:
Step 2: Restart Harvest pollers
Harvest Installation Type: NABox4
Step 1: Create
custom.yamlNavigate to the
restdirectory:cd /etc/nabox/harvest/user/restCreate custom.yaml:
Update the file with the following content:
Step 2: Restart NABox containers
All reactions