Copy output/logs from nodes to Chef server

Hi Guys,
We are migrating from BlendLogic to Chef. Now with BlendLogic we can copy output from nodes to blend logic server. I was thinking to upload these to a ftp server/splunk but I’m looking something similar in chef server. is it possible?.

Thanks.

1 Like

Hi,

You should be able to use “log_location” and “log_level” in
/etc/chef/client.rb to write the output to a file that you can send to
splunk or upload somewhere.
See https://docs.chef.io/config_rb_client.html for more details

-Grant