How can I track page deletions via Access Logging?

プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム

この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。

*Fisheye および Crucible は除く

問題

I have configured both AccessLogFilter and the Tomcat Access Log on my Confluence instance in an effort track page deletions. However, based on the documentation here, I am not seeing page deletions logged as <confluence-url>/pages/removepage.action?pageId=<pageId>. Why is this and how can I track page deletions?

診断

環境

  • Confluence Server

原因

This is due to the way that Confluence handles page deletions. Rather than loading the aforementioned raw URL to perform the deletion, Confluence's Page Hierarchy plugin is tasked with actually removing the page. As such, the removepage.action is not seen from the logs. Instead, you will see the REST endpoint of the plugin performing the page deletion as rest/page-hierarchy/delete.

Log Sample

[01/Jan/2018:01:01:10 -0100] 127.0.0.1 johnnyappleseed - http://myconfluencesite/display/TEST/Hello+World 970B810536394D94C401400988328E48 /rest/page-hierarchy/delete POST 127.0.0.1 confluence http-nio-exec-01 91 15 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
更新日時: September 25, 2025

さらにヘルプが必要ですか?

アトラシアン コミュニティをご利用ください。