Stream Data from Chef AutomateΒΆ

[edit on GitHub]

_images/chef_automate_full.png

Chef Automate exposes an endpoint to stream the data that is visualized in the UI. Every event is streamed as JSON and can be accessed from a websocket consumer by doing the following:

  1. Make sure the node visibility capability of Chef Automate has been installed and is running.

  2. Connect a websocket consumer to the fully-qualified domain name of the Chef Automate server on port 3232.

    ws://10.194.11.67:3232