差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン | |||
ja:documentation:pandorafms:technical_annexes:47_pfms_opensearch_cluster [2025/05/16 23:37] – [Configuration on all nodes] junichi | ja:documentation:pandorafms:technical_annexes:47_pfms_opensearch_cluster [2025/05/16 23:42] (現在) – [Security Configuration for SSL Connections] junichi | ||
---|---|---|---|
行 218: | 行 218: | ||
<wrap #ks4 /> | <wrap #ks4 /> | ||
- | ===== Security Configuration for SSL Connections | + | ===== SSL 接続によるセキュリティ設定 |
* Enable firewall and add rules. | * Enable firewall and add rules. | ||
+ | |||
+ | * ファイアウォールを有効にしてルールを追加します。 | ||
<code bash> | <code bash> | ||
行 231: | 行 233: | ||
* Enable security in OpenSearch. | * Enable security in OpenSearch. | ||
+ | |||
+ | * OpenSearch でセキュリティを有効にします。 | ||
Using your favorite text editor, open file ''/ | Using your favorite text editor, open file ''/ | ||
+ | |||
+ | お気に入りのテキストエディタを使用して、ファイル ''/ | ||
<code bash> | <code bash> | ||
行 240: | 行 246: | ||
For self-signed certificates, | For self-signed certificates, | ||
+ | |||
+ | 自己署名証明書の場合は、ファイルの末尾に次の行を追加します。 | ||
<code bash> | <code bash> | ||
行 247: | 行 255: | ||
Save your changes and exit the text editor. | Save your changes and exit the text editor. | ||
+ | |||
+ | 変更を保存してテキストエディタを終了します。 | ||
* Copy certificates. | * Copy certificates. | ||
+ | |||
+ | * 証明書をコピーします。 | ||
The self-signed certificates generated in the installation step will be used. Copy the certificates from the master node to the other nodes. | The self-signed certificates generated in the installation step will be used. Copy the certificates from the master node to the other nodes. | ||
+ | |||
+ | インストール手順で生成した自己署名証明書が使用されます。マスターノードから他のノードに証明書をコピーします。 | ||
**On node 1** (replace '' | **On node 1** (replace '' | ||
+ | |||
+ | **ノード 1** ('' | ||
<code bash> | <code bash> | ||
行 261: | 行 277: | ||
Then run on each of the other nodes: | Then run on each of the other nodes: | ||
+ | |||
+ | 次に、他の各ノードで以下を実行します。 | ||
<code bash> | <code bash> | ||
行 269: | 行 287: | ||
On each of the other nodes, restart the OpenSearch service: | On each of the other nodes, restart the OpenSearch service: | ||
+ | |||
+ | 他の各ノードで、OpenSearch サービスを再起動します。 | ||
<code bash> | <code bash> | ||
行 276: | 行 296: | ||
Verify nodes: | Verify nodes: | ||
+ | |||
+ | ノードを確認します。 | ||
<code bash> | <code bash> | ||
行 285: | 行 307: | ||
A call verification to the cluster similar to the one above must be performed using both HTTPS and username and password authentication. | A call verification to the cluster similar to the one above must be performed using both HTTPS and username and password authentication. | ||
+ | |||
+ | 上記と同様のクラスタへの呼び出し検証は、HTTPS とユーザ名およびパスワード認証の両方を使用して実行する必要があります。 | ||
At this point, the cluster OpenSearch should have a fully functional SSL connection. To configure Pandora FMS with OpenSearch, see " | At this point, the cluster OpenSearch should have a fully functional SSL connection. To configure Pandora FMS with OpenSearch, see " | ||
+ | |||
+ | この時点で、クラスタの OpenSearch は完全に機能する SSL 接続を備えているはずです。Pandora FMS で OpenSearch を設定するには、「[[: | ||
[[: | [[: | ||