How to find out who deleted a folder in Spotfire Library?

How to find out who deleted a folder in Spotfire Library?

book

Article ID: KB0081882

calendar_today

Updated On:

Products Versions
Spotfire Analyst All

Description

If a user created or deleted a folder in the Spotfire Library, is there a way to find who the user was? 
 

Issue/Introduction

How to find out which user created or deleted a folder in the Spotfire Library?

Resolution

In the Spotfire Server’s /tomcat/logs folder you will find the library.log file.  Within this file you can see activities from the library.
 
Here is an example of the “admin” creating a folder called “Test_Folder”
10.17.19.9;;admin;2017-03-03T10:11:58,637-0800;Item saved;Test_Folder;spotfire.folder;0;a101eccb-3087-4a36-9fdf-032a1896a0d4
 
Here is an example of the user  “andrew” deleting the same folder called “Test_Folder”:
10.17.19.9;;andrew;2017-03-03T10:12:45,889-0800;Item deleted;Test_Folder;spotfire.folder;0;a101eccb-3087-4a36-9fdf-032a1896a0d4

Reference:
An explanation of the log extract: 
Ip address of the user: 10.17.19.9
Spotfire username: andrew
Date &time:  2017-03-03T10:12:45
Action performed: Item deleted
Item name: Test_Folder
Type of Item: spotfire.folder