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
Hi, I've install Harbor in an existing platform system with hem chart. I have a need to transport logs to a fluentd server. In the existing system there is a preconfigured fluentbit sidecar that is able to take logs from files to transport them to fluentd. I cannot find in the values.yaml a way to configure the log location, format, etc..
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I've install Harbor in an existing platform system with hem chart.
I have a need to transport logs to a fluentd server. In the existing system there is a preconfigured fluentbit sidecar that is able to take logs from files to transport them to fluentd. I cannot find in the values.yaml a way to configure the log location, format, etc..
In the documentation regarding harbor.yml configuration (https://goharbor.io/docs/1.10/install-config/configure-yml-file/) it is possible to set some parameters (log.level, log.local) to freely configure logging. I do not see this possibility regarding helm installation.
In the documentation (https://goharbor.io/docs/2.8.0/install-config/troubleshoot-installation/#:~:text=Access%20Harbor%20Logs&text=In%20addition%2C%20Harbor%20uses%20rsyslog,the%20log%20directory%20in%20harbor.) it is also stated that by default the logs are managed via rsyslog and saved to /var/log/harbor, but in the helm installation I do not find these files.
Can anyone tell me how to be able to configure logging for helm? Or can I configure fluentbit to be able to fetch logs differently than tail to file?
Beta Was this translation helpful? Give feedback.
All reactions