Neo4j

Configure a Neo4j datasource on your Guardium® system.

Supported Authentication Methods

Authentication Supported
Local user Yes
LDAP No
Kerberos No
SSL Yes
Mutual SSL Yes

Parameters

Field Description
Host Name/IP Required. The hostname or IP address of the datasource.
Port number Required. Default value: 7687.
Database The name of the database.

Example: system.

Connection property Properties that must be included in the JDBC URL to establish a JDBC connection with the datasource. The required format is property1=value;property2=value, where each property and value pair is separated by a semicolon.
For examples, refer to the database vendor's JDBC documentation.
Custom URL The connection string to the datasource. When the custom URL is not provided, the datasource connection is made by using properties such as the hostname and port number.

CAS (Configuration Auditing System) database instance

If you are a CAS user, configure the CAS database instance.

Field Description
Account The name of the account owner.

For an RPM installation, the default account owner is neo4j.

Directory The name of the installation directory.

You can specify multiple paths for the database instance directory. Indicate a separate path by using a pipe | with spaces.

For example:

/var/lib/neo4j | NEO4J_HOME=/var/lib/neo4j

Where:
  • /var/lib/neo4j is the instance account directory.

    In an RPM (Red Hat Package Manager) installation, an OS user neo4j and an account directory path /var/lib/neo4j, is created by default. For .tar files, use the path to the home directory of the OS user account, under which Neo4j is installed.

  • NEO4J_HOME=/var/lib/neo4j is the Neo4j installation directory.

    In an RPM installation, the NEO4J_HOME directory is /var/lib/neo4j, by default. For .tar files, use the path to the folder where Neo4j is extracted.