pega-helm-charts icon indicating copy to clipboard operation
pega-helm-charts copied to clipboard

Unable to download Pega logs in text or zip from Pega dev studio

Open rohit-eaisystems opened this issue 4 years ago • 4 comments

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 image

I can check logs in it but unable to download the logs in text or zip it asks for username and password. image

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 image

Server (if applicable, please complete the following information):

  • OS: image

  • Environment: AKS kubernetes 1.15.11

  • Database: Azure db

Additional context None

rohit-eaisystems avatar Jul 01 '20 12:07 rohit-eaisystems

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?

rohit-eaisystems avatar Jul 02 '20 08:07 rohit-eaisystems

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.

dcasavant avatar Jul 02 '20 12:07 dcasavant

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. image

rohit-eaisystems avatar Jul 02 '20 12:07 rohit-eaisystems

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 avatar Jul 04 '20 12:07 rohit-eaisystems

@rohit-eaisystems any update on this issue, are you still facing it?

pega-sagas1 avatar Nov 02 '22 06:11 pega-sagas1

Closing due to inactivity -- please re-open if necessary.

APegaDavis avatar Jun 05 '23 18:06 APegaDavis