Skip to content

Assure1 Historical Data Migration Tool

Overview

The Assure1 Historical Data Migration Tool is an application that can be used to migrate data from an Assure1 v4 installation to Assure1 v5.

Administration Details

The following list shows the technical details needed for advanced administration of the application:

  • Package - historicalProcessing-app

  • Synopsis - ./HistoricalDataMigration [OPTIONS]

  • Options:

     -s, --From               String  Start date (day) to migrate data from. Format must be YYYY-MM-DD.
     -e, --To                 String  End date to migrate data up to. Format must be YYYY-MM-DD.
     -n, --Threads            N       Number of threads to use. Defaults to single thread if not defined
     -l, --Loglevel           N       Log level to use. Defaults to ALWAYS if not defined. LEVELS: 0 [OFF] 1 [FATAL] 2 [ERROR] 3 [WARN] 4 [INFO] 5 [DEBUG].
     -f, --LogFile            String  Filename for logging. Defaults to ~/logs/HistoricalDataMigration.log if not defined
     -c, --V4Config           String  The location of the Assure1 v4 configuration file (defaults to V5 Config)
     -d, --HistoricalDBHost   String  The hostname of the database server to connect to for historical events
     -p, --Port               N       The port of the database server to connect to for historical events (3306 by default)
     -h, --ElasticHost        String  The hostname of the Elasticsearch instance to connect to. Defaults to localhost if unspecified
     -g, --ElasticPort        N       The port of the Elasticsearch instance to connect to. Defaults to 9200 if unspecified.
     -?, --help                       Print usage and exit.
    
  • Threaded - Multi-Threaded