カスタム Java ルックアッププラグインの移行

ここでは、
CustomLookup.java
という名前のカスタム Java ルックアッププラグインのアップグレードシナリオの例を示します。
  1. バージョン 12.0 以前の Enforce サーバからカスタムルックアッププラグインを配備するには
  2. CustomLookup プラグインのプロパティをファイル
    C:\Program Files\Symantec\DataLossPrevention\EnforceServer\15.8\Protect\config\Plugins.properties
    に追加します。
    com.vontu.lookup.custom.CustomLookup.properties=CustomLookup.properties
  3. CustomLookup.class
    への参照を、
    C:\Program Files\Symantec\DataLossPrevention\EnforceServer\15.8\Protect\config\Plugins.properties
    ファイル内のチェーンプロパティに追加します。
    com.vontu.plugins.execution.chain=com.vontu.lookup.custom.CustomLookup
  4. CustomLookup.jar
    ファイルへの参照を、
    C:\Program Files\Symantec\DataLossPrevention\EnforceServer\15.8\Protect\Config\Plugins.properties
    ファイルに追加します。
    com.vontu.api.incident.attributes.AttributeLookup.plugins=CustomLookup.jar
  5. CustomLookup.properties
    ファイルを
    C:\Program Files\Symantec\DataLossPrevention\EnforceServer\15.8\Protect\plugins
    フォルダにコピーします。
  6. 次の場所に、依存関係の Jar ファイルをすべてコピーします。
    • C:\Program Files\Symantec\DataLossPrevention\EnforceServer\15.8\Protect\lib\jar
    • C:\Program Files\Symantec\DataLossPrevention\EnforceServer\15.8\Protect\tomcat\lib
  7. CustomLookup.jar
    ファイルを
    C:\Program Files\Symantec\DataLossPrevention\EnforceServer\15.8\Protect\plugins
    フォルダにコピーします。
  8. Enforce サーバで Symantec DLP Manager サービスを再起動します。
  9. Enforce サーバ管理コンソールにログオンし、必須のカスタム属性を作成します。
  10. ポリシーを作成し、外部リソースでルックアップするための属性を開示するインシデントを生成します。
  11. [インシデントスナップショット]
    [ルックアップ]
    に移動します。ルックアップに成功し、カスタム属性がポピュレートされたことを確認します。
  12. カスタム Java ルックアッププラグインが 11.x で動作することを確認した後で、Enforce サーバをバージョン 11.6 にアップグレードします。
  13. アップグレード後に、次のプロパティが
    \Program Files\Symantec\DataLossPrevention\EnforceServer\15.8\Protect\config\Plugins.properties
    ファイル内に存在することを確認します。
    com.vontu.lookup.custom.CustomLookup.properties=CustomLookup.properties
  14. Enforce サーバ管理コンソールにログオンします。
  15. [システム]>[ルックアッププラグイン]
    の順にナビゲートします。
  16. CustomLookup
    カスタム(レガシー)ルックアップ プラグインが表示されていることを確認します。
    正常にアップグレードすると、カスタムルックアッププラグインがユーザーインターフェースにインポートされ、そこで有効化できます。
  17. 同じインシデントの
    [インシデントスナップショット]
    を開き、
    ルックアップ
    を実行します。
    ルックアッププラグインが失敗した場合は、パス
    \Program Files\Symantec\DataLossPrevention\EnforceServer\15.8\Protect\tomcat\common\lib
    が存在しない可能性があります。新しいパスは
    \Program Files\Symantec\DataLossPrevention\EnforceServer\15.8\Protect\tomcat\lib
    です。カスタム(レガシー)ルックアップ プラグインが依存関係 JAR を使う場合は、これらの JAR を手動で
    \Program Files\Symantec\DataLossPrevention\EnforceServer\15.8\Protect\tomcat\lib
    フォルダにコピーし、Symantec DLP Manager サービスを再起動します。