This file is used to list changes made in each version of kibana.
- Fix a notification that was to runit_service[nginx] instead of service[nginx].
- Fix a leftover poise relic -- default_action
- Remove notifying_block that remained
- Fix a number of Rubocop and Foodcritic complaints
- Update README.md for contributors, documentation (#26)
- Don't break kibana.yml template when values are nil (#111)
- Warn about URL and Version attributes when used incorrectly (#107)
- Remove poise, add
provides
DSL, and update test fixture to ES 2.1.0 - Add kibana_port to apache kibana web resource
- Make default_app_id configurable via attribute (#101)
- Remove duplicate slashes in paths (#102)
- Bump kibana file method to 4.2.1
- Begin testing with Ubuntu 14.04 instead of 12.04
- fix apache template
- fix tests
- support kibana 4 official
- revert use inline resources
- change cookbook name to kibana_lwrp
- support kibana 4 beta
- bugfix - could not update kibana because of remote_file name
- initial support for kibana4
- removed support for kibana3 ( use 1.3.x releases )
- mostly bugfixes
- big rewrite to act as library cookbook.
- not sure if it will be backwards compat yet.
- proxy backend healthcheck
- update proxy templates to match kibana master
- changed config.js template to pull from attributes
- Add ability to choose install type of either git repo or zipfile
- Add web_dir attribute to handle kibana location for different install types
- Add attributes for http scheme for both webserver and es, helpful if they're managed outside of this cookbook.
- Some Attribute namespace cleanup, read through carefully if upgrading. ?????? * Update config.js to newer format
- Added Strainer test suite
- Allow installing kibana without a webserver
- Boolean Attribute kibana['git']['checkout'] to allow default git behavior to be checkout rather than sync.
- Update configuration to use proxy_pass setup by cookbook
- Rename dist to src symlink as per latest kibana folder structure change
- Update config.js.erb to be the same as the new config.js source from kibana
- Fixed previous symlink of whole repository, now it only symlinks the dist directory
- Changed paths in default recipe for kibana source to the new kibana directory structure
- Initial release of kibana