Uploading a Policy Configuration for Offline Analysis

Once you have obtained a policy configuration file, you can upload it to SecureTrack, as a revision for a device configured for Offline Analysis, as follows:

  1. Do one of the following:
    • Go to Manage Devices. In the device tree, select the relevant device. Click Import configuration:

      Import config

    • In Compare view, in the device tree, select the relevant device. Click Upload Configuration:

      upload config

  2. Navigate to the policy configuration file, and click Open.

The revision will appear after a few minutes in Compare view.

Alternatively, you can upload a policy configuration file to SecureTrack via CLI, as follows:

  1. Get the ID of the offline device:

    # st stat
  2. Copy the policy configuration file to the SecureTrack host, to:

    /usr/local/st/offline_analysis/offline_<id>

    where <id> is the ID# from step 2.

  3. Run:
    st restart <id>

    where <id> is the ID# from step 2.

The revision will appear after a few minutes in the Compare view.