Hi… In order to include audit logs of objects other than core-api, for example cronjob what should be written in “group”. I tried using “v1” for pods but the configuration doesnt work. I thought “” may be equivalent to “v1”. Any thoughts on that. Sample configuration for cronjob is as following kindly check whether is it correct
- level: Metadata
resources:- group: “batch/v1”
resources: [“cronjob”]
- group: “batch/v1”