Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Reference API examples for targets which can consume Chef Automate Data Feeds

License

Notifications You must be signed in to change notification settings

collinmcneese/chef_automate_data_feed_receiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

automate-data-feed-receiver

Status

Simple CRUD API to consume and fetch data which is sent from the Chef Automate "data feed" feature. docs

DB Backend configuration options available for:

# Example toml configuration to patch for Chef Automate
#  for running the data-feed service at a very aggressive 1-minute interval
# Save as datafeed.toml file on Chef Automate server and load with:
#  chef-automate config patch /path/to/datafeed.toml

[data_feed_service.v1.sys]
[data_feed_service.v1.sys.service]
  feed_interval = "1m"
  node_batch_size = 30
  updated_nodes_only = true
  disable_cidr_filter = true
  cidr_filter = "0.0.0.0/0"
  accepted_status_codes = [200, 201, 202, 203, 204]
[data_feed_service.v1.sys.log]
  level = "info"

About

Reference API examples for targets which can consume Chef Automate Data Feeds

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published