Hello everyone, I managed to reach a SQL call that helps me a lot, but when using this query the date is coming with a very different time and date, like a week ago.
Has anyone had a problem like this using Syslog tables via SWQL?
Note: I'm using this in a modern dashboard
My query:
SELECT TOP 100 DateTime, Level, Message, MessageDateTime, Z.Caption, Z.IP, Z.DetailsUrl, Z.Status
FROM Orion.OLM.LogEntry as Y
INNER JOIN Orion.Nodes as Z ON Y.NodeID = Z.NodeID
where Level = 'Error'