cerner_splunk
cerner_splunk copied to clipboard
Cerner's Splunk Cookbook
Is this project active? Can we archive this project? By archiving, previously release assets will be untouched, but support will cease for this project going forward. If anyone has any...
Currently [we copy all lookup data from the existing app](https://github.com/cerner/cerner_splunk/blob/1.9.0/libraries/splunk_app.rb#L254) What we need to do instead is to copy all lookups, _unless_ the lookup exists in the tarball that was...
In some environments we're seeing messages like: ``` 11-08-2016 15:48:36.772 -0600 WARN IndexConfig - Max bucket size is larger than the index size limit. Please check your index configuration. idx=my-idx;...
It would be useful for development to be able to install apps using Git. Something such as: Installing from ref ``` json "TA-example_app": { "download": { "git" : "http://github.com/cerner/splunk_app", "ref":...
I have a use case where I have a cookbook that optionally includes splunk integration. It looks something like: ``` cerner_splunk_forwarder_monitors foo do action :install ... only_if { enable_splunk }...
When re-running chef-client on a node that already is provisioned sometimes things look to fail. Fail: Chef 12.2.0 (Windows 7, Windows 8.1) Succeed: Chef 11.18.12 12.4.1 (Windows 10) Also the...
In the cookbook we currently allow multiple clusters to be defined, and we route events to all of them. It would be nice if we could additionally define additional clusters...
Generally most projects have some sort of change log for tracking changes between versions. How does this project do that? Would a simple `changelog.md` work?