您可以設定 vRealize Orchestrator 以將記錄資訊傳送到一或多個遠端 syslog 伺服器。

vracli remote-syslog set 命令可用來建立 syslog 整合或覆寫現有整合。

vRealize Orchestrator 遠端 syslog 整合支援三種連線類型:

  • 透過 UDP。
  • 透過 TCP 且不使用 TLS。
    備註: 若要在不使用 TLS 的情況下建立 syslog 整合,請將 --disable-ssl 旗標新增至 vracli remote-syslog set 命令。
  • 透過 TCP 且使用 TLS。

如需設定與 vRealize Log Insight 的記錄整合的相關資訊,請參閱設定與 vRealize Log Insight 的記錄整合

必要條件

設定一或多個遠端 syslog 伺服器。

程序

  1. root 身分登入 vRealize Orchestrator Appliance 命令列。
  2. 若要建立與 syslog 伺服器的整合,請執行 vracli remote-syslog set 命令。
    vracli remote-syslog set -id name_of_integration protocol_type://syslog_URL_or_FQDN:syslog_port
    備註: 如果您未在 vracli remote-syslog set 命令中輸入連接埠,則連接埠值預設為 514。
    備註: 您可以將憑證新增至 syslog 組態。若要新增憑證檔案,請使用 --ca-file 旗標。若要以純文字形式新增憑證,請使用 --ca-cert 旗標。
  3. (選擇性) 若要覆寫現有的 syslog 整合,請執行 vracli remote-syslog set,並將 -id 旗標值設定為您想要覆寫的整合的名稱。
    備註: 依預設, vRealize Orchestrator Appliance 會要求您確認是否要覆寫 syslog 整合。若要略過確認要求,請將 -f--force 旗標新增至 vracli remote-syslog set 命令。

下一步

若要檢閱應用裝置中的目前 syslog 整合,請執行 vracli remote-syslog 命令。