Chef Automate cookbooks not showing in UI

I have installed chef-Automate on azure portal. created the user and organization.

i have uploaded the cookbooks successfully from my workstation but it’s not showing in Automate UI.

It sounds like you’re referring to Visibility within Automate (the Nodes tab). There are 3 things at play here: your nodes, the Chef Server, and Visibility. It sounds like you’ve uploaded cookbooks to your Chef Server and you have an Automate instance up. You’ll then need to have your Chef Server configured to send node run data to Visibility - have a look at Configure Data Collection. Lastly, you’ll need to have nodes bootstrapped against your chef server.

From there chef-client runs on your nodes should show up in Visibility.

Hope that helps

1 Like

Thank you kbrowns,

It fixed my problem.