Configuration

This section explains each of the properties in the configuration blade.

General

PropertyDescription

Collection

This associates the Agent to a specific Collection (default to that of the current Data Stream).

Refer to Collections and Stream Hosts to understand more about Collections.

Server

PropertyDescription

Use Variables

Tick to select saved variables; or enter the values manually for the Server Uri, Username, and Password.

Server Uri

The Uri of a Neo4j server, using the Bolt protocol. For example, "bolt://localhost:7687/"

Username

The username used to authenticate to the Neo4j instance.

Password

The password used to authenticate to the Neo4j instance.

Database

PropertyDescription

Database

The name of the database on the server to connect to.

Label

The graph label to insert or update data into.

Command

The operation the Agent should perform, either Insert or Update.

Primary Key

The property, or properties, that should be used as a primary key for the node (applies to Update Command only).

Input Mapping

A parent Agent attribute is mapped against each property of the selected Label to provide it with data.

Refer to Setup Input Mappings for step-by-step instructions.

Endpoints

NameDescription

Input

This endpoint is used to receive data from the parent Agent.

Output

Events received from the parent Agent are made available to this endpoint with unchanged attributes and data.

Error

Errors encountered during the execution of this Agent will be published on this endpoint.

Last updated