Documentation ¶ Index ¶ type Driver func (d *Driver) GetLogs(ctx context.Context) ([]schema.Log, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Driver ¶ type Driver struct { Client *azapi.Client SubscriptionIDs []string } Driver enumerates Log Analytics workspaces across the visible subscriptions and surfaces them as the cloudlist `log` asset. A workspace is the Azure container that aggregates logs from VMs, Application Insights, Defender for Cloud, etc. func (*Driver) GetLogs ¶ func (d *Driver) GetLogs(ctx context.Context) ([]schema.Log, error) Source Files ¶ View all Source files loganalytics.go Click to show internal directories. Click to hide internal directories.