You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
one of our customers reported requirement to collect WKO Operator logs on persistent volume (and distribute later the logs to centralized logs harvester like DynaTrace).
Currently there is no option to add any PV to weblogic-operator for this usecase.
ELK integration is not an option for customer.
Currently logs are stored only on ephemeral storage in /logs directory:
k get all -n wls-operatorNAME READY STATUS RESTARTS AGEpod/weblogic-operator-6b7d47c86-nxdkj 1/1 Running 14 37dpod/weblogic-operator-webhook-6974c9749c-4xnhb 1/1 Running 14 37dNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGEservice/weblogic-operator-webhook-svc ClusterIP 10.28.7.28 <none> 8083/TCP,8084/TCP 37dNAME READY UP-TO-DATE AVAILABLE AGEdeployment.apps/weblogic-operator 1/1 1 1 37ddeployment.apps/weblogic-operator-webhook 1/1 1 1 37dNAME DESIRED CURRENT READY AGEreplicaset.apps/weblogic-operator-6b7d47c86 1 1 1 37dreplicaset.apps/weblogic-operator-webhook-6974c9749c 1 1 1 37dk exec -it -n wls-operator pod/weblogic-operator-6b7d47c86-nxdkj -- /bin/bash -l[oracle@weblogic-operator-6b7d47c86-nxdkj deployment]$ cd /logs/[oracle@weblogic-operator-6b7d47c86-nxdkj logs]$ lsoperator0.log operator0.log.lck operator1.log operator2.log operator3.log[oracle@weblogic-operator-6b7d47c86-nxdkj logs]$ pwd/logs[oracle@weblogic-operator-6b7d47c86-nxdkj logs]$ pwd/logs[oracle@weblogic-operator-6b7d47c86-nxdkj logs]$ ls -ltrtotal 61988-rw-r--r-- 1 oracle root 0 May 20 13:47 operator0.log.lck-rw-r--r-- 1 oracle root 20000254 May 21 04:24 operator3.log-rw-r--r-- 1 oracle root 20000307 May 21 19:20 operator2.log-rw-r--r-- 1 oracle root 20000103 May 22 09:48 operator1.log-rw-r--r-- 1 oracle root 1448948 May 22 10:50 operator0.log
Regards,
Piotr Michalski
Oracle CSS
The text was updated successfully, but these errors were encountered:
Michalski-Piotr
changed the title
Enhancement - enable additional volume to persist WKO Operator logs
Enhancement - enable additional volume to persist WKO Operator and WKO Webhook pods logs
May 22, 2025
Hello,
one of our customers reported requirement to collect WKO Operator logs on persistent volume (and distribute later the logs to centralized logs harvester like DynaTrace).
Currently there is no option to add any PV to weblogic-operator for this usecase.
ELK integration is not an option for customer.
Currently logs are stored only on ephemeral storage in
/logs
directory:Regards,
Piotr Michalski
Oracle CSS
The text was updated successfully, but these errors were encountered: