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
The documentation indicates that the operator can change the log files that are shipped with the 'logpath' config item:
Changing what is shipped
By default, the Filebeat charm will ship any container logs present in /var/lib/docker/containers as well as everything in:
/var/log/*/*.log
/var/log/*.log
If you'd rather target specific log files:
juju config filebeat logpath=/var/log/mylog.log
But the actual behaviour is that the contents of logpath are added to the configuration files, in addition to the defaults.
I believe that the charm should do as documented, which is to replace "what is shipped".
The text was updated successfully, but these errors were encountered:
The juju config command is working as expected on a basic installation of the filebeat charm with ubuntu made from scratch. Could you please give more details about your environment, charm version and such to reproduce the error accordingly?
Have confirmed the environment in question is using cs:~filebeat-charmers/filebeat-24. We should confirm if this exhibits the behaviour described, and if so, it seems upgrading the charm (currently released version on https://charmhub.io/filebeat is 33) will fix the issue.
I've compared what's deployed on a unit in this juju model and found no significant differences. I think at this point we can't tell exactly what revision was deployed at the time of the issue, so all we can do is ask for the charm to be upgraded to the most recent version (version 33 on https://charmhub.io/filebeat), and if the issue persists, please report here.
The documentation indicates that the operator can change the log files that are shipped with the 'logpath' config item:
But the actual behaviour is that the contents of
logpath
are added to the configuration files, in addition to the defaults.I believe that the charm should do as documented, which is to replace "what is shipped".
The text was updated successfully, but these errors were encountered: