# truesight-events-cookbook **Repository Path**: mirrors_boundary/truesight-events-cookbook ## Basic Information - **Project Name**: truesight-events-cookbook - **Description**: TrueSight Event Reporter for Chef - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # truesight-events A chef report handler that publishes to TrueSight Events. Your chef run data can be pushed to TrueSight Pulse, and TrueSight Intelligence. ## Supported Platforms All ## Attributes | Key | Type | Description | Default | | --- | ---- | ----------- | ------- | | `['truesight_events']['email']` | String | Authentication Email Address | empty | | `['truesight_events']['api_token']` | String | API Token | empty | ## Usage ### truesight-events::default Include `truesight-events` in your node's `run_list` preferably early as this is an exception and success reporter: ```json { "run_list": [ "recipe[truesight-events::default]" ] } ``` ## Configuration You may use the provided attributes or a chef databag ## Databag Setup Name: truesight Id: account Fields: - email - api_token ## License and Authors License:: Apache 2.0 Author:: TrueSight Operations ()