Unable to view Audit Fluentd audits on Privacera Platform
Problem: You have configured Audit Fluentd to receive the audit, but they are not visible.
Solution: Enable the application logs of Audit Fluentd and debug the problem.
To view the application logs of Audit Fluentd, do the following:
SSH to the instance as User.
Run the following command, depending on your deployment type.
Docker
cd ~/privacera/docker ./privacera_services logs audit-fluentd -f
Kubernetes
kubectl logs audit-fluentd-0 -f -n $YOUR_NAMESPACE