Elena Garrido-Jimnez Posted December 13, 2019 Share Posted December 13, 2019 Good morning, my name is Elena and in the project I am collaborating, the team needs some results about different types of log files. As you can see in the documentation of the desktop Tibco Spotfire version we are working with (10.6, documentation avaliable here: https://docs.tibco.com/pub/spotfire_server/10.6.0/doc/pdf/TIB_sfire_server_10.6.0_installation.pdfid=0), there is a description of the contents of each log file (and even for some log files, as s3request.log, there is no further description about the type of content in the documentation beyond "Provides information about Amazon S3 storage."); however, we would like to have an actual sample for each log in order to study the structure and way of presenting the results that the documentation provides. We are specially interested in these log files: actionslogsactionlog.log AuditLog.txt QueryLog.txt s3request.log sql.log TimingLog.txt Thank you very much in advance. Regards. Elena G. J. Link to comment Share on other sites More sharing options...
Khushboo Rabadia Posted February 24, 2020 Share Posted February 24, 2020 These logs will be available on your spotfire server machine and node manager machine depending on which log you are looking for. ----------------- Spotfire Serverlogs are located undertomcatlogsfolder. Example:C:tibcotss\tomcatlogs Similarly, location of node manager logs -tomcatlogsfolder. Example:C:tibcotsnm\tomcatlogs ------------------ You can get detailed logs from your environment itself once you change log configuration to debug mode. ----------------------------------------------------------------------------- How to enable Debug Logging - Spotfire Server (Server Version 7.5 and higher) ----------------------------------------------------------------------------- 1. Log in to Spotfire Server, and select Monitoring & Diagnostics. 2. On the Overview page, under Spotfire Servers, select the check box for the server of interest. 3. Click Set log configuration. 4. The Set log configuration dialog opens. 5. In the Log configuration drop-down list, select "Debug", and click OK. 6. Follow above steps for nodes as well Note: Enabling debug this way does not require a server restart. To export the log file, see Accessing Spotfire Server logs ----------------------------------------------------------------------------- I am not aware of s3request logs sql.log will have all information queries which got executed query.log will have all queries executed by data connector on that webplayer instance ----------------------------- The QueryLog properties listed in this topic are written to the log file namedQueryLog..txt. Each row in the log represents a query, which was generated from a data connectior running on the Spotfire instance and sent to an external data source. By default, the logging level is set toOFF. ---------------------------- To get logs, you will need to turn this logging level to debug mode. https://docs.tibco.com/pub/spotfire_server/10.6.0/doc/html/TIB_sfire_server_tsas_admin_help/GUID-19BA2B9A-B040-470F-BE96-F5F0F11333EF.html action.log will have user related actions logged if action logs are setup as file based as opposed to database auditlog will have open analysis, close analysis, login,logout, start, stop webplayer instance etc. information timinglog will havesimilar information as theAuditLog, except all events also log a start time, an end time, and a duration. https://docs.tibco.com/pub/spotfire_server/10.6.0/doc/html/TIB_sfire_server_tsas_admin_help/GUID-62A2C56C-8E13-4AAC-94CB-936E1ACF659C.html Link to comment Share on other sites More sharing options...
Elena Garrido-Jimnez Posted February 25, 2020 Author Share Posted February 25, 2020 Thank you in advance for your answer, Kushboo: it's very useful for our project. Regards. Elena G. J. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now