This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

EOC - Im trying to create a SWQL query in a view that displays 2 nodes from each of our 3 SolarWinds NPMs. These are our backbone nodes.

So far, I have:

SWQL query:

"

Node.Name = 'NY-NJ-4948-IntrCnct'

Node.Name = 'NY-LA-4948-IntrCnct'

Node.Name = 'NJ-NY-4948-IntrCnct'

Node.Name = 'NJ-LA-4948-IntrCnct'

Node.Name = 'LA-NY-4948-IntrCnct'

Node.Name = 'LA-NJ-4948-IntrCnct'

"

The first 2 on the list are from one NPM server, the next 2 from another, and the last 2 another NPM.

Please help!