Skip to content

No support for Basic and Auxiliary tables in Azure Monitor Logs? #819

@JPvRiel

Description

@JPvRiel

Is your feature request related to a problem? Please describe.

I'm unable to query basic tables using the MSSentinel data provider, yet these public cheaper table types are a cost saving feature for Sentinel and Log Analytics.

Describe the solution you'd like

qry_prov_la_basic = mp.QueryProvider(data_environment="MSSentinel")
qry_prov_la_basic.connect(workspace="LogAnalyticsBasicProd")
df = qry_prov_la_basic.exec_query("CommonSecurityLogBasic_CL | take 1")

Describe alternatives you've considered

None in detail. Perhaps there's some alternate plain log analytics data provider for mysticpy? Perhaps KQLMagic doesn't have this limitation?

Additional context

Error message

"message": "'take' operator: Failed to resolve table or column expression named 'CommonSecurityLogBasic_CL'"

Image

Same query runs fine in Azure Monitor or Sentinel

Image

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions