Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A Tour of Cybersec Notebook Featires #227

Open
reginatwopointo opened this issue Aug 8, 2023 · 1 comment
Open

A Tour of Cybersec Notebook Featires #227

reginatwopointo opened this issue Aug 8, 2023 · 1 comment

Comments

@reginatwopointo
Copy link

My data environment is set to MSSentinel (or AzureSentinel - legacy name)

Even though I have the necessary permissions and authenticated to Sentinel Workspace and can run test queries on Sentinel tables, when I am using predefined Queries from the Queries list, I get an error:

image

MsticpyDataQueryError Traceback (most recent call last)
Cell In[34], line 1
----> 1 qry_prov.Azure.list_all_signins_geo()

@ianhelle
Copy link
Contributor

ianhelle commented Oct 5, 2023

Sorry for the huge delay in looking at this.
Could you upload the full stack trace? The screen shot has some critical bits of info missing.
You can also try this before running the query to turn on more detailed logging.

import msticpy as mp
mp.set_logging_level("INFO")

Set it back to default with mp.set_logging_level("WARNING") or just restart the kernel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants