Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


UI Text Box
sizemedium
typeinfo

Last Log for Confluence comes with a

...

View Log Files

dedicated REST API. The following features can be used through the API:

  • View all log files - specify various parameters and view exactly the output you need.
  • View thread dump - if you are a Confluence system administrator you can quickly access the current thread dump.
  • Kill a thread - with great power comes great responsibility - Confluence system administrators can even kill a thread.


View log files

UI Text Box
typenote

Available for Confluence administrators and system administrators

List all available log files

Code Block

...

<base>/rest/lastlog/1.0/log

...

View a specific log file {filename}

Code Block
<base>/rest/lastlog/1.0/log/{filename}

...

Parameters

Parameter

...

nameInput
maxEntries

...

Number of lines (

...

integer)
reverse

...

Invert order of output (boolean)
query

...

Search string (

...

string)
regex

...

Search by regex (boolean)
exclude

...

Exclude search string (

...

string)
casesensitive

...

Search case

...

sensitive (boolean)


UI Text Box
typetip

An example link can be found

...

after executing a custom search.

Image Added

Code Block
titleExample
<base>/rest/lastlog/1.0/log/atlassian-confluence.log?query=INFO&maxEntries=500&exclude=&reverse=true&ex=true&casesensitive=true


Show thread dump

UI Text Box
typenote

Only available for Confluence system administrators


Code Block

Thread Dump

...

<base>/rest/lastlog/1.0/threads

...


Kill a thread

UI Text Box
typewarning

Only

...

available for Confluence system administrators.

Be careful. Killing. the wrong thread can seriously harm your instance!


...

Code Block
<base>/rest/lastlog/1.0/threads/kill/

...

{id}

...

CSS Stylesheet
#tocContainer {
margin-right: 15px; 
position: fixed;
right: 0;
top: 160px;
width: 23%;
z-index: 1;
}

Div
styleline-height: 150%;
idtocContainer
Panel
borderColor#333f48
bgColor#FFFFFF
titleColor#eeeeee
borderWidth1
titleBGColor#333f48
borderStylesolid
titleOn this page

Table of Contents
maxLevel2
indent20px
classp

Related Topics

...