cancel
Showing results for 
Search instead for 
Did you mean: 
Vicki786
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, if 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.

 

Vicki786_0-1730734783639.png
 
Additional Resources:
 
Rate this article:
Version history
Last update:
‎11-04-2024 01:59 PM
Updated by: