Hi All, I am trying to create query on syslog and Nodes table to get the data for how many devices syslog are storing for specific device type from Custom properties .
Select IP, Message from syslog where NodeID IN ( Select NodeId from Nodes Where devicetype = 'typename')
but I am getting attached error and I can see that data is present for the customproperty.
Any help will be appreciated, Thanks in advance.
t