Page MenuHomePhabricator

puppetmaster config in deployment-prep may be inadvertently breaking store,logstash reports?
Open, Needs TriagePublic

Description

So me, @EBernhardson and @bd808 were discussing where puppet logs go to, they should be in logstash (unclear if the reports are making it or not?). I was curious about the setup and found this:

root@deployment-puppetmaster03:/etc/puppet# grep reports puppet.conf
reports = puppetdb
reports = store,logstash
root@deployment-puppetmaster03:/etc/puppet#

Does Puppet actually know to turn that into reports = puppetdb,store,logstash?