2014-09-06 59 views
0

任何人都知道Worklight Server 6.2管理控制檯的審計功能? Worklight服務器存儲的審覈詳細信息是什麼? 它在哪裏存儲? 數據將被存儲多長時間? 如何清除這些數據? 再次在信息中心找不到任何相關信息。Worklight Server管理控制檯的審計功能

回答

0

此問題涉及可在Worklight Console的頁腳下載的審覈日誌。

Worklight Server存儲的審覈詳細信息是什麼?

審計日誌包含在Worklight控制檯中完成的每個操作,並且已寫入數據庫。這包括:操作時間戳,操作類型,操作狀態,用戶角色,工件類型。

它存儲在哪裏?

在Worklight Server數據庫中。

默認情況下,Worklight Development Server使用基於文件的數據庫(HSQL)。你不能在服務器運行的時候訪問這個文件(當沒有運行的時候,這個文件可以通過一些工具訪問,你可以通過谷歌搜索,特別推薦不要觸摸它)。

數據將被存儲多長時間?

只要數據庫未被清除,數據就會被存儲。

如何清除這些數據?

手動刪除your_workspace \ WorklightServerConfig文件夾。

From the documentation

Audit log for administration operations 
Worklight Console stores an audit log for login, logout, and for all administration operations, such as deploying apps or adapters or locking apps. 
The audit log can be disabled by setting the JNDI property ibm.worklight.admin.audit on the web application of the Worklight Administration service (worklightadmin.war) to false. 

When the audit log is enabled, you can download it from Worklight Console by clicking the Audit log link in the footer of the page. 
+0

據我所知,trace.log中可以使用應用程序服務器上啓用。但我一直在尋找可用於worklight服務器的審計功能。這是打開或關閉worklight「ibm.worklight.admin.audit」審覈的屬性,如果您登錄到worklight控制檯並在頁腳處看到,您將看到審覈日誌和活動日誌。這些日誌可以從頁腳中提供的鏈接下載。下載這些日誌的另一個選項是使用Worklight服務的rest服務,url是「management-api/1.0/audit」。 – truedev 2014-09-06 19:08:51

+0

當你問一個問題時,請儘量實際提及你在說什麼......現在我明白你了。我會盡快更新我的答案。 – 2014-09-06 19:17:46

+0

感謝您的信息。 :)我沒有提到審計日誌for worklight管理**控制檯**。對不起,如果它不夠清楚。我想我應該在我的問題中包含更多信息,謝謝。 – truedev 2014-09-07 02:41:46

相關問題