pega-helm-charts
pega-helm-charts copied to clipboard
Unable to download Pega logs in text or zip from Pega dev studio
Describe the bug
In the pega helm Chart I have added values in
pegaDiagnosticUser: ""
pegaDiagnosticPassword: ""
So when I go to System>Operations>logs then click on log files I get a pop up
I can check logs in it but unable to download the logs in text or zip it asks for username and password.
using the same one passed on
pegaDiagnosticUser: ""
pegaDiagnosticPassword: ""
But unable to get through
To Reproduce The same one described above
Expected behavior By providing the username and password it should let me download the logs
Chart version
Server (if applicable, please complete the following information):
-
OS:
-
Environment: AKS kubernetes 1.15.11
-
Database: Azure db
Additional context None
Also do we have any other methods to download the logs except from pega portal? Can we do logs checking from directly the node? to do sanity check after fresh installation?
Hi @rohit-eaisystems, Do you have a logging stack suck as EFK deployed? That will help you aggregate your log files and is the best solution.
To access the log file download link, you need to set an actual password for the pegaDiagnosticUser. Leaving it empty effectively disables it.
Hi @dcasavant about EFK , in the addons helm I have set
The following parameters are not used in Azure AKS environments so they are set to false. Enable any of them if your deployment requires the use of one.
traefik: enabled: false
aws-alb-ingress-controller: enabled: false
metrics-server: enabled: false
deploy_efk: &deploy_efk false
elasticsearch: enabled: *deploy_efk
kibana: enabled: *deploy_efk
fluentd-elasticsearch: enabled: *deploy_efk
For password I am passing actual password for the pegaDiagnosticUser but when I use same password when prompted to download.
Also a little background of my setup.
I have 3 Pega deployments running but I deployed addon helm chart only once, and I am using the IP address from Kubernetes load balancer to access the environments. As I noticed after deployment nothing is added on the application gateway automatically so I am not using Application Gateway to access it.
For password I am passing actual password for the pegaDiagnosticUser but when I use same password when prompted to download, but yet it doesn't work for me.
@rohit-eaisystems any update on this issue, are you still facing it?
Closing due to inactivity -- please re-open if necessary.