You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem
When observability is enabled, discovery engine is accessing the sqlite3 db very frequently. This in turn results in lots of unnecessary logs in kubearmor telemetry.
Reasons for the problem
receiving knoxAutoPolicy's own logs
performing "insert" operation multiple times on db
Inserting identical logs
The text was updated successfully, but these errors were encountered:
Describe the problem
When observability is enabled, discovery engine is accessing the sqlite3 db very frequently. This in turn results in lots of unnecessary logs in kubearmor telemetry.
Reasons for the problem
The text was updated successfully, but these errors were encountered: