cancel
Showing results for 
Search instead for 
Did you mean: 
Vicki19
Sisense Team Member
Sisense Team Member

Sisense Application Logs

The Sisense Support team typically uses the application log data to investigate outages, troubleshoot bugs, or analyze reported issues. Analyzing application logs can help the Support team determine the root cause of incidents. 

The location of log directories on a single node:

 
/var/log/sisense/namespace/
 
/var/log/sisense/sisense/query.log
/var/log/sisense/sisense/combined.log -- logs of all services

If your environment does not have this setup, here is how you can gather the appropriate logs to share

For Example, interested to Access galaxy logs:

 

kubectl -n sisense logs $(kubectl -n sisense get pods -l app="galaxy" -o custom-columns=":.metadata.name" )

 

Tail the log and print the last 100 lines:

 

kubectl -n sisense -f --tail=100 logs $(kubectl -n sisense get pods -l app="galaxy" -o custom-columns=":.metadata.name" )

 

Get logs from specific pod:

 

sisense@node1: kubectl logs $(PODNAME) -n $(NAMESPACE)

 

Helpful Tips:
In all Sisense installs, it would be very helpful to generate the Support File in the Admin tab under 'System Management'.  When the issue occurs, you can download the file; this application log is a file that contains information about events that have occurred within a software application. This file contains logs of all services.

 

Vicki19_0-1682535083083.png
Version history
Last update:
‎04-26-2023 12:48 PM
Updated by:
Contributors
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Developers Group:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

The Legal Stuff

Have a question about the Sisense Community?

Email [email protected]

Share this page: