Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add vimBeyondTrustAudit resource to savedSearches
A new resource named `vimBeyondTrustAudit` has been added to the `Microsoft.OperationalInsights/workspaces/savedSearches@2023-09-01` section. This resource is a saved search with the following properties: - `parent`: Set to `workspace`. - `name`: Set to `vimAuditBeyondTrust`. - `properties`: - `category`: Set to `Audit`. - `displayName`: Set to `BeyondTrust - Audit`. - `functionAlias`: Set to `vimAuditBeyondTrust`. - `functionParameters`: Includes parameters such as `starttime`, `endtime`, `srcipaddr_has_any_prefix`, `eventtype_in`, `operation_has_any`, `object_has_any`, `newvalue_has_any`, `disabled`, and `eventresult`. - `query`: Defines a Kusto query function `BeyondTrustAuditParser` that processes `BeyondTrustEvents_CL` logs to filter and project specific fields related to audit events. The query includes logic to handle various parameters and conditions, and it projects a set of fields for the final output.
- Loading branch information