簡體   English   中英

如何將 Ui Path orchestrator 與 Kibana 鏈接

[英]How to link Ui Path orchestrator with Kibana

我們在 Azure 應用服務上安裝了 UiPath,我們需要將 UiPath Orchestrator 鏈接到 Kibana 以可視化日志。 有人可以解釋/詳細說明將日志導入 Kibana 所需的步驟嗎

因此,為此,您需要對 Kibana 的工作原理有所了解。 Kibana 實際上是 elasticsearch 的可視化工具。 因此,您的問題應該更多的是如何將 UiPath Orchestrator 鏈接到 Elastic Search。

UiPath 在https://docs.uipath.com/orchestrator有一些非常全面的文檔

我相信您必須使用與此類似的內容來編輯 Orchestrator 的 web.config 文件

<target name="serverElasticBuffer" xsi:type="BufferingWrapper" flushTimeout="5000">
    <target xsi:type="ElasticSearch" name="serverElastic" uri="http://localhost:9200" index="serverdiagnostics-${date:format=yyyy.MM}" documentType="logEvent" includeAllProperties="true" layout="${machinename} ${message}" />
</target>

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM