Comments
-
This is probably a long shot, but trying to create custom query for EIGRP neighbor-ship flapping. Tried to use @"jordan.swan" Query in post 6 Years ago but does not work as we dont have Orion.Syslog but seems i could use Orion.OLM.LogEntry instead. This seems to give OK results in SWQL studio and passed validation in…
-
issue fixed in 2024.2.1
-
hi @"chad.every" im having similar issue during interface deletion not a bulk, getting below HTTP error 400 from request library File "/data/user1/.local/lib/python3.9/site-packages/requests/models.py", line 1021, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 400 Client…
-
Thanks @"stuartd" for your answer, recently we installed testing version of Solarwinds and we have just few devices there, meaning syslog almost empty and there this query works just fine: SELECT TOP 10 Nodes.Uri, Nodes.DisplayName FROM Orion.Nodes AS Nodes JOIN Orion.OLM.LogEntry Log ON Log.NodeID=Nodes.NodeID WHERE…