The location of Tableau Server log files can vary depending on the operating system and the specific version of Tableau Server you are using. Here are some common default locations for Tableau Server log files:
Windows:
Tableau Server 2020.1 and later:
C:\ProgramData\Tableau\Tableau Server\data\tabsvc\logs
Tableau Server 2019.4 and earlier:
C:\ProgramData\Tableau\Tableau Server\data\tabsvc\logs
Linux:
Tableau Server 2020.1 and later:
/var/opt/tableau/tableau_server/data/tabsvc/logs
Tableau Server 2019.4 and earlier:
/var/opt/tableau/tableau_server/data/tabsvc/logs
The actual log files within these directories may have different names depending on the type of log (e.g., tabprotosrv-0.log, vizqlserver-0.log, etc.). Additionally, the log files are rotated periodically, so you may see multiple log files with timestamps or numbered suffixes indicating when they were created.
Please note that these paths are default locations, and they can be customized during the installation process. If the logs are not located in the default paths, you can search for them using your operating system's file search functionality or check the Tableau Server configuration to determine the exact location.

Comments
Post a Comment