Skip to content

Cypher query problem #3

@ccasado

Description

@ccasado

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions