差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン | |||
| ja:quickguides:elasticsearch_cluster [2022/06/10 22:18] – [Configuration] junichi | ja:quickguides:elasticsearch_cluster [2022/06/10 22:31] (現在) – [Data models and templates] junichi | ||
|---|---|---|---|
| 行 103: | 行 103: | ||
| ノードがポート '' | ノードがポート '' | ||
| - | ===== Data models and templates  | + | ===== データモジュールとテンプレート  | 
| Before putting into production an environment, | Before putting into production an environment, | ||
| + | |||
| + | 単一ノードまたはデータクラスターのいずれかを本番環境に導入する前に、用途に応じて、対応する設定をこのノードまたはクラスターに適用することをお勧めします。 **Pandora FMS** によって生成されたインデックスの場合、それを行う最も簡単な方法は、フィールドと保存されたデータの構成を定義するためのテンプレートを定義することです。 | ||
| <WRAP center round important 60%> Templates are configurations that are only applied at the time of index creation. Changing a template will have no impact on existing indexes. </ | <WRAP center round important 60%> Templates are configurations that are only applied at the time of index creation. Changing a template will have no impact on existing indexes. </ | ||
| + | |||
| + | <WRAP center round important 60%> テンプレートは、インデックスの作成時にのみ適用される設定です。 テンプレートを変更しても、既存のインデックスには影響しません。</ | ||
|   * To create a **basic template**  |   * To create a **basic template**  | ||
|   * To define a **multinode template**  |   * To define a **multinode template**  | ||
| * When configuring the template (JSON format), **you need to configure as many searches as you have nodes**, however to correctly configure the replicas **you must subtract 1 from the number of nodes in the environment.** | * When configuring the template (JSON format), **you need to configure as many searches as you have nodes**, however to correctly configure the replicas **you must subtract 1 from the number of nodes in the environment.** | ||
| + | |||
| + |   * **基本テンプレート** を作成するには、[[: | ||
| + | * **マルチノードテンプレート** を定義するには、次の情報を考慮する必要があります。 | ||
| + | * テンプレート(JSON 形式)を設定する場合、**ノードと同じ数の検索を設定する必要があります**が、レプリカを正しく設定するには、**環境内のノードの数から 1を引く必要があります。** | ||
| For example, in a Pandora FMS environment with Elasticsearch with 3 configured nodes, when you modify the '' | For example, in a Pandora FMS environment with Elasticsearch with 3 configured nodes, when you modify the '' | ||
| + | |||
| + | たとえば、3つのノードで構成された Elasticsearch を使用する Pandora FMS 環境では、'' | ||
| + | |||
| < | < | ||
| 行 127: | 行 138: | ||
| <WRAP center round info 75%> \\ This is a very basic definition, in order to correctly define the sizing of the Elasticsearch environment it is advisable to take into account the factors described in this article:</ | <WRAP center round info 75%> \\ This is a very basic definition, in order to correctly define the sizing of the Elasticsearch environment it is advisable to take into account the factors described in this article:</ | ||
| + | |||
| + | <WRAP center round info 75%> \\ これは非常に基本的な定義です。Elasticsearch 環境のサイズを正しく定義するには、この記事で説明している要素を考慮に入れることをお勧めします。</ | ||
|   * [[https:// |   * [[https:// | ||
| From the command line you can list the templates of the environment by executing: | From the command line you can list the templates of the environment by executing: | ||
| + | |||
| + | コマンドラインから、以下を実行して環境のテンプレートを一覧表示できます。 | ||
| + | |||
| < | < | ||
| 行 138: | 行 154: | ||
| You can also view the details of a template, for example the one we have created for pandorafms by running it: | You can also view the details of a template, for example the one we have created for pandorafms by running it: | ||
| + | |||
| + | テンプレートの詳細を表示することもできます。たとえば、pandorafms 用に作成したテンプレートは次のようにして表示できます。 | ||
| < | < | ||
| 行 145: | 行 163: | ||
| which will return in JSON format the configuration you have defined. | which will return in JSON format the configuration you have defined. | ||
| + | |||
| + | 定義した設定を JSON 形式で返します。 | ||
| You can perform these operations through the Elasticsearch interface in Pandora FMS using the native Elasticsearch commands. | You can perform these operations through the Elasticsearch interface in Pandora FMS using the native Elasticsearch commands. | ||
| + | |||
| + | これらの操作は、ネイティブの Elasticsearch コマンドを使用して、Pandora FMS の Elasticsearch インターフェースから実行できます。 | ||
|   * **PUT _template/< |   * **PUT _template/< | ||
|   * **GET _template/>< |   * **GET _template/>< | ||
| + | |||
| + |   * **PUT _template/< | ||
| + |   * **GET _template/>< | ||
| + | |||
| {{  : | {{  : | ||