automation-suite
2024.10
true
- 概要
- 要件
- Pre-installation
- インストール
- インストール後
- 移行とアップグレード
- 監視とアラート機能
- クラスターの管理
- 製品固有の設定
- トラブルシューティング
EKS/AKS の Automation Suite のインストール ガイド
Last updated 2024年11月11日
NLog を構成する
以下の拡張機能が Orchestrator によって既定で読み込まれるため、フォルダーまたは NLog の構成にこれらの拡張機能を含める必要はありません。
NLog.Targets.ElasticSearch
UiPath.Orchestrator.Logs.Elasticsearch
Microsoft.ApplicationInsights.NLogTarget
NLog.Extensions.AzureEventHub
この設定で使用できるのは Linux 対応の拡張機能のみであるため、選択した NLog 拡張機能がこのルールに準拠していることを確認してください。
To make the extension available for use, it must uploaded to the cluster storage. The
uipathctl
command line tool can do this via the uipathctl config orchestrator upload
command:
uipathctl config orchestrator upload --nlog-extensions-directory /path/to/extensions/directory
uipathctl config orchestrator upload --nlog-extensions-directory /path/to/extensions/directory
外部ストレージ構成をクラスター レベルで使用する場合は、それを示すために
--is-external-storage
パラメーターを含める必要があります。
The
uipathctl
commands needed for updating the NLog configuration are:
uipathctl config orchestrator get-config --nlog-config
- This exports the current configuration in a key-value pair json file, ready for editing.You can read more about it .
uipathctl config orchestrator update-config --nlog-config nlog.config.json
- This updates the configuration with your changes.You can read more about it .