-
Notifications
You must be signed in to change notification settings - Fork 336
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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'"
Same query runs fine in Azure Monitor or Sentinel
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request

