You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Last Log has now a REST API with different functions:


View Log Files

(warning) Only for admins

  • <base>/rest/lastlog/1.0/log
    • List all available log files
  • <base>/rest/lastlog/1.0/log/{filename}
    • View log file {filename}
    • Parameter:
      • 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 sensitiv (boolean)

An example link can be found on the log page by executing any custom search and then use the link right to the search button.


Thread Dump

(warning) Only for sysadmins

  • <base>/rest/lastlog/1.0/threads
    • Show Thread Dump


Kill a thread

(warning) Only for sysadmins. Use it only if you know what you are doing! Can destroy your Jira instance!

  • <base>/rest/lastlog/1.0/threads/kill/{id}
    • Kill Thread with ID {id}




On this page