add this to chef-server.rb to configure visibility configuration for forwarding.
scottford [3:30 PM]
To setup the data_collector on the chef server you need to modify /etc/opscode/chef-server.rb and add the following:
data_collector['root_url'] = 'https://my-automate-server.mycompany.com/data-collector/v0/'
data_collector['token'] = '93a49a4f2482c64126f7b6015e6b0f30284287ee4054ff8807fb63d9cbd1c506'
add this to chef-server.rb to configure visibility configuration for forwarding.
scottford [3:30 PM]
To setup the
data_collectoron the chef server you need to modify/etc/opscode/chef-server.rband add the following: