Hi. Thanks for sharing the details! From your logs, it looks like the system is being flooded with audit logs, potentially leading to performance degradation.
Key Observations:
Frequent `grep` and `awk` executions:
- Your logs show multiple instances of `grep` and `awk`, indicating that a...