-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi. I didn't have effects when i change neo4j's cypher query inside the Editing Output view in Graylog.
The query configured by plugin installation is:
MERGE (source:HOST { address: '${source}' })
MERGE (user_id:USER { user_id: '${user_id}'})
MERGE (source)-[:CONNECT]->(user_id)
I need to change the name of "HOST" node and the union with "USER" but is not work.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels