I can pull record within SWQL studio but not able to use the same query in Modern Dashboard Widget or Report. I need to extract "MYUSER" from the message. What am I missing? APM.WIndowsEvent has bunch of entries whenever an account is locked. There is no column which stores just the username and is part of the message…
Wow this process has been incredibly frustrating. I've never dealt with such a complicated process to just run a GET for REST API. Using postman on the server itself getting 403 using basic auth, 401 with api key. I've tried with several admin accounts. I've tried 17777 & 17778. For url I've…
Hey y'all, I'm new to SWQL and the Studio and I'm trying to build a modern dashboard on the Orion platform, and I just wanted to know how careful I need to be with my queries in SWQL Studio. I'm basically here to ask if I can break something or crash the server if I query the wrong thing or too much. Note I have been…
I just started a new position at a new company, and one of my first tasks is to take a look at my department's current environment. At this current time there is not an individual field setup that could easily identify a server and which team manages the server. I noticed that under custom properties for the Node's section…
I'm hoping someone can point me in the correct direction as I cant figure out how to reference additional fields when creating a Custom SWQL Trigger condition. I'm looking to report on our Meraki WAPS and have a Custom SWQL Trigger condition which validates and is working as intended. I want to include information in the…
I am trying to update the description field in IPAM with python and am getting a 'The given key was not present in the dictionary' error. I have browsed other solutions, but can't see a big difference in my code and other 'working' code. I know I am close by looking at the first dictionary I am printing based on the uri,…
I like the "Top 10 Nodes by Current Response Time" widget in the classical dashboard, but I can't figure out how to exactly replicate it on the modern dashboard. I tried the 'hubble' approach to get the SWQL code and it works in SQWL Studio, but not when I copy and paste the exact code in the modern dashboard widget. It…
I am getting the following error when running "connect-Swis" in Azure automation powershell environment: Method not found: 'Void System.ServiceModel.NetTcpSecurity.set_Mode(System.ServiceModel.SecurityMode)' But this error does not happen from a standard windows powershell prompt. SwisPowershell module claims not having…
where can i add cusom property location SELECT TOP 10 n.CPULoad,n.Caption,n.Status,n.CustomProperties.Locations AS CustomProperties_Locations,n.DetailsUrl FROM Orion.Nodes n order by n.CPULoad descending CustomProperties.Locations AS [CustomProperties Location]
ive got the below SWQL working in SKD but when I load it into Modern Dashboard Table I get "Provided SWQL query is not valid. Details: RunQuery failed, check fault information. Cannot resolve property Alert" Any assistance would be greatly appreciated SELECT o.AlertConfigurations.Name AS [Alert]…
It looks like you're new here. Sign in or register to get started.