Comments
-
Cyber Warfair
-
I added this to only return "syslog" messages. WHERE le.LogType.Type = 'Syslog'
-
So come to find out i'm actually seeing both syslog and traps, but I only need syslog. Here is what I have: SELECT TOP 10 let.name AS [Message Type] ,Level AS [Severity] ,nod.Caption AS [Node] ,TOLOCAL(DateTime) AS [Log Time] ,SUBSTRING(Message,1,100) AS Message ,CONCAT('XXXX','/.../syslog') AS _linkfor_Message FROM…
-
So I put in the above, but I'm getting traps returned instead of syslog data. I'm running 2022.3.0.
-
So I put in the above, but I'm getting traps returned instead of syslog data. I'm running 2022.3.0.
-
Very Helpful. Is the HF version part of the Orion Core Services version number? I upgraded a week ago to 2020.2 HF1 as well as yesterday to HF2 and both are 2020.2.15300.12766. Thanks!
-