提供: Bright Pattern Documentation
< 5.2:Contact-center-administrator-guide‎ | SettingUpPrivateS3Storage
Revision as of 06:14, 4 June 2019 by Marina (talk | contribs) (Created page with "=== ステップ 2: バケットを作成する === バケットとは保存されたオブジェクトのコンテナです。プライベートS3ストレージに記録を...")
移動先: 案内検索
• English
• 5.2

プライベートS3ストレージ設定

Bright Patternコンタクトセンターでは、録音や画面録画をAmazon Web Services(AWS)S3やMinioなどの外部ストレージサーバーに保存または再生するためにエクスポートできます。

ここでは、1)MinioをS3互換ローカルストレージとして設定する、2)Bright PatternコンタクトセンターをMinioと統合するためのアクセス認証情報を取得する、3)これらの認証情報を使用してAmazon AWS統合アカウントを設定する方法について説明します。

統合アカウントの詳しい情報は、本ガイドの Amazon AWS 統合 をご覧ください。


手順

ステップ 1: Minioをインストールする

Minioは、LinuxベースまたはWindowsベースのシステムにインストールできます。アプリをインストールした後、プライベートS3ストレージオプションとして貴社のコンタクトセンターとMinioを統合するために必要なMinioの認証情報が取得されます。


Linuxベースのシステムを使用している場合

Docker コンテナ:
docker run -p 9000:9000 -v /mnt/data:/data -v /mnt/config:/root/.minio minio/minio server /data

Linux x86 (CentOS6 または CentOS7):
wget https://dl.minio.io/server/minio/release/linux-amd64/minio
chmod +x minio
./minio server /mnt/data</no wiki>


認証情報を取得する

アプリインストール後、コンソールに以下の情報が表示されます:

  • エンドポイント: http://<hostname>:9000 (e.g., http://127.0.0.1:9000)
  • アクセスキー: <generated accesskey>
  • シークレットキー: <generated secretkey>

エンドポイント、アクセスキー、およびシークレットキーをコピーします。これらの認証情報を使って、Contact Center AdministratorでAmazon AWS統合アカウントを設定します。


Windowsベースのシステムを使用している場合

  1. Minioアプリケーションをダウンロードします。

  2. 実行します:

minio.exe server F:\Data


認証情報を取得する

アプリインストール後、コンソールに以下の情報が表示されます:

  • エンドポイント: http://<hostname>:9000 (e.g., http://127.0.0.1:9000)
  • アクセスキー: <generated accesskey>
  • シークレットキー: <generated secretkey>

エンドポイント、アクセスキー、およびシークレットキーをコピーします。これらの認証情報を使って、Contact Center AdministratorでAmazon AWS統合アカウントを設定します。


ステップ 2: バケットを作成する

バケットとは保存されたオブジェクトのコンテナです。プライベートS3ストレージに記録をエクスポートする前に、まずそれらを保存するためのバケットを作成しなければなりません。

  1. Go to the Minio web interface. Note that by default, Minio uses port 9000 for access.

  2. Log in to Minio using your AccessKey and SecretKey.

  3. Create a new bucket and name it (e.g., "test").


Step 3: Integrate with Minio

After Minio is installed and you have a bucket, you can configure your contact center to work in an integrated manner with Minio. This is done in the Contact Center Administrator application.


Add integration account

  1. In the Contact Center Administrator application, go to Call Center Configuration > Integration Accounts.

  2. Click the Add button (+) to add a new integration account of type Amazon AWS. (Note that in order to add this account type, the AWS feature must first be enabled for your contact center by your system administrator.)


Add-Amazon-52.PNG


Edit integration account properties

  1. Name the integration account (any name).

  2. Select the Use private S3 storage checkbox.

  3. In field Url, paste the Minio endpoint that you copied earlier.

  4. In field Access Key ID, paste the Minio AccessKey.

  5. In field Secret Key, paste the Minio SecretKey.

  6. In field S3 bucket, add the name of the bucket you created.

  7. Click Apply to save your changes.


Minio-Prop-52.PNG


Your S3-compatible private storage option is now set up and ready to be used for storing screen recordings, call recordings, and so forth.

For more information about integration account properties, see the Contact Center Administrator Guide, section Amazon AWS Integration.

< 前へ