ja:documentation:pandorafms:installation:04_configuration

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
ja:documentation:pandorafms:installation:04_configuration [2024/10/11 22:36] – [設定ファイルの項目] junichija:documentation:pandorafms:installation:04_configuration [2025/01/16 07:33] (現在) – [siem_decoders] junichi
行 1810: 行 1810:
  
 ソフトウェアエージェントをリモートで展開するプログラムのデフォルトの場所。 ソフトウェアエージェントをリモートで展開するプログラムのデフォルトの場所。
 +
 +=== siemserver ===
 +
 +Log decoding server for SIEM monitoring (enabled ''1''  or disabled ''0'').
 +
 +SIEM 監視用のログデコードサーバ (有効 ''1''、無効 ''0'')。
 +
 +=== siemserver_threads ===
 +
 +Number of threads for SIEM Decoding Server. It indicates how many checks can be done simultaneously. It is not recommended to deliberately increase this value, as it may cause excessive consumption of server resources. A number higher than twenty threads requires a machine with many independent processors or cores.
 +
 +SIEM デコードサーバのスレッド数。同時に実行できるチェックの数を示します。サーバリソースが過剰に消費される可能性があるため、この値を意図的に増やすことはお勧めしません。スレッド数が 20 を超える場合は、多数の独立したプロセッサまたはコアを備えたマシンが必要です。
 +
 +=== siemserver_threshold ===
 +
 +Time, in seconds, of log pool evaluation for the [[#siemserver|siemserver]].
 +
 +[[#siemserver|siemserver]] のログプール評価時間 (秒単位)。
 +
 +=== siemevents ===
 +
 +Event generation server for [[:en:documentation:pandorafms:monitoring:21_siem|SIEM monitoring]]: enabled ''1''  or disabled ''0''.
 +
 +[[:ja:documentation:pandorafms:monitoring:21_siem|SIEM 監視]] のイベント生成サーバ: 有効 ''1'' または無効 ''0''
 +
 +=== siemevents_threads ===
 +
 +Number of threads for SIEM Event Server. It indicates how many checks can be done simultaneously. It is not recommended to deliberately increase this value, as it may cause excessive consumption of server resources. A higher number of twenty threads requires you to have a machine with many independent processors or cores.
 +
 +SIEM イベントサーバのスレッド数。同時に実行できるチェックの数を示します。サーバリソースが過剰に消費される可能性があるため、この値を意図的に増やすことはお勧めしません。スレッド数を 20 以上に増やすには、多数の独立したプロセッサまたはコアを備えたマシンが必要です。
 +
 +=== siemevents_threshold ===
 +
 +Time, in seconds, of log pool evaluation for [[#siemevents|siemevents]].
 +
 +[[#siemevents|siemevents]] のログプール評価時間 (秒単位)。
 +
 +=== siem_max_timeframe ===
 +
 +Maximum time, in seconds, to be used as the "time window" of the log pools to be evaluated by [[#siemserver|siemserver]] and [[#siemevents|siemevents]].
 +
 +[[#siemserver|siemserver]] および [[#siemevents|siemevents]] によって評価されるログプールの「時間ウィンドウ」として使用される最大時間 (秒単位)。
 +
 +<WRAP center round important 90%>
 +
 +Any log outside this time window will not be evaluated.
 +
 +</WRAP>
 +
 +<WRAP center round important 90%>
 +
 +この時間枠外のログは評価されません。
 +
 +</WRAP>
 +
 +=== siem_decoders ===
 +
 +Full path to the directory with the log decoding XML files to be used by [[#siemserver|siemserver]]. By default to:
 +
 +[[#siemserver|siemserver]] が使用するログデコード XML ファイルがあるディレクトリへのフルパス。デフォルトでは次の通りです。
 +
 +<file>
 +/usr/share/pandora_server/util/siem/decoders
 +
 +</file>
 +
 +=== siem_events_rules ===
 +
 +Full path to the directory with the rules XML files to be used by [[#siemevents|siemevents]]. By default to:
 +
 +[[#siemevents|siemevents]] が使用するルール XML ファイルがあるディレクトリへのフルパス。デフォルトでは次の通りです。
 +
 +<file>
 +
 +/usr/share/pandora_server/util/siem/rules
 +
 +</file>
 +
 +<wrap #ks2_2 />
  
 ==== 環境変数 ==== ==== 環境変数 ====
行 1959: 行 2038:
   * ウェブブラウジングセッションレコーダ (.xpi)   * ウェブブラウジングセッションレコーダ (.xpi)
  
-PWRD に関するより詳細は、[[ja:documentation:03_monitoring:13_user_monitorization|こちら]]を参照してください。+For more information about PWRD, please access the following [[:en:documentation:pandorafms:monitoring:13_user_monitorization|link.]] 
 + 
 +PWRD に関するより詳細は、[[ja:documentation:pandorafms:monitoring:13_user_monitorization|こちら]]を参照してください。
  
 ==== サーバ複数プロセス設定 ==== ==== サーバ複数プロセス設定 ====
行 2068: 行 2149:
 === 設定ファイル config.php === === 設定ファイル config.php ===
  
-[[:en:documentation:pandorafms:introduction:02_architecture#consola_web_de_pandora_fms|Pandora FMS Web Console]] has a configuration file that is automatically generated during installation. Its location is: ''/consolepath/include/config.php''.+[[:en:documentation:pandorafms:introduction:02_architecture#ks1_2|Pandora FMS Web Console]] has a configuration file that is automatically generated during installation. Its location is: ''/consolepath/include/config.php''.
  
 [[:ja:documentation:pandorafms:introduction:02_architecture#pandora_fms_コンソール|Pandora FMS Web コンソール]]には、インストール中に自動的に生成される設定ファイルがあります。それは、''/consolepath/include/config.php'' にあります。 [[:ja:documentation:pandorafms:introduction:02_architecture#pandora_fms_コンソール|Pandora FMS Web コンソール]]には、インストール中に自動的に生成される設定ファイルがあります。それは、''/consolepath/include/config.php'' にあります。
  
-For example, on CentOS systems it is located at:+For example, in [[:en:documentation:pandorafms:technical_annexes:31_pfms_install_latest_rocky_linux#ks10|Rocky Linux]] and [[:en:documentation:pandorafms:technical_annexes:30_pfms_install_latest_ubuntu_server#ks13_7|Ubuntu]] systemsit is located in:
  
-例えば、CentOS のシステムであれば以下にあります。+例えば、[[:ja:documentation:pandorafms:technical_annexes:31_pfms_install_latest_rocky_linux#ks10|Rocky Linux]] および [[:ja:documentation:pandorafms:technical_annexes:30_pfms_install_latest_ubuntu_server#ks13_7|Ubuntu]] のシステムであれば以下にあります。
  
 <file> <file>
  • ja/documentation/pandorafms/installation/04_configuration.1728686215.txt.gz
  • 最終更新: 2024/10/11 22:36
  • by junichi