Manage Auditing
Change Auditing Destination
cd ${HOME}/essmkdir audit-use-syslog/ && cd audit-use-syslog/---
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component
images:
- name: docker.software.inrupt.com/inrupt-audit-logger
newName: docker.software.inrupt.com/inrupt-audit-syslog# Update with your SENTINEL values
**`QUARKUS_REST_CLIENT_SENTINEL_API_URL`**=
**`INRUPT_AUDIT_SENTINEL_API_VERSION`**=
**`INRUPT_AUDIT_SENTINEL_SHARED_KEY`**=
**`INRUPT_AUDIT_SENTINEL_WORKSPACE_ID`**=cd ${HOME}/ess# kustomization.yaml in your ESS installation directory # ... Preceding content omitted for brevity # ... components: // ... Preceding contents of components omitted for brevity - audit-use-sentinel/
Disable Auditing
Enable Resource Read Auditing
Last updated