This content has been marked as final.
Show 3 replies
-
1. Re: Can we generate logs from tableau server within a time interval??
Tharashasank Davuluru Mar 11, 2016 5:27 AM (in response to Manoranjan Singh)Hi,
you can use this command.
tabadmin ziplogs -l -n -d
-d mm/dd/yyyy
The above command creates a zipped file named
logs.zip
that includes logs dated December 14, 2015 up to the present; earlier logs are excluded. The -n option captures information about the server environment, including which ports are in use. To see a list of all the ziplogs options, typetabadmin ziplogs -h
.You can find the zipped log file archive in the Tableau Server bin directory.
-
2. Re: Can we generate logs from tableau server within a time interval??
Manoranjan Singh Mar 11, 2016 6:01 AM (in response to Tharashasank Davuluru)Hi,
Thank you for your response.
Actually I am looking for the logs within a period of time like 6th March 2016 to 8th March 2016.
-
3. Re: Can we generate logs from tableau server within a time interval??
Tharashasank Davuluru Mar 11, 2016 6:11 AM (in response to Manoranjan Singh)Hi,
You can use below mentioned option with ziplogs. but what you are searching for is not possible i guess
l
--with-latest-dump
Limit the included log files to only the most recent ones to help reduce file size. By default, the 10 most recent log files are included.