RHEL: Important directories

1. Neo4j

See Neo4j manual to find important files and locations.

2. Graphlytic

/usr/share/graphlytic

Home directory of Graphlytic.

  • bin

    • graphlytic-init-deb - init script for Ubuntu service.

    • graphlytic-init-rhel - init script for RHEL service. Used during installation. See RHEL: 3. Install Graphlytic

    • graphlyticc - script used to start Graphlytic as a console application (not used when installed as service)

    • graphlyticd - script which is started when Graphlytic service is started

  • certificates

    • graphlytic-keystore - store for private and public key for HTTPS (self-signed)

  • conf - configuration files

    • graphlytic.conf - main configuration file

    • jetty-http.xml - Jetty configuration file

    • jetty-http-https.xml - Jetty configuration file

    • jetty-https.xml - Jetty configuration file

    • logback.xml - main configuration file for logging

  • lib - application libraries

    • jetty-runner.jar - Jetty servlet engine

    • graphlytic.war - web application archive

  • widgets - external widgets

/var/lib/graphlytic

Data directory for Graphlytic. Stores: database of ETL jobs, configuration of ETL jobs

/var/log/graphlytic

Directory for Graphlytic log files. See RHEL: Logging for more information.

  • console.log - log information about starting Graphlytic

  • graphlytic-audit.log - audit log information: successful login and unsuccessful login, data operations (create, update, delete - name of the operation and username)

  • graphlytic.log - main log file of Graphlytic