Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Queries #2

Open
randomuserid opened this issue Jun 19, 2024 · 0 comments
Open

Queries #2

randomuserid opened this issue Jun 19, 2024 · 0 comments

Comments

@randomuserid
Copy link
Member

Primary View:

MATCH (n:ENTITY)-[r]->(m) where n.view = 1 and m.view = 1 return n,r,m

Decision view:

MATCH (n:ENTITY)-[r]->(m) where n.view = 1 and m.view = 1 and n.hostname = "conor" return n,r,m

Investigate view:

MATCH path = (n:ENTITY)-[r*]->(m:SEVERITY_CLUSTER) WHERE n.view = 2 RETURN path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant